/*!
 * Bootstrap  v5.3.3 (https://getbootstrap.com/)
/*@import "https://fonts.googleapis.com/css2?family=Crimson+Pro:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&amp;family=Jost:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&amp;family=Outfit:wght@300;400;500;600;700;800&amp;display=swap";*/
@font-face {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(../backend/front/theme3/rv/Outfit/Outfit-VariableFont_wght.ttf) format('ttf');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(../backend/front/theme3/rv/Outfit/Outfit-VariableFont_wght.ttf) format('ttf');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root,
[data-bs-theme="light"] {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-black: #000;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-primary: #0d6efd;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-primary-rgb: 13, 110, 253;
    --bs-secondary-rgb: 108, 117, 125;
    --bs-success-rgb: 25, 135, 84;
    --bs-info-rgb: 13, 202, 240;
    --bs-warning-rgb: 255, 193, 7;
    --bs-danger-rgb: 220, 53, 69;
    --bs-light-rgb: 248, 249, 250;
    --bs-dark-rgb: 33, 37, 41;
    --bs-primary-text-emphasis: #052c65;
    --bs-secondary-text-emphasis: #2b2f32;
    --bs-success-text-emphasis: #0a3622;
    --bs-info-text-emphasis: #055160;
    --bs-warning-text-emphasis: #664d03;
    --bs-danger-text-emphasis: #58151c;
    --bs-light-text-emphasis: #495057;
    --bs-dark-text-emphasis: #495057;
    --bs-primary-bg-subtle: #cfe2ff;
    --bs-secondary-bg-subtle: #e2e3e5;
    --bs-success-bg-subtle: #d1e7dd;
    --bs-info-bg-subtle: #cff4fc;
    --bs-warning-bg-subtle: #fff3cd;
    --bs-danger-bg-subtle: #f8d7da;
    --bs-light-bg-subtle: #fcfcfd;
    --bs-dark-bg-subtle: #ced4da;
    --bs-primary-border-subtle: #9ec5fe;
    --bs-secondary-border-subtle: #c4c8cb;
    --bs-success-border-subtle: #a3cfbb;
    --bs-info-border-subtle: #9eeaf9;
    --bs-warning-border-subtle: #ffe69c;
    --bs-danger-border-subtle: #f1aeb5;
    --bs-light-border-subtle: #e9ecef;
    --bs-dark-border-subtle: #adb5bd;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
/*    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";*/
/*    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;*/
    --bs-gradient: linear-gradient(180deg, hsla(0, 0%, 100%, 0.15), hsla(0, 0%, 100%, 0));
/*    --bs-body-font-family: var(--bs-font-sans-serif);*/
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #212529;
    --bs-body-color-rgb: 33, 37, 41;
    --bs-body-bg: #fff;
    --bs-body-bg-rgb: 255, 255, 255;
    --bs-emphasis-color: #000;
    --bs-emphasis-color-rgb: 0, 0, 0;
    --bs-secondary-color: rgba(33, 37, 41, 0.75);
    --bs-secondary-color-rgb: 33, 37, 41;
    --bs-secondary-bg: #e9ecef;
    --bs-secondary-bg-rgb: 233, 236, 239;
    --bs-tertiary-color: rgba(33, 37, 41, 0.5);
    --bs-tertiary-color-rgb: 33, 37, 41;
    --bs-tertiary-bg: #f8f9fa;
    --bs-tertiary-bg-rgb: 248, 249, 250;
    --bs-heading-color: inherit;
    --bs-link-color: #0d6efd;
    --bs-link-color-rgb: 13, 110, 253;
    --bs-link-decoration: underline;
    --bs-link-hover-color: #0a58ca;
    --bs-link-hover-color-rgb: 10, 88, 202;
    --bs-code-color: #d63384;
    --bs-highlight-color: #212529;
    --bs-highlight-bg: #fff3cd;
    --bs-border-width: 1px;
    --bs-border-style: solid;
    --bs-border-color: #dee2e6;
    --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
    --bs-border-radius: 0.375rem;
    --bs-border-radius-sm: 0.25rem;
    --bs-border-radius-lg: 0.5rem;
    --bs-border-radius-xl: 1rem;
    --bs-border-radius-xxl: 2rem;
    --bs-border-radius-2xl: var(--bs-border-radius-xxl);
    --bs-border-radius-pill: 50rem;
    --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
    --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
    --bs-focus-ring-width: 0.25rem;
    --bs-focus-ring-opacity: 0.25;
    --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
    --bs-form-valid-color: #198754;
    --bs-form-valid-border-color: #198754;
    --bs-form-invalid-color: #dc3545;
    --bs-form-invalid-border-color: #dc3545;
}
[data-bs-theme="dark"] {
    color-scheme: dark;
    --bs-body-color: #dee2e6;
    --bs-body-color-rgb: 222, 226, 230;
    --bs-body-bg: #212529;
    --bs-body-bg-rgb: 33, 37, 41;
    --bs-emphasis-color: #fff;
    --bs-emphasis-color-rgb: 255, 255, 255;
    --bs-secondary-color: rgba(222, 226, 230, 0.75);
    --bs-secondary-color-rgb: 222, 226, 230;
    --bs-secondary-bg: #343a40;
    --bs-secondary-bg-rgb: 52, 58, 64;
    --bs-tertiary-color: rgba(222, 226, 230, 0.5);
    --bs-tertiary-color-rgb: 222, 226, 230;
    --bs-tertiary-bg: #2b3035;
    --bs-tertiary-bg-rgb: 43, 48, 53;
    --bs-primary-text-emphasis: #6ea8fe;
    --bs-secondary-text-emphasis: #a7acb1;
    --bs-success-text-emphasis: #75b798;
    --bs-info-text-emphasis: #6edff6;
    --bs-warning-text-emphasis: #ffda6a;
    --bs-danger-text-emphasis: #ea868f;
    --bs-light-text-emphasis: #f8f9fa;
    --bs-dark-text-emphasis: #dee2e6;
    --bs-primary-bg-subtle: #031633;
    --bs-secondary-bg-subtle: #161719;
    --bs-success-bg-subtle: #051b11;
    --bs-info-bg-subtle: #032830;
    --bs-warning-bg-subtle: #332701;
    --bs-danger-bg-subtle: #2c0b0e;
    --bs-light-bg-subtle: #343a40;
    --bs-dark-bg-subtle: #1a1d20;
    --bs-primary-border-subtle: #084298;
    --bs-secondary-border-subtle: #41464b;
    --bs-success-border-subtle: #0f5132;
    --bs-info-border-subtle: #087990;
    --bs-warning-border-subtle: #997404;
    --bs-danger-border-subtle: #842029;
    --bs-light-border-subtle: #495057;
    --bs-dark-border-subtle: #343a40;
    --bs-heading-color: inherit;
    --bs-link-color: #6ea8fe;
    --bs-link-hover-color: #8bb9fe;
    --bs-link-color-rgb: 110, 168, 254;
    --bs-link-hover-color-rgb: 139, 185, 254;
    --bs-code-color: #e685b5;
    --bs-highlight-color: #dee2e6;
    --bs-highlight-bg: #664d03;
    --bs-border-color: #495057;
    --bs-border-color-translucent: hsla(0, 0%, 100%, 0.15);
    --bs-form-valid-color: #75b798;
    --bs-form-valid-border-color: #75b798;
    --bs-form-invalid-color: #ea868f;
    --bs-form-invalid-border-color: #ea868f;
}
*,
:after,
:before {
    box-sizing: border-box;
}
@media (prefers-reduced-motion: no-preference) {
    :root {
        scroll-behavior: smooth;
    }
}
body {
    margin: 0;
    font-family: 'Outfit' !important;
    font-size: var(--bs-body-font-size);
    font-weight: var(--bs-body-font-weight);
    line-height: var(--bs-body-line-height);
    color: var(--bs-body-color);
    text-align: var(--bs-body-text-align);
    background-color: var(--bs-body-bg);
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    overflow-x: hidden;
}
hr {
    margin: 1rem 0;
    color: inherit;
    border: 0;
    border-top: var(--bs-border-width) solid;
    opacity: 0.25;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 0.5rem;
    font-weight: 500;
    color: var(--bs-heading-color);
}
.h1,
h1 {
    font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
    .h1,
    h1 {
        font-size: 2.5rem;
    }
}
.h2,
h2 {
    font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
    .h2,
    h2 {
        font-size: 2rem;
    }
}
.h3,
h3 {
    font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
    .h3,
    h3 {
        font-size: 1.75rem;
    }
}
.h4,
h4 {
    font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
    .h4,
    h4 {
        font-size: 1.5rem;
    }
}
.h5,
h5 {
    font-size: 1.25rem;
}
.h6,
h6 {
    font-size: 1rem;
}
p {
    margin-top: 0;
    margin-bottom: 1rem;
}
abbr[title] {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
}
address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}
ol,
ul {
    padding-left: 2rem;
}
dl,
ol,
ul {
    margin-top: 0;
    margin-bottom: 1rem;
}
ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0;
}
dt {
    font-weight: 700;
}
dd {
    margin-bottom: 0.5rem;
    margin-left: 0;
}
blockquote {
    margin: 0 0 1rem;
}
b,
strong {
    font-weight: bolder;
}
.small,
small {
    font-size: 0.875em;
}
.mark,
mark {
    padding: 0.1875em;
    color: var(--bs-highlight-color);
    background-color: var(--bs-highlight-bg);
}
sub,
sup {
    position: relative;
    font-size: 0.75em;
    line-height: 0;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
a {
    color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
    text-decoration: underline;
}
a:hover {
    --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}
code,
kbd,
pre,
samp {
/*    font-family: var(--bs-font-monospace);*/
    font-size: 1em;
}
pre {
    display: block;
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    font-size: 0.875em;
}
pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal;
}
code {
    font-size: 0.875em;
    color: var(--bs-code-color);
    word-wrap: break-word;
}
a > code {
    color: inherit;
}
kbd {
    padding: 0.1875rem 0.375rem;
    font-size: 0.875em;
    color: var(--bs-body-bg);
    background-color: var(--bs-body-color);
    border-radius: 0.25rem;
}
kbd kbd {
    padding: 0;
    font-size: 1em;
}
figure {
    margin: 0 0 1rem;
}
img,
svg {
    vertical-align: middle;
}
table {
    caption-side: bottom;
    border-collapse: collapse;
}
caption {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    color: var(--bs-secondary-color);
    text-align: left;
}
th {
    text-align: inherit;
    text-align: -webkit-match-parent;
}
tbody,
td,
tfoot,
th,
thead,
tr {
    border: 0 solid;
    border-color: inherit;
}
label {
    display: inline-block;
    font-size: 16px;
    margin-bottom: 7px;
    color: var(--tp-heading-primary);
    font-weight: 400;
}
.div-head h4 {
    color: #000;
    font-size: 26px;
    font-weight: 500;
    margin-bottom: 30px;
    letter-spacing: -.52px;
}
button {
    border-radius: 0;
}
button:focus:not(:focus-visible) {
    outline: 0;
}
button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
button,
select {
    text-transform: none;
}
[role="button"] {
    cursor: pointer;
}
select {
    word-wrap: normal;
}
select:disabled {
    opacity: 1;
}
[list]:not([type="date"]):not([type="datetime-local"]):not([type="month"]):not([type="week"]):not([type="time"])::-webkit-calendar-picker-indicator {
    display: none !important;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
    -webkit-appearance: button;
}
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
    cursor: pointer;
}
::-moz-focus-inner {
    padding: 0;
    border-style: none;
}
textarea {
    resize: vertical;
}
fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}
legend {
    float: left;
    width: 100%;
    padding: 0;
    margin-bottom: 0.5rem;
    font-size: calc(1.275rem + 0.3vw);
    line-height: inherit;
}
@media (min-width: 1200px) {
    legend {
        font-size: 1.5rem;
    }
}
.full-container {
    max-width: 95% !important;
}
legend + * {
    clear: left;
}
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-year-field {
    padding: 0;
}
::-webkit-inner-spin-button {
    height: auto;
}
[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}
::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-color-swatch-wrapper {
    padding: 0;
}
::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}
::file-selector-button {
    font: inherit;
    -webkit-appearance: button;
}
output {
    display: inline-block;
}
iframe {
    border: 0;
}
summary {
    display: list-item;
    cursor: pointer;
}
progress {
    vertical-align: baseline;
}
[hidden] {
    display: none !important;
}
small.req {
    color: #bc0101;
    font-size: 16px;
    font-weight: bold;
}

.lead {
    font-size: 1.25rem;
    font-weight: 300;
}
.display-1 {
    font-size: calc(1.625rem + 4.5vw);
    font-weight: 300;
    line-height: 1.2;
}
@media (min-width: 1200px) {
    .display-1 {
        font-size: 5rem;
    }
}
.display-2 {
    font-size: calc(1.575rem + 3.9vw);
    font-weight: 300;
    line-height: 1.2;
}
@media (min-width: 1200px) {
    .display-2 {
        font-size: 4.5rem;
    }
}
.display-3 {
    font-size: calc(1.525rem + 3.3vw);
    font-weight: 300;
    line-height: 1.2;
}
@media (min-width: 1200px) {
    .display-3 {
        font-size: 4rem;
    }
}
.display-4 {
    font-size: calc(1.475rem + 2.7vw);
    font-weight: 300;
    line-height: 1.2;
}
@media (min-width: 1200px) {
    .display-4 {
        font-size: 3.5rem;
    }
}
.display-5 {
    font-size: calc(1.425rem + 2.1vw);
    font-weight: 300;
    line-height: 1.2;
}
@media (min-width: 1200px) {
    .display-5 {
        font-size: 3rem;
    }
}
.display-6 {
    font-size: calc(1.375rem + 1.5vw);
    font-weight: 300;
    line-height: 1.2;
}
@media (min-width: 1200px) {
    .display-6 {
        font-size: 2.5rem;
    }
}
.list-inline,
.list-unstyled {
    padding-left: 0;
    list-style: none;
}
.list-inline-item {
    display: inline-block;
}
.list-inline-item:not(:last-child) {
    margin-right: 0.5rem;
}
.initialism {
    font-size: 0.875em;
    text-transform: uppercase;
}
.blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem;
}
.blockquote > :last-child {
    margin-bottom: 0;
}
.blockquote-footer {
    margin-top: -1rem;
    margin-bottom: 1rem;
    font-size: 0.875em;
    color: #6c757d;
}
.blockquote-footer:before {
    content: "— ";
}
.img-fluid,
.img-thumbnail {
    max-width: 100%;
    height: auto;
}
.img-thumbnail {
    padding: 0.25rem;
    background-color: var(--bs-body-bg);
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
}
.figure {
    display: inline-block;
}
.figure-img {
    margin-bottom: 0.5rem;
    line-height: 1;
}
.figure-caption {
    font-size: 0.875em;
    color: var(--bs-secondary-color);
}
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 576px) {
    .container,
    .container-sm {
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    .container,
    .container-md,
    .container-sm {
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 960px;
    }
}
@media (min-width: 1200px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1140px;
    }
}
@media (min-width: 1400px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1320px;
    }
}
:root {
    --bs-breakpoint-xs: 0;
    --bs-breakpoint-sm: 576px;
    --bs-breakpoint-md: 768px;
    --bs-breakpoint-lg: 992px;
    --bs-breakpoint-xl: 1200px;
    --bs-breakpoint-xxl: 1400px;
}
.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-0.5 * var(--bs-gutter-x));
    margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-top: var(--bs-gutter-y);
}
.col {
    flex: 1 0;
}
.row-cols-auto > * {
    flex: 0 0 auto;
    width: auto;
}
.row-cols-1 > * {
    flex: 0 0 auto;
    width: 100%;
}
.row-cols-2 > * {
    flex: 0 0 auto;
    width: 50%;
}
.row-cols-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
}
.row-cols-4 > * {
    flex: 0 0 auto;
    width: 25%;
}
.row-cols-5 > * {
    flex: 0 0 auto;
    width: 20%;
}
.row-cols-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
}
.col-auto {
    flex: 0 0 auto;
    width: auto;
}
.col-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
}
.col-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
}
.col-3 {
    flex: 0 0 auto;
    width: 25%;
}
.col-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
}
.col-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
}
.col-6 {
    flex: 0 0 auto;
    width: 50%;
}
.col-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
}
.col-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
}
.col-9 {
    flex: 0 0 auto;
    width: 75%;
}
.col-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
}
.col-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
}
.col-12 {
    flex: 0 0 auto;
    width: 100%;
}
.offset-1 {
    margin-left: 8.33333333%;
}
.offset-2 {
    margin-left: 16.66666667%;
}
.offset-3 {
    margin-left: 25%;
}
.offset-4 {
    margin-left: 33.33333333%;
}
.offset-5 {
    margin-left: 41.66666667%;
}
.offset-6 {
    margin-left: 50%;
}
.offset-7 {
    margin-left: 58.33333333%;
}
.offset-8 {
    margin-left: 66.66666667%;
}
.offset-9 {
    margin-left: 75%;
}
.offset-10 {
    margin-left: 83.33333333%;
}
.offset-11 {
    margin-left: 91.66666667%;
}
.g-0,
.gx-0 {
    --bs-gutter-x: 0;
}
.g-0,
.gy-0 {
    --bs-gutter-y: 0;
}
.g-1,
.gx-1 {
    --bs-gutter-x: 0.25rem;
}
.g-1,
.gy-1 {
    --bs-gutter-y: 0.25rem;
}
.g-2,
.gx-2 {
    --bs-gutter-x: 0.5rem;
}
.g-2,
.gy-2 {
    --bs-gutter-y: 0.5rem;
}
.g-3,
.gx-3 {
    --bs-gutter-x: 1rem;
}
.g-3,
.gy-3 {
    --bs-gutter-y: 1rem;
}
.g-4,
.gx-4 {
    --bs-gutter-x: 1.5rem;
}
.g-4,
.gy-4 {
    --bs-gutter-y: 1.5rem;
}
.g-5,
.gx-5 {
    --bs-gutter-x: 3rem;
}
.g-5,
.gy-5 {
    --bs-gutter-y: 3rem;
}
@media (min-width: 576px) {
    .col-sm {
        flex: 1 0;
    }
    .row-cols-sm-auto > * {
        flex: 0 0 auto;
        width: auto;
    }
    .row-cols-sm-1 > * {
        flex: 0 0 auto;
        width: 100%;
    }
    .row-cols-sm-2 > * {
        flex: 0 0 auto;
        width: 50%;
    }
    .row-cols-sm-3 > * {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .row-cols-sm-4 > * {
        flex: 0 0 auto;
        width: 25%;
    }
    .row-cols-sm-5 > * {
        flex: 0 0 auto;
        width: 20%;
    }
    .row-cols-sm-6 > * {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
    }
    .col-sm-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }
    .col-sm-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .col-sm-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-sm-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .col-sm-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    .col-sm-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-sm-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }
    .col-sm-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    .col-sm-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    .col-sm-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }
    .col-sm-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }
    .col-sm-12 {
        flex: 0 0 auto;
        width: 100%;
    }
    .offset-sm-0 {
        margin-left: 0;
    }
    .offset-sm-1 {
        margin-left: 8.33333333%;
    }
    .offset-sm-2 {
        margin-left: 16.66666667%;
    }
    .offset-sm-3 {
        margin-left: 25%;
    }
    .offset-sm-4 {
        margin-left: 33.33333333%;
    }
    .offset-sm-5 {
        margin-left: 41.66666667%;
    }
    .offset-sm-6 {
        margin-left: 50%;
    }
    .offset-sm-7 {
        margin-left: 58.33333333%;
    }
    .offset-sm-8 {
        margin-left: 66.66666667%;
    }
    .offset-sm-9 {
        margin-left: 75%;
    }
    .offset-sm-10 {
        margin-left: 83.33333333%;
    }
    .offset-sm-11 {
        margin-left: 91.66666667%;
    }
    .g-sm-0,
    .gx-sm-0 {
        --bs-gutter-x: 0;
    }
    .g-sm-0,
    .gy-sm-0 {
        --bs-gutter-y: 0;
    }
    .g-sm-1,
    .gx-sm-1 {
        --bs-gutter-x: 0.25rem;
    }
    .g-sm-1,
    .gy-sm-1 {
        --bs-gutter-y: 0.25rem;
    }
    .g-sm-2,
    .gx-sm-2 {
        --bs-gutter-x: 0.5rem;
    }
    .g-sm-2,
    .gy-sm-2 {
        --bs-gutter-y: 0.5rem;
    }
    .g-sm-3,
    .gx-sm-3 {
        --bs-gutter-x: 1rem;
    }
    .g-sm-3,
    .gy-sm-3 {
        --bs-gutter-y: 1rem;
    }
    .g-sm-4,
    .gx-sm-4 {
        --bs-gutter-x: 1.5rem;
    }
    .g-sm-4,
    .gy-sm-4 {
        --bs-gutter-y: 1.5rem;
    }
    .g-sm-5,
    .gx-sm-5 {
        --bs-gutter-x: 3rem;
    }
    .g-sm-5,
    .gy-sm-5 {
        --bs-gutter-y: 3rem;
    }
}
@media (min-width: 768px) {
    .col-md {
        flex: 1 0;
    }
    .row-cols-md-auto > * {
        flex: 0 0 auto;
        width: auto;
    }
    .row-cols-md-1 > * {
        flex: 0 0 auto;
        width: 100%;
    }
    .row-cols-md-2 > * {
        flex: 0 0 auto;
        width: 50%;
    }
    .row-cols-md-3 > * {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .row-cols-md-4 > * {
        flex: 0 0 auto;
        width: 25%;
    }
    .row-cols-md-5 > * {
        flex: 0 0 auto;
        width: 20%;
    }
    .row-cols-md-6 > * {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
    }
    .col-md-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }
    .col-md-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .col-md-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-md-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .col-md-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    .col-md-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-md-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }
    .col-md-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    .col-md-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    .col-md-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }
    .col-md-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }
    .col-md-12 {
        flex: 0 0 auto;
        width: 100%;
    }
    .offset-md-0 {
        margin-left: 0;
    }
    .offset-md-1 {
        margin-left: 8.33333333%;
    }
    .offset-md-2 {
        margin-left: 16.66666667%;
    }
    .offset-md-3 {
        margin-left: 25%;
    }
    .offset-md-4 {
        margin-left: 33.33333333%;
    }
    .offset-md-5 {
        margin-left: 41.66666667%;
    }
    .offset-md-6 {
        margin-left: 50%;
    }
    .offset-md-7 {
        margin-left: 58.33333333%;
    }
    .offset-md-8 {
        margin-left: 66.66666667%;
    }
    .offset-md-9 {
        margin-left: 75%;
    }
    .offset-md-10 {
        margin-left: 83.33333333%;
    }
    .offset-md-11 {
        margin-left: 91.66666667%;
    }
    .g-md-0,
    .gx-md-0 {
        --bs-gutter-x: 0;
    }
    .g-md-0,
    .gy-md-0 {
        --bs-gutter-y: 0;
    }
    .g-md-1,
    .gx-md-1 {
        --bs-gutter-x: 0.25rem;
    }
    .g-md-1,
    .gy-md-1 {
        --bs-gutter-y: 0.25rem;
    }
    .g-md-2,
    .gx-md-2 {
        --bs-gutter-x: 0.5rem;
    }
    .g-md-2,
    .gy-md-2 {
        --bs-gutter-y: 0.5rem;
    }
    .g-md-3,
    .gx-md-3 {
        --bs-gutter-x: 1rem;
    }
    .g-md-3,
    .gy-md-3 {
        --bs-gutter-y: 1rem;
    }
    .g-md-4,
    .gx-md-4 {
        --bs-gutter-x: 1.5rem;
    }
    .g-md-4,
    .gy-md-4 {
        --bs-gutter-y: 1.5rem;
    }
    .g-md-5,
    .gx-md-5 {
        --bs-gutter-x: 3rem;
    }
    .g-md-5,
    .gy-md-5 {
        --bs-gutter-y: 3rem;
    }
}
@media (min-width: 992px) {
    .col-lg {
        flex: 1 0;
    }
    .row-cols-lg-auto > * {
        flex: 0 0 auto;
        width: auto;
    }
    .row-cols-lg-1 > * {
        flex: 0 0 auto;
        width: 100%;
    }
    .row-cols-lg-2 > * {
        flex: 0 0 auto;
        width: 50%;
    }
    .row-cols-lg-3 > * {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .row-cols-lg-4 > * {
        flex: 0 0 auto;
        width: 25%;
    }
    .row-cols-lg-5 > * {
        flex: 0 0 auto;
        width: 20%;
    }
    .row-cols-lg-6 > * {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
    }
    .col-lg-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }
    .col-lg-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .col-lg-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .col-lg-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    .col-lg-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-lg-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }
    .col-lg-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    .col-lg-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    .col-lg-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }
    .col-lg-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }
    .col-lg-12 {
        flex: 0 0 auto;
        width: 100%;
    }
    .offset-lg-0 {
        margin-left: 0;
    }
    .offset-lg-1 {
        margin-left: 8.33333333%;
    }
    .offset-lg-2 {
        margin-left: 16.66666667%;
    }
    .offset-lg-3 {
        margin-left: 25%;
    }
    .offset-lg-4 {
        margin-left: 33.33333333%;
    }
    .offset-lg-5 {
        margin-left: 41.66666667%;
    }
    .offset-lg-6 {
        margin-left: 50%;
    }
    .offset-lg-7 {
        margin-left: 58.33333333%;
    }
    .offset-lg-8 {
        margin-left: 66.66666667%;
    }
    .offset-lg-9 {
        margin-left: 75%;
    }
    .offset-lg-10 {
        margin-left: 83.33333333%;
    }
    .offset-lg-11 {
        margin-left: 91.66666667%;
    }
    .g-lg-0,
    .gx-lg-0 {
        --bs-gutter-x: 0;
    }
    .g-lg-0,
    .gy-lg-0 {
        --bs-gutter-y: 0;
    }
    .g-lg-1,
    .gx-lg-1 {
        --bs-gutter-x: 0.25rem;
    }
    .g-lg-1,
    .gy-lg-1 {
        --bs-gutter-y: 0.25rem;
    }
    .g-lg-2,
    .gx-lg-2 {
        --bs-gutter-x: 0.5rem;
    }
    .g-lg-2,
    .gy-lg-2 {
        --bs-gutter-y: 0.5rem;
    }
    .g-lg-3,
    .gx-lg-3 {
        --bs-gutter-x: 1rem;
    }
    .g-lg-3,
    .gy-lg-3 {
        --bs-gutter-y: 1rem;
    }
    .g-lg-4,
    .gx-lg-4 {
        --bs-gutter-x: 1.5rem;
    }
    .g-lg-4,
    .gy-lg-4 {
        --bs-gutter-y: 1.5rem;
    }
    .g-lg-5,
    .gx-lg-5 {
        --bs-gutter-x: 3rem;
    }
    .g-lg-5,
    .gy-lg-5 {
        --bs-gutter-y: 3rem;
    }
}
@media (min-width: 1200px) {
    .col-xl {
        flex: 1 0;
    }
    .row-cols-xl-auto > * {
        flex: 0 0 auto;
        width: auto;
    }
    .row-cols-xl-1 > * {
        flex: 0 0 auto;
        width: 100%;
    }
    .row-cols-xl-2 > * {
        flex: 0 0 auto;
        width: 50%;
    }
    .row-cols-xl-3 > * {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .row-cols-xl-4 > * {
        flex: 0 0 auto;
        width: 25%;
    }
    .row-cols-xl-5 > * {
        flex: 0 0 auto;
        width: 20%;
    }
    .row-cols-xl-6 > * {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
    }
    .col-xl-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }
    .col-xl-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .col-xl-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-xl-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .col-xl-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    .col-xl-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-xl-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }
    .col-xl-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    .col-xl-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    .col-xl-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }
    .col-xl-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }
    .col-xl-12 {
        flex: 0 0 auto;
        width: 100%;
    }
    .offset-xl-0 {
        margin-left: 0;
    }
    .offset-xl-1 {
        margin-left: 8.33333333%;
    }
    .offset-xl-2 {
        margin-left: 16.66666667%;
    }
    .offset-xl-3 {
        margin-left: 25%;
    }
    .offset-xl-4 {
        margin-left: 33.33333333%;
    }
    .offset-xl-5 {
        margin-left: 41.66666667%;
    }
    .offset-xl-6 {
        margin-left: 50%;
    }
    .offset-xl-7 {
        margin-left: 58.33333333%;
    }
    .offset-xl-8 {
        margin-left: 66.66666667%;
    }
    .offset-xl-9 {
        margin-left: 75%;
    }
    .offset-xl-10 {
        margin-left: 83.33333333%;
    }
    .offset-xl-11 {
        margin-left: 91.66666667%;
    }
    .g-xl-0,
    .gx-xl-0 {
        --bs-gutter-x: 0;
    }
    .g-xl-0,
    .gy-xl-0 {
        --bs-gutter-y: 0;
    }
    .g-xl-1,
    .gx-xl-1 {
        --bs-gutter-x: 0.25rem;
    }
    .g-xl-1,
    .gy-xl-1 {
        --bs-gutter-y: 0.25rem;
    }
    .g-xl-2,
    .gx-xl-2 {
        --bs-gutter-x: 0.5rem;
    }
    .g-xl-2,
    .gy-xl-2 {
        --bs-gutter-y: 0.5rem;
    }
    .g-xl-3,
    .gx-xl-3 {
        --bs-gutter-x: 1rem;
    }
    .g-xl-3,
    .gy-xl-3 {
        --bs-gutter-y: 1rem;
    }
    .g-xl-4,
    .gx-xl-4 {
        --bs-gutter-x: 1.5rem;
    }
    .g-xl-4,
    .gy-xl-4 {
        --bs-gutter-y: 1.5rem;
    }
    .g-xl-5,
    .gx-xl-5 {
        --bs-gutter-x: 3rem;
    }
    .g-xl-5,
    .gy-xl-5 {
        --bs-gutter-y: 3rem;
    }
}
@media (min-width: 1400px) {
    .col-xxl {
        flex: 1 0;
    }
    .row-cols-xxl-auto > * {
        flex: 0 0 auto;
        width: auto;
    }
    .row-cols-xxl-1 > * {
        flex: 0 0 auto;
        width: 100%;
    }
    .row-cols-xxl-2 > * {
        flex: 0 0 auto;
        width: 50%;
    }
    .row-cols-xxl-3 > * {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .row-cols-xxl-4 > * {
        flex: 0 0 auto;
        width: 25%;
    }
    .row-cols-xxl-5 > * {
        flex: 0 0 auto;
        width: 20%;
    }
    .row-cols-xxl-6 > * {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .col-xxl-auto {
        flex: 0 0 auto;
        width: auto;
    }
    .col-xxl-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }
    .col-xxl-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .col-xxl-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-xxl-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .col-xxl-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    .col-xxl-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-xxl-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }
    .col-xxl-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    .col-xxl-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    .col-xxl-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }
    .col-xxl-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }
    .col-xxl-12 {
        flex: 0 0 auto;
        width: 100%;
    }
    .offset-xxl-0 {
        margin-left: 0;
    }
    .offset-xxl-1 {
        margin-left: 8.33333333%;
    }
    .offset-xxl-2 {
        margin-left: 16.66666667%;
    }
    .offset-xxl-3 {
        margin-left: 25%;
    }
    .offset-xxl-4 {
        margin-left: 33.33333333%;
    }
    .offset-xxl-5 {
        margin-left: 41.66666667%;
    }
    .offset-xxl-6 {
        margin-left: 50%;
    }
    .offset-xxl-7 {
        margin-left: 58.33333333%;
    }
    .offset-xxl-8 {
        margin-left: 66.66666667%;
    }
    .offset-xxl-9 {
        margin-left: 75%;
    }
    .offset-xxl-10 {
        margin-left: 83.33333333%;
    }
    .offset-xxl-11 {
        margin-left: 91.66666667%;
    }
    .g-xxl-0,
    .gx-xxl-0 {
        --bs-gutter-x: 0;
    }
    .g-xxl-0,
    .gy-xxl-0 {
        --bs-gutter-y: 0;
    }
    .g-xxl-1,
    .gx-xxl-1 {
        --bs-gutter-x: 0.25rem;
    }
    .g-xxl-1,
    .gy-xxl-1 {
        --bs-gutter-y: 0.25rem;
    }
    .g-xxl-2,
    .gx-xxl-2 {
        --bs-gutter-x: 0.5rem;
    }
    .g-xxl-2,
    .gy-xxl-2 {
        --bs-gutter-y: 0.5rem;
    }
    .g-xxl-3,
    .gx-xxl-3 {
        --bs-gutter-x: 1rem;
    }
    .g-xxl-3,
    .gy-xxl-3 {
        --bs-gutter-y: 1rem;
    }
    .g-xxl-4,
    .gx-xxl-4 {
        --bs-gutter-x: 1.5rem;
    }
    .g-xxl-4,
    .gy-xxl-4 {
        --bs-gutter-y: 1.5rem;
    }
    .g-xxl-5,
    .gx-xxl-5 {
        --bs-gutter-x: 3rem;
    }
    .g-xxl-5,
    .gy-xxl-5 {
        --bs-gutter-y: 3rem;
    }
}
.table {
    --bs-table-color-type: initial;
    --bs-table-bg-type: initial;
    --bs-table-color-state: initial;
    --bs-table-bg-state: initial;
    --bs-table-color: var(--bs-emphasis-color);
    --bs-table-bg: var(--bs-body-bg);
    --bs-table-border-color: var(--bs-border-color);
    --bs-table-accent-bg: transparent;
    --bs-table-striped-color: var(--bs-emphasis-color);
    --bs-table-striped-bg: rgba(var(--bs-emphasis-color-rgb), 0.05);
    --bs-table-active-color: var(--bs-emphasis-color);
    --bs-table-active-bg: rgba(var(--bs-emphasis-color-rgb), 0.1);
    --bs-table-hover-color: var(--bs-emphasis-color);
    --bs-table-hover-bg: rgba(var(--bs-emphasis-color-rgb), 0.075);
    width: 100%;
    margin-bottom: 1rem;
    vertical-align: top;
    border-color: var(--bs-table-border-color);
}
.table > :not(caption) > * > * {
    padding: 0.5rem;
    color: var(--bs-table-color-state, var(--bs-table-color-type, var(--bs-table-color)));
    background-color: var(--bs-table-bg);
    border-bottom-width: var(--bs-border-width);
    box-shadow: inset 0 0 0 9999px var(--bs-table-bg-state, var(--bs-table-bg-type, var(--bs-table-accent-bg)));
}
.table > tbody {
    vertical-align: inherit;
}
.table > thead {
    vertical-align: bottom;
}
.table-group-divider {
    border-top: calc(var(--bs-border-width) * 2) solid;
}
.caption-top {
    caption-side: top;
}
.table-sm > :not(caption) > * > * {
    padding: 0.25rem;
}
.table-bordered > :not(caption) > * {
    border-width: var(--bs-border-width) 0;
}
.table-bordered > :not(caption) > * > * {
    border-width: 0 var(--bs-border-width);
}
.table-borderless > :not(caption) > * > * {
    border-bottom-width: 0;
}
.table-borderless > :not(:first-child) {
    border-top-width: 0;
}
.table-striped-columns > :not(caption) > tr > :nth-child(2n),
.table-striped > tbody > tr:nth-of-type(odd) > * {
    --bs-table-color-type: var(--bs-table-striped-color);
    --bs-table-bg-type: var(--bs-table-striped-bg);
}
.table-active {
    --bs-table-color-state: var(--bs-table-active-color);
    --bs-table-bg-state: var(--bs-table-active-bg);
}
.table-hover > tbody > tr:hover > * {
    --bs-table-color-state: var(--bs-table-hover-color);
    --bs-table-bg-state: var(--bs-table-hover-bg);
}
.table-primary {
    --bs-table-color: #000;
    --bs-table-bg: #cfe2ff;
    --bs-table-border-color: #a6b5cc;
    --bs-table-striped-bg: #c5d7f2;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #bacbe6;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #bfd1ec;
    --bs-table-hover-color: #000;
}
.table-primary,
.table-secondary {
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color);
}
.table-secondary {
    --bs-table-color: #000;
    --bs-table-bg: #e2e3e5;
    --bs-table-border-color: #b5b6b7;
    --bs-table-striped-bg: #d7d8da;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #cbccce;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #d1d2d4;
    --bs-table-hover-color: #000;
}
.table-success {
    --bs-table-color: #000;
    --bs-table-bg: #d1e7dd;
    --bs-table-border-color: #a7b9b1;
    --bs-table-striped-bg: #c7dbd2;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #bcd0c7;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #c1d6cc;
    --bs-table-hover-color: #000;
}
.table-info,
.table-success {
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color);
}
.table-info {
    --bs-table-color: #000;
    --bs-table-bg: #cff4fc;
    --bs-table-border-color: #a6c3ca;
    --bs-table-striped-bg: #c5e8ef;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #badce3;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #bfe2e9;
    --bs-table-hover-color: #000;
}
.table-warning {
    --bs-table-color: #000;
    --bs-table-bg: #fff3cd;
    --bs-table-border-color: #ccc2a4;
    --bs-table-striped-bg: #f2e7c3;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #e6dbb9;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #ece1be;
    --bs-table-hover-color: #000;
}
.table-danger,
.table-warning {
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color);
}
.table-danger {
    --bs-table-color: #000;
    --bs-table-bg: #f8d7da;
    --bs-table-border-color: #c6acae;
    --bs-table-striped-bg: #eccccf;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #dfc2c4;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #e5c7ca;
    --bs-table-hover-color: #000;
}
.table-light {
    --bs-table-color: #000;
    --bs-table-bg: #f8f9fa;
    --bs-table-border-color: #c6c7c8;
    --bs-table-striped-bg: #ecedee;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #dfe0e1;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #e5e6e7;
    --bs-table-hover-color: #000;
}
.table-dark,
.table-light {
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color);
}
.table-dark {
    --bs-table-color: #fff;
    --bs-table-bg: #212529;
    --bs-table-border-color: #4d5154;
    --bs-table-striped-bg: #2c3034;
    --bs-table-striped-color: #fff;
    --bs-table-active-bg: #373b3e;
    --bs-table-active-color: #fff;
    --bs-table-hover-bg: #323539;
    --bs-table-hover-color: #fff;
}
.table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
@media (max-width: 575.98px) {
    .table-responsive-sm {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}
@media (max-width: 767.98px) {
    .table-responsive-md {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}
@media (max-width: 991.98px) {
    .table-responsive-lg {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}
@media (max-width: 1199.98px) {
    .table-responsive-xl {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}
@media (max-width: 1399.98px) {
    .table-responsive-xxl {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}
.form-label {
    margin-bottom: 0.5rem;
}
.col-form-label {
    padding-top: calc(0.375rem + var(--bs-border-width));
    padding-bottom: calc(0.375rem + var(--bs-border-width));
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5;
}
.col-form-label-lg {
    padding-top: calc(0.5rem + var(--bs-border-width));
    padding-bottom: calc(0.5rem + var(--bs-border-width));
    font-size: 1.25rem;
}
.col-form-label-sm {
    padding-top: calc(0.25rem + var(--bs-border-width));
    padding-bottom: calc(0.25rem + var(--bs-border-width));
    font-size: 0.875rem;
}
.form-text {
    margin-top: 0.25rem;
    font-size: 0.875em;
    color: var(--bs-secondary-color);
}
.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .form-control {
        transition: none;
    }
}
.form-control[type="file"] {
    overflow: hidden;
}
.form-control[type="file"]:not(:disabled):not([readonly]) {
    cursor: pointer;
}
.form-control:focus {
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-control::-webkit-date-and-time-value {
    min-width: 85px;
    height: 1.5em;
    margin: 0;
}
.form-control::-webkit-datetime-edit {
    display: block;
    padding: 0;
}
.form-control::placeholder {
    color: var(--bs-secondary-color);
    opacity: 1;
}
.form-control:disabled {
    background-color: var(--bs-secondary-bg);
    opacity: 1;
}
.form-control::-webkit-file-upload-button {
    padding: 0.375rem 0.75rem;
    margin: -0.375rem -0.75rem;
    -webkit-margin-end: 0.75rem;
    margin-inline-end: 0.75rem;
    color: var(--bs-body-color);
    background-color: var(--bs-tertiary-bg);
    pointer-events: none;
    border: 0 solid;
    border-color: inherit;
    border-inline-end-width: var(--bs-border-width);
    border-radius: 0;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-control::file-selector-button {
    padding: 0.375rem 0.75rem;
    margin: -0.375rem -0.75rem;
    -webkit-margin-end: 0.75rem;
    margin-inline-end: 0.75rem;
    color: var(--bs-body-color);
    background-color: var(--bs-tertiary-bg);
    pointer-events: none;
    border: 0 solid;
    border-color: inherit;
    border-inline-end-width: var(--bs-border-width);
    border-radius: 0;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .form-control::-webkit-file-upload-button {
        -webkit-transition: none;
        transition: none;
    }
    .form-control::file-selector-button {
        transition: none;
    }
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
    background-color: var(--bs-secondary-bg);
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
    background-color: var(--bs-secondary-bg);
}
.form-control-plaintext {
    display: block;
    width: 100%;
    padding: 0.375rem 0;
    margin-bottom: 0;
    line-height: 1.5;
    color: var(--bs-body-color);
    background-color: transparent;
    border: solid transparent;
    border-width: var(--bs-border-width) 0;
}
.form-control-plaintext:focus {
    outline: 0;
}
.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm {
    padding-right: 0;
    padding-left: 0;
}
.form-control-sm {
    min-height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    border-radius: var(--bs-border-radius-sm);
}
.form-control-sm::-webkit-file-upload-button {
    padding: 0.25rem 0.5rem;
    margin: -0.25rem -0.5rem;
    -webkit-margin-end: 0.5rem;
    margin-inline-end: 0.5rem;
}
.form-control-sm::file-selector-button {
    padding: 0.25rem 0.5rem;
    margin: -0.25rem -0.5rem;
    -webkit-margin-end: 0.5rem;
    margin-inline-end: 0.5rem;
}
.form-control-lg {
    min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    border-radius: var(--bs-border-radius-lg);
}
.form-control-lg::-webkit-file-upload-button {
    padding: 0.5rem 1rem;
    margin: -0.5rem -1rem;
    -webkit-margin-end: 1rem;
    margin-inline-end: 1rem;
}
.form-control-lg::file-selector-button {
    padding: 0.5rem 1rem;
    margin: -0.5rem -1rem;
    -webkit-margin-end: 1rem;
    margin-inline-end: 1rem;
}
textarea.form-control {
    min-height: calc(1.5em + 0.75rem + calc(var(--bs-border-width) * 2));
}
textarea.form-control-sm {
    min-height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
}
textarea.form-control-lg {
    min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
}
.form-control-color {
    width: 3rem;
    height: calc(1.5em + 0.75rem + calc(var(--bs-border-width) * 2));
    padding: 0.375rem;
}
.form-control-color:not(:disabled):not([readonly]) {
    cursor: pointer;
}
.form-control-color::-moz-color-swatch {
    border: 0 !important;
    border-radius: var(--bs-border-radius);
}
.form-control-color::-webkit-color-swatch {
    border: 0 !important;
    border-radius: var(--bs-border-radius);
}
.form-control-color.form-control-sm {
    height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
}
.form-control-color.form-control-lg {
    height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
}
.form-select {
    --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    display: block;
    width: 100%;
    padding: 0.375rem 2.25rem 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-body-bg);
    background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .form-select {
        transition: none;
    }
}
section.tp-hero-area {
    margin-top: 120px;
}
.form-select:focus {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-select[multiple],
.form-select[size]:not([size="1"]) {
    padding-right: 0.75rem;
    background-image: none;
}
.form-select:disabled {
    background-color: var(--bs-secondary-bg);
}
.form-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 var(--bs-body-color);
}
.form-select-sm {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    padding-left: 0.5rem;
    font-size: 0.875rem;
    border-radius: var(--bs-border-radius-sm);
}
.form-select-lg {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    font-size: 1.25rem;
    border-radius: var(--bs-border-radius-lg);
}
[data-bs-theme="dark"] .form-select {
    --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23dee2e6' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}
.form-check {
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5em;
    margin-bottom: 0.125rem;
}
.form-check .form-check-input {
    float: left;
    margin-left: -1.5em;
}
.form-check-reverse {
    padding-right: 1.5em;
    padding-left: 0;
    text-align: right;
}
.form-check-reverse .form-check-input {
    float: right;
    margin-right: -1.5em;
    margin-left: 0;
}
.form-check-input {
    --bs-form-check-bg: var(--bs-body-bg);
    flex-shrink: 0;
    width: 1em;
    height: 1em;
    margin-top: 0.25em;
    vertical-align: top;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-form-check-bg);
    background-image: var(--bs-form-check-bg-image);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
    border: var(--bs-border-width) solid var(--bs-border-color);
    print-color-adjust: exact;
}
.form-check-input[type="checkbox"] {
    border-radius: 0.25em;
}
.form-check-input[type="radio"] {
    border-radius: 50%;
}
.form-check-input:active {
    filter: brightness(90%);
}
.form-check-input:focus {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-check-input:checked {
    background-color: #0d6efd;
    border-color: #0d6efd;
}
.form-check-input:checked[type="checkbox"] {
    --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked[type="radio"] {
    --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
.form-check-input[type="checkbox"]:indeterminate {
    background-color: #0d6efd;
    border-color: #0d6efd;
    --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
.form-check-input:disabled {
    pointer-events: none;
    filter: none;
    opacity: 0.5;
}
.form-check-input:disabled ~ .form-check-label,
.form-check-input[disabled] ~ .form-check-label {
    cursor: default;
    opacity: 0.5;
}
.form-switch {
    padding-left: 2.5em;
}
.form-switch .form-check-input {
    --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
    width: 2em;
    margin-left: -2.5em;
    background-image: var(--bs-form-switch-bg);
    background-position: 0;
    border-radius: 2em;
    transition: background-position 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .form-switch .form-check-input {
        transition: none;
    }
}
.form-switch .form-check-input:focus {
    --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked {
    background-position: 100%;
    --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.form-switch.form-check-reverse {
    padding-right: 2.5em;
    padding-left: 0;
}
.form-switch.form-check-reverse .form-check-input {
    margin-right: -2.5em;
    margin-left: 0;
}
.form-check-inline {
    display: inline-block;
    margin-right: 1rem;
}
.btn-check {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}
.btn-check:disabled + .btn,
.btn-check[disabled] + .btn {
    pointer-events: none;
    filter: none;
    opacity: 0.65;
}
[data-bs-theme="dark"] .form-switch .form-check-input:not(:checked):not(:focus) {
    --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%28255, 255, 255, 0.25%29'/%3e%3c/svg%3e");
}
.form-range {
    width: 100%;
    height: 1.5rem;
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
}
.form-range:focus {
    outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-range::-moz-focus-outer {
    border: 0;
}
.form-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    -webkit-appearance: none;
    appearance: none;
    background-color: #0d6efd;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .form-range::-webkit-slider-thumb {
        -webkit-transition: none;
        transition: none;
    }
}
.form-range::-webkit-slider-thumb:active {
    background-color: #b6d4fe;
}
.form-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: var(--bs-secondary-bg);
    border-color: transparent;
    border-radius: 1rem;
}
.form-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    -moz-appearance: none;
    appearance: none;
    background-color: #0d6efd;
    border: 0;
    border-radius: 1rem;
    -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .form-range::-moz-range-thumb {
        -moz-transition: none;
        transition: none;
    }
}
.form-range::-moz-range-thumb:active {
    background-color: #b6d4fe;
}
.form-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: var(--bs-secondary-bg);
    border-color: transparent;
    border-radius: 1rem;
}
.form-range:disabled {
    pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
    background-color: var(--bs-secondary-color);
}
.form-range:disabled::-moz-range-thumb {
    background-color: var(--bs-secondary-color);
}
.form-floating {
    position: relative;
}
.form-floating > .form-control,
.form-floating > .form-control-plaintext,
.form-floating > .form-select {
    height: calc(3.5rem + calc(var(--bs-border-width) * 2));
    min-height: calc(3.5rem + calc(var(--bs-border-width) * 2));
    line-height: 1.25;
}
.form-floating > label {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    height: 100%;
    padding: 1rem 0.75rem;
    overflow: hidden;
    text-align: start;
    text-overflow: ellipsis;
    white-space: nowrap;
    pointer-events: none;
    border: var(--bs-border-width) solid transparent;
    transform-origin: 0 0;
    transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .form-floating > label {
        transition: none;
    }
}
.form-floating > .form-control,
.form-floating > .form-control-plaintext {
    padding: 1rem 0.75rem;
}
.form-floating > .form-control-plaintext::placeholder,
.form-floating > .form-control::placeholder {
    color: transparent;
}
.form-floating > .form-control-plaintext:focus,
.form-floating > .form-control-plaintext:not(:placeholder-shown),
.form-floating > .form-control:focus,
.form-floating > .form-control:not(:placeholder-shown) {
    padding-top: 1.625rem;
    padding-bottom: 0.625rem;
}
.form-floating > .form-control-plaintext:-webkit-autofill,
.form-floating > .form-control:-webkit-autofill {
    padding-top: 1.625rem;
    padding-bottom: 0.625rem;
}
.form-floating > .form-select {
    padding-top: 1.625rem;
    padding-bottom: 0.625rem;
}
.form-floating > .form-control-plaintext ~ label,
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
    color: rgba(var(--bs-body-color-rgb), 0.65);
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control-plaintext ~ label:after,
.form-floating > .form-control:focus ~ label:after,
.form-floating > .form-control:not(:placeholder-shown) ~ label:after,
.form-floating > .form-select ~ label:after {
    position: absolute;
    inset: 1rem 0.375rem;
    z-index: -1;
    height: 1.5em;
    content: "";
    background-color: var(--bs-body-bg);
    border-radius: var(--bs-border-radius);
}
.form-floating > .form-control:-webkit-autofill ~ label {
    color: rgba(var(--bs-body-color-rgb), 0.65);
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control-plaintext ~ label {
    border-width: var(--bs-border-width) 0;
}
.form-floating > .form-control:disabled ~ label,
.form-floating > :disabled ~ label {
    color: #6c757d;
}
.form-floating > .form-control:disabled ~ label:after,
.form-floating > :disabled ~ label:after {
    background-color: var(--bs-secondary-bg);
}
.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}
.input-group > .form-control,
.input-group > .form-floating,
.input-group > .form-select {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
}
.input-group > .form-control:focus,
.input-group > .form-floating:focus-within,
.input-group > .form-select:focus {
    z-index: 5;
}
.input-group .btn {
    position: relative;
    z-index: 2;
}
.input-group .btn:focus {
    z-index: 5;
}
.input-group-text {
    display: flex;
    align-items: center;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    text-align: center;
    white-space: nowrap;
    background-color: var(--bs-tertiary-bg);
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
}
.input-group-lg > .btn,
.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    border-radius: var(--bs-border-radius-lg);
}
.input-group-sm > .btn,
.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    border-radius: var(--bs-border-radius-sm);
}
.input-group-lg > .form-select,
.input-group-sm > .form-select {
    padding-right: 3rem;
}
.input-group.has-validation > .dropdown-toggle:nth-last-child(n + 4),
.input-group.has-validation > .form-floating:nth-last-child(n + 3) > .form-control,
.input-group.has-validation > .form-floating:nth-last-child(n + 3) > .form-select,
.input-group.has-validation > :nth-last-child(n + 3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n + 3),
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-control,
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-select,
.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-left: calc(var(--bs-border-width) * -1);
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.input-group > .form-floating:not(:first-child) > .form-control,
.input-group > .form-floating:not(:first-child) > .form-select {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.valid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 0.875em;
    color: var(--bs-form-valid-color);
}
.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    margin-top: 0.1rem;
    font-size: 0.875rem;
    color: #fff;
    background-color: var(--bs-success);
    border-radius: var(--bs-border-radius);
}
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip,
.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip {
    display: block;
}
.form-control.is-valid,
.was-validated .form-control:valid {
    border-color: var(--bs-form-valid-border-color);
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
    border-color: var(--bs-form-valid-border-color);
    box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}
.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
    padding-right: calc(1.5em + 0.75rem);
    background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}
.form-select.is-valid,
.was-validated .form-select:valid {
    border-color: var(--bs-form-valid-border-color);
}
.form-select.is-valid:not([multiple]):not([size]),
.form-select.is-valid:not([multiple])[size="1"],
.was-validated .form-select:valid:not([multiple]):not([size]),
.was-validated .form-select:valid:not([multiple])[size="1"] {
    --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    padding-right: 4.125rem;
    background-position: right 0.75rem center, center right 2.25rem;
    background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.form-select.is-valid:focus,
.was-validated .form-select:valid:focus {
    border-color: var(--bs-form-valid-border-color);
    box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}
.form-control-color.is-valid,
.was-validated .form-control-color:valid {
    width: calc(3rem + calc(1.5em + 0.75rem));
}
.form-check-input.is-valid,
.was-validated .form-check-input:valid {
    border-color: var(--bs-form-valid-border-color);
}
.form-check-input.is-valid:checked,
.was-validated .form-check-input:valid:checked {
    background-color: var(--bs-form-valid-color);
}
.form-check-input.is-valid:focus,
.was-validated .form-check-input:valid:focus {
    box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}
.form-check-input.is-valid ~ .form-check-label,
.was-validated .form-check-input:valid ~ .form-check-label {
    color: var(--bs-form-valid-color);
}
.form-check-inline .form-check-input ~ .valid-feedback {
    margin-left: 0.5em;
}
.input-group > .form-control:not(:focus).is-valid,
.input-group > .form-floating:not(:focus-within).is-valid,
.input-group > .form-select:not(:focus).is-valid,
.was-validated .input-group > .form-control:not(:focus):valid,
.was-validated .input-group > .form-floating:not(:focus-within):valid,
.was-validated .input-group > .form-select:not(:focus):valid {
    z-index: 3;
}
.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 0.875em;
    color: var(--bs-form-invalid-color);
}
.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    margin-top: 0.1rem;
    font-size: 0.875rem;
    color: #fff;
    background-color: var(--bs-danger);
    border-radius: var(--bs-border-radius);
}
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip,
.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip {
    display: block;
}
.form-control.is-invalid,
.was-validated .form-control:invalid {
    border-color: var(--bs-form-invalid-border-color);
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
    border-color: var(--bs-form-invalid-border-color);
    box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}
.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
    padding-right: calc(1.5em + 0.75rem);
    background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}
.form-select.is-invalid,
.was-validated .form-select:invalid {
    border-color: var(--bs-form-invalid-border-color);
}
.form-select.is-invalid:not([multiple]):not([size]),
.form-select.is-invalid:not([multiple])[size="1"],
.was-validated .form-select:invalid:not([multiple]):not([size]),
.was-validated .form-select:invalid:not([multiple])[size="1"] {
    --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    padding-right: 4.125rem;
    background-position: right 0.75rem center, center right 2.25rem;
    background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.form-select.is-invalid:focus,
.was-validated .form-select:invalid:focus {
    border-color: var(--bs-form-invalid-border-color);
    box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}
.form-control-color.is-invalid,
.was-validated .form-control-color:invalid {
    width: calc(3rem + calc(1.5em + 0.75rem));
}
.form-check-input.is-invalid,
.was-validated .form-check-input:invalid {
    border-color: var(--bs-form-invalid-border-color);
}
.form-check-input.is-invalid:checked,
.was-validated .form-check-input:invalid:checked {
    background-color: var(--bs-form-invalid-color);
}
.form-check-input.is-invalid:focus,
.was-validated .form-check-input:invalid:focus {
    box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}
.form-check-input.is-invalid ~ .form-check-label,
.was-validated .form-check-input:invalid ~ .form-check-label {
    color: var(--bs-form-invalid-color);
}
.form-check-inline .form-check-input ~ .invalid-feedback {
    margin-left: 0.5em;
}
.input-group > .form-control:not(:focus).is-invalid,
.input-group > .form-floating:not(:focus-within).is-invalid,
.input-group > .form-select:not(:focus).is-invalid,
.was-validated .input-group > .form-control:not(:focus):invalid,
.was-validated .input-group > .form-floating:not(:focus-within):invalid,
.was-validated .input-group > .form-select:not(:focus):invalid {
    z-index: 4;
}
.btn {
    --bs-btn-padding-x: 0.75rem;
    --bs-btn-padding-y: 0.375rem;
/*    --bs-btn-font-family: ;*/
    --bs-btn-font-size: 1rem;
    --bs-btn-font-weight: 400;
    --bs-btn-line-height: 1.5;
    --bs-btn-color: var(--bs-body-color);
    --bs-btn-bg: transparent;
    --bs-btn-border-width: var(--bs-border-width);
    --bs-btn-border-color: transparent;
    --bs-btn-border-radius: var(--bs-border-radius);
    --bs-btn-hover-border-color: transparent;
    --bs-btn-box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
    --bs-btn-disabled-opacity: 0.65;
    --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), 0.5);
    display: inline-block;
    padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
/*    font-family: var(--bs-btn-font-family);*/
    font-size: var(--bs-btn-font-size);
    font-weight: var(--bs-btn-font-weight);
    line-height: var(--bs-btn-line-height);
    color: var(--bs-btn-color);
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
    border-radius: var(--bs-btn-border-radius);
    background-color: var(--bs-btn-bg);
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .btn {
        transition: none;
    }
}
.btn:hover {
    color: var(--bs-btn-hover-color);
    background-color: var(--bs-btn-hover-bg);
    border-color: var(--bs-btn-hover-border-color);
}
.btn-check + .btn:hover {
    color: var(--bs-btn-color);
    background-color: var(--bs-btn-bg);
    border-color: var(--bs-btn-border-color);
}
.btn:focus-visible {
    color: var(--bs-btn-hover-color);
    background-color: var(--bs-btn-hover-bg);
    border-color: var(--bs-btn-hover-border-color);
    outline: 0;
    box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:focus-visible + .btn {
    border-color: var(--bs-btn-hover-border-color);
    outline: 0;
    box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:checked + .btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check) + .btn:active {
    color: var(--bs-btn-active-color);
    background-color: var(--bs-btn-active-bg);
    border-color: var(--bs-btn-active-border-color);
}
.btn-check:checked + .btn:focus-visible,
.btn.active:focus-visible,
.btn.show:focus-visible,
.btn:first-child:active:focus-visible,
:not(.btn-check) + .btn:active:focus-visible {
    box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:checked:focus-visible + .btn {
    box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn.disabled,
.btn:disabled,
fieldset:disabled .btn {
    color: var(--bs-btn-disabled-color);
    pointer-events: none;
    background-color: var(--bs-btn-disabled-bg);
    border-color: var(--bs-btn-disabled-border-color);
    opacity: var(--bs-btn-disabled-opacity);
}
.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #0d6efd;
    --bs-btn-border-color: #0d6efd;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #0b5ed7;
    --bs-btn-hover-border-color: #0a58ca;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #0a58ca;
    --bs-btn-active-border-color: #0a53be;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #0d6efd;
    --bs-btn-disabled-border-color: #0d6efd;
}
.btn-secondary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #6c757d;
    --bs-btn-border-color: #6c757d;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #5c636a;
    --bs-btn-hover-border-color: #565e64;
    --bs-btn-focus-shadow-rgb: 130, 138, 145;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #565e64;
    --bs-btn-active-border-color: #51585e;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #6c757d;
    --bs-btn-disabled-border-color: #6c757d;
}
.btn-success {
    --bs-btn-color: #fff;
    --bs-btn-bg: #198754;
    --bs-btn-border-color: #198754;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #157347;
    --bs-btn-hover-border-color: #146c43;
    --bs-btn-focus-shadow-rgb: 60, 153, 110;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #146c43;
    --bs-btn-active-border-color: #13653f;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #198754;
    --bs-btn-disabled-border-color: #198754;
}
.btn-info {
    --bs-btn-color: #000;
    --bs-btn-bg: #0dcaf0;
    --bs-btn-border-color: #0dcaf0;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #31d2f2;
    --bs-btn-hover-border-color: #25cff2;
    --bs-btn-focus-shadow-rgb: 11, 172, 204;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #3dd5f3;
    --bs-btn-active-border-color: #25cff2;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #0dcaf0;
    --bs-btn-disabled-border-color: #0dcaf0;
}
.btn-warning {
    --bs-btn-color: #000;
    --bs-btn-bg: #ffc107;
    --bs-btn-border-color: #ffc107;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #ffca2c;
    --bs-btn-hover-border-color: #ffc720;
    --bs-btn-focus-shadow-rgb: 217, 164, 6;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #ffcd39;
    --bs-btn-active-border-color: #ffc720;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #ffc107;
    --bs-btn-disabled-border-color: #ffc107;
}
.btn-danger {
    --bs-btn-color: #fff;
    --bs-btn-bg: #dc3545;
    --bs-btn-border-color: #dc3545;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #bb2d3b;
    --bs-btn-hover-border-color: #b02a37;
    --bs-btn-focus-shadow-rgb: 225, 83, 97;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #b02a37;
    --bs-btn-active-border-color: #a52834;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #dc3545;
    --bs-btn-disabled-border-color: #dc3545;
}
.btn-light {
    --bs-btn-color: #000;
    --bs-btn-bg: #f8f9fa;
    --bs-btn-border-color: #f8f9fa;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #d3d4d5;
    --bs-btn-hover-border-color: #c6c7c8;
    --bs-btn-focus-shadow-rgb: 211, 212, 213;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #c6c7c8;
    --bs-btn-active-border-color: #babbbc;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #f8f9fa;
    --bs-btn-disabled-border-color: #f8f9fa;
}
.btn-dark {
    --bs-btn-color: #fff;
    --bs-btn-bg: #212529;
    --bs-btn-border-color: #212529;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #424649;
    --bs-btn-hover-border-color: #373b3e;
    --bs-btn-focus-shadow-rgb: 66, 70, 73;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #4d5154;
    --bs-btn-active-border-color: #373b3e;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #212529;
    --bs-btn-disabled-border-color: #212529;
}
.btn-outline-primary {
    --bs-btn-color: #0d6efd;
    --bs-btn-border-color: #0d6efd;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #0d6efd;
    --bs-btn-hover-border-color: #0d6efd;
    --bs-btn-focus-shadow-rgb: 13, 110, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #0d6efd;
    --bs-btn-active-border-color: #0d6efd;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #0d6efd;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #0d6efd;
    --bs-gradient: none;
}
.btn-outline-secondary {
    --bs-btn-color: #6c757d;
    --bs-btn-border-color: #6c757d;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #6c757d;
    --bs-btn-hover-border-color: #6c757d;
    --bs-btn-focus-shadow-rgb: 108, 117, 125;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #6c757d;
    --bs-btn-active-border-color: #6c757d;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #6c757d;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #6c757d;
    --bs-gradient: none;
}
.btn-outline-success {
    --bs-btn-color: #198754;
    --bs-btn-border-color: #198754;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #198754;
    --bs-btn-hover-border-color: #198754;
    --bs-btn-focus-shadow-rgb: 25, 135, 84;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #198754;
    --bs-btn-active-border-color: #198754;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #198754;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #198754;
    --bs-gradient: none;
}
.btn-outline-info {
    --bs-btn-color: #0dcaf0;
    --bs-btn-border-color: #0dcaf0;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #0dcaf0;
    --bs-btn-hover-border-color: #0dcaf0;
    --bs-btn-focus-shadow-rgb: 13, 202, 240;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #0dcaf0;
    --bs-btn-active-border-color: #0dcaf0;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #0dcaf0;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #0dcaf0;
    --bs-gradient: none;
}
.btn-outline-warning {
    --bs-btn-color: #ffc107;
    --bs-btn-border-color: #ffc107;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #ffc107;
    --bs-btn-hover-border-color: #ffc107;
    --bs-btn-focus-shadow-rgb: 255, 193, 7;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #ffc107;
    --bs-btn-active-border-color: #ffc107;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #ffc107;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #ffc107;
    --bs-gradient: none;
}
.btn-outline-danger {
    --bs-btn-color: #dc3545;
    --bs-btn-border-color: #dc3545;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #dc3545;
    --bs-btn-hover-border-color: #dc3545;
    --bs-btn-focus-shadow-rgb: 220, 53, 69;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #dc3545;
    --bs-btn-active-border-color: #dc3545;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #dc3545;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #dc3545;
    --bs-gradient: none;
}
.btn-outline-light {
    --bs-btn-color: #f8f9fa;
    --bs-btn-border-color: #f8f9fa;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #f8f9fa;
    --bs-btn-hover-border-color: #f8f9fa;
    --bs-btn-focus-shadow-rgb: 248, 249, 250;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #f8f9fa;
    --bs-btn-active-border-color: #f8f9fa;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #f8f9fa;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #f8f9fa;
    --bs-gradient: none;
}
.btn-outline-dark {
    --bs-btn-color: #212529;
    --bs-btn-border-color: #212529;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #212529;
    --bs-btn-hover-border-color: #212529;
    --bs-btn-focus-shadow-rgb: 33, 37, 41;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #212529;
    --bs-btn-active-border-color: #212529;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #212529;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #212529;
    --bs-gradient: none;
}
.btn-link {
    --bs-btn-font-weight: 400;
    --bs-btn-color: var(--bs-link-color);
    --bs-btn-bg: transparent;
    --bs-btn-border-color: transparent;
    --bs-btn-hover-color: var(--bs-link-hover-color);
    --bs-btn-hover-border-color: transparent;
    --bs-btn-active-color: var(--bs-link-hover-color);
    --bs-btn-active-border-color: transparent;
    --bs-btn-disabled-color: #6c757d;
    --bs-btn-disabled-border-color: transparent;
    --bs-btn-box-shadow: 0 0 0 #000;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    text-decoration: underline;
}
.btn-link:focus-visible {
    color: var(--bs-btn-color);
}
.btn-link:hover {
    color: var(--bs-btn-hover-color);
}
.btn-group-lg > .btn,
.btn-lg {
    --bs-btn-padding-y: 0.5rem;
    --bs-btn-padding-x: 1rem;
    --bs-btn-font-size: 1.25rem;
    --bs-btn-border-radius: var(--bs-border-radius-lg);
}
.btn-group-sm > .btn,
.btn-sm {
    --bs-btn-padding-y: 0.25rem;
    --bs-btn-padding-x: 0.5rem;
    --bs-btn-font-size: 0.875rem;
    --bs-btn-border-radius: var(--bs-border-radius-sm);
}
.fade {
    transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
    .fade {
        transition: none;
    }
}
.fade:not(.show) {
    opacity: 0;
}
.collapse:not(.show) {
    display: none;
}
.collapsing {
    height: 0;
    overflow: hidden;
    transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
    .collapsing {
        transition: none;
    }
}
.collapsing.collapse-horizontal {
    width: 0;
    height: auto;
    transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
    .collapsing.collapse-horizontal {
        transition: none;
    }
}
.dropdown,
.dropdown-center,
.dropend,
.dropstart,
.dropup,
.dropup-center {
    position: relative;
}
.dropdown-toggle {
    white-space: nowrap;
}
.dropdown-toggle:after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty:after {
    margin-left: 0;
}
.dropdown-menu {
    --bs-dropdown-zindex: 1000;
    --bs-dropdown-min-width: 10rem;
    --bs-dropdown-padding-x: 0;
    --bs-dropdown-padding-y: 0.5rem;
    --bs-dropdown-spacer: 0.125rem;
    --bs-dropdown-font-size: 1rem;
    --bs-dropdown-color: var(--bs-body-color);
    --bs-dropdown-bg: var(--bs-body-bg);
    --bs-dropdown-border-color: var(--bs-border-color-translucent);
    --bs-dropdown-border-radius: var(--bs-border-radius);
    --bs-dropdown-border-width: var(--bs-border-width);
    --bs-dropdown-inner-border-radius: calc(var(--bs-border-radius) - var(--bs-border-width));
    --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
    --bs-dropdown-divider-margin-y: 0.5rem;
    --bs-dropdown-box-shadow: var(--bs-box-shadow);
    --bs-dropdown-link-color: var(--bs-body-color);
    --bs-dropdown-link-hover-color: var(--bs-body-color);
    --bs-dropdown-link-hover-bg: var(--bs-tertiary-bg);
    --bs-dropdown-link-active-color: #fff;
    --bs-dropdown-link-active-bg: #0d6efd;
    --bs-dropdown-link-disabled-color: var(--bs-tertiary-color);
    --bs-dropdown-item-padding-x: 1rem;
    --bs-dropdown-item-padding-y: 0.25rem;
    --bs-dropdown-header-color: #6c757d;
    --bs-dropdown-header-padding-x: 1rem;
    --bs-dropdown-header-padding-y: 0.5rem;
    position: absolute;
    z-index: var(--bs-dropdown-zindex);
    display: none;
    min-width: var(--bs-dropdown-min-width);
    padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
    margin: 0;
    font-size: var(--bs-dropdown-font-size);
    color: var(--bs-dropdown-color);
    text-align: left;
    list-style: none;
    background-color: var(--bs-dropdown-bg);
    background-clip: padding-box;
    border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
    border-radius: var(--bs-dropdown-border-radius);
}
.dropdown-menu[data-bs-popper] {
    top: 100%;
    left: 0;
    margin-top: var(--bs-dropdown-spacer);
}
.dropdown-menu-start {
    --bs-position: start;
}
.dropdown-menu-start[data-bs-popper] {
    right: auto;
    left: 0;
}
.dropdown-menu-end {
    --bs-position: end;
}
.dropdown-menu-end[data-bs-popper] {
    right: 0;
    left: auto;
}
@media (min-width: 576px) {
    .dropdown-menu-sm-start {
        --bs-position: start;
    }
    .dropdown-menu-sm-start[data-bs-popper] {
        right: auto;
        left: 0;
    }
    .dropdown-menu-sm-end {
        --bs-position: end;
    }
    .dropdown-menu-sm-end[data-bs-popper] {
        right: 0;
        left: auto;
    }
}
@media (min-width: 768px) {
    .dropdown-menu-md-start {
        --bs-position: start;
    }
    .dropdown-menu-md-start[data-bs-popper] {
        right: auto;
        left: 0;
    }
    .dropdown-menu-md-end {
        --bs-position: end;
    }
    .dropdown-menu-md-end[data-bs-popper] {
        right: 0;
        left: auto;
    }
}
@media (min-width: 992px) {
    .dropdown-menu-lg-start {
        --bs-position: start;
    }
    .dropdown-menu-lg-start[data-bs-popper] {
        right: auto;
        left: 0;
    }
    .dropdown-menu-lg-end {
        --bs-position: end;
    }
    .dropdown-menu-lg-end[data-bs-popper] {
        right: 0;
        left: auto;
    }
}
@media (min-width: 1200px) {
    .dropdown-menu-xl-start {
        --bs-position: start;
    }
    .dropdown-menu-xl-start[data-bs-popper] {
        right: auto;
        left: 0;
    }
    .dropdown-menu-xl-end {
        --bs-position: end;
    }
    .dropdown-menu-xl-end[data-bs-popper] {
        right: 0;
        left: auto;
    }
}
@media (min-width: 1400px) {
    .dropdown-menu-xxl-start {
        --bs-position: start;
    }
    .dropdown-menu-xxl-start[data-bs-popper] {
        right: auto;
        left: 0;
    }
    .dropdown-menu-xxl-end {
        --bs-position: end;
    }
    .dropdown-menu-xxl-end[data-bs-popper] {
        right: 0;
        left: auto;
    }
}
.dropup .dropdown-menu[data-bs-popper] {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: var(--bs-dropdown-spacer);
}
.dropup .dropdown-toggle:after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0;
    border-right: 0.3em solid transparent;
    border-bottom: 0.3em solid;
    border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty:after {
    margin-left: 0;
}
.dropend .dropdown-menu[data-bs-popper] {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: var(--bs-dropdown-spacer);
}
.dropend .dropdown-toggle:after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-right: 0;
    border-bottom: 0.3em solid transparent;
    border-left: 0.3em solid;
}
.dropend .dropdown-toggle:empty:after {
    margin-left: 0;
}
.dropend .dropdown-toggle:after {
    vertical-align: 0;
}
.dropstart .dropdown-menu[data-bs-popper] {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: var(--bs-dropdown-spacer);
}
.dropstart .dropdown-toggle:after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    display: none;
}
.dropstart .dropdown-toggle:before {
    display: inline-block;
    margin-right: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-right: 0.3em solid;
    border-bottom: 0.3em solid transparent;
}
.dropstart .dropdown-toggle:empty:after {
    margin-left: 0;
}
.dropstart .dropdown-toggle:before {
    vertical-align: 0;
}
.dropdown-divider {
    height: 0;
    margin: var(--bs-dropdown-divider-margin-y) 0;
    overflow: hidden;
    border-top: 1px solid var(--bs-dropdown-divider-bg);
    opacity: 1;
}
.dropdown-item {
    display: block;
    width: 100%;
    padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
    clear: both;
    font-weight: 400;
    color: var(--bs-dropdown-link-color);
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    border-radius: var(--bs-dropdown-item-border-radius, 0);
}
.dropdown-item:focus,
.dropdown-item:hover {
    color: var(--bs-dropdown-link-hover-color);
    background-color: var(--bs-dropdown-link-hover-bg);
}
.dropdown-item.active,
.dropdown-item:active {
    color: var(--bs-dropdown-link-active-color);
    text-decoration: none;
    background-color: var(--bs-dropdown-link-active-bg);
}
.dropdown-item.disabled,
.dropdown-item:disabled {
    color: var(--bs-dropdown-link-disabled-color);
    pointer-events: none;
    background-color: transparent;
}
.dropdown-menu.show {
    display: block;
}
.dropdown-header {
    display: block;
    padding: var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);
    margin-bottom: 0;
    font-size: 0.875rem;
    color: var(--bs-dropdown-header-color);
    white-space: nowrap;
}
.dropdown-item-text {
    display: block;
    padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
    color: var(--bs-dropdown-link-color);
}
.dropdown-menu-dark {
    --bs-dropdown-color: #dee2e6;
    --bs-dropdown-bg: #343a40;
    --bs-dropdown-border-color: var(--bs-border-color-translucent);
    --bs-dropdown-box-shadow: ;
    --bs-dropdown-link-color: #dee2e6;
    --bs-dropdown-link-hover-color: #fff;
    --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
    --bs-dropdown-link-hover-bg: hsla(0, 0%, 100%, 0.15);
    --bs-dropdown-link-active-color: #fff;
    --bs-dropdown-link-active-bg: #0d6efd;
    --bs-dropdown-link-disabled-color: #adb5bd;
    --bs-dropdown-header-color: #adb5bd;
}
.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-flex;
    vertical-align: middle;
}
.btn-group-vertical > .btn,
.btn-group > .btn {
    position: relative;
    flex: 1 1 auto;
}
.btn-group-vertical > .btn-check:checked + .btn,
.btn-group-vertical > .btn-check:focus + .btn,
.btn-group-vertical > .btn.active,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:hover,
.btn-group > .btn-check:checked + .btn,
.btn-group > .btn-check:focus + .btn,
.btn-group > .btn.active,
.btn-group > .btn:active,
.btn-group > .btn:focus,
.btn-group > .btn:hover {
    z-index: 1;
}
.btn-toolbar {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.btn-toolbar .input-group {
    width: auto;
}
.btn-group {
    border-radius: var(--bs-border-radius);
}
.btn-group > .btn-group:not(:first-child),
.btn-group > :not(.btn-check:first-child) + .btn {
    margin-left: calc(var(--bs-border-width) * -1);
}
.btn-group > .btn-group:not(:last-child) > .btn,
.btn-group > .btn.dropdown-toggle-split:first-child,
.btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.btn-group > .btn-group:not(:first-child) > .btn,
.btn-group > .btn:nth-child(n + 3),
.btn-group > :not(.btn-check) + .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.dropdown-toggle-split {
    padding-right: 0.5625rem;
    padding-left: 0.5625rem;
}
.dropdown-toggle-split:after,
.dropend .dropdown-toggle-split:after,
.dropup .dropdown-toggle-split:after {
    margin-left: 0;
}
.dropstart .dropdown-toggle-split:before {
    margin-right: 0;
}
.btn-group-sm > .btn + .dropdown-toggle-split,
.btn-sm + .dropdown-toggle-split {
    padding-right: 0.375rem;
    padding-left: 0.375rem;
}
.btn-group-lg > .btn + .dropdown-toggle-split,
.btn-lg + .dropdown-toggle-split {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
}
.btn-group-vertical {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
    width: 100%;
}
.btn-group-vertical > .btn-group:not(:first-child),
.btn-group-vertical > .btn:not(:first-child) {
    margin-top: calc(var(--bs-border-width) * -1);
}
.btn-group-vertical > .btn-group:not(:last-child) > .btn,
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child) > .btn,
.btn-group-vertical > .btn ~ .btn {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.nav {
    --bs-nav-link-padding-x: 1rem;
    --bs-nav-link-padding-y: 0.5rem;
    --bs-nav-link-font-weight: ;
    --bs-nav-link-color: var(--bs-link-color);
    --bs-nav-link-hover-color: var(--bs-link-hover-color);
    --bs-nav-link-disabled-color: var(--bs-secondary-color);
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.nav-link {
    display: block;
    padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
    font-size: var(--bs-nav-link-font-size);
    font-weight: var(--bs-nav-link-font-weight);
    color: var(--bs-nav-link-color);
    text-decoration: none;
    background: none;
    border: 0;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .nav-link {
        transition: none;
    }
}
.nav-link:focus,
.nav-link:hover {
    color: var(--bs-nav-link-hover-color);
}
.nav-link:focus-visible {
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.nav-link.disabled,
.nav-link:disabled {
    color: var(--bs-nav-link-disabled-color);
    pointer-events: none;
    cursor: default;
}
.nav-tabs {
    --bs-nav-tabs-border-width: var(--bs-border-width);
    --bs-nav-tabs-border-color: var(--bs-border-color);
    --bs-nav-tabs-border-radius: var(--bs-border-radius);
    --bs-nav-tabs-link-hover-border-color: var(--bs-secondary-bg) var(--bs-secondary-bg) var(--bs-border-color);
    --bs-nav-tabs-link-active-color: var(--bs-emphasis-color);
    --bs-nav-tabs-link-active-bg: var(--bs-body-bg);
    --bs-nav-tabs-link-active-border-color: var(--bs-border-color) var(--bs-border-color) var(--bs-body-bg);
    border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color);
}
.nav-tabs .nav-link {
    margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
    border: var(--bs-nav-tabs-border-width) solid transparent;
    border-top-left-radius: var(--bs-nav-tabs-border-radius);
    border-top-right-radius: var(--bs-nav-tabs-border-radius);
}
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    isolation: isolate;
    border-color: var(--bs-nav-tabs-link-hover-border-color);
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: var(--bs-nav-tabs-link-active-color);
    background-color: var(--bs-nav-tabs-link-active-bg);
    border-color: var(--bs-nav-tabs-link-active-border-color);
}
.nav-tabs .dropdown-menu {
    margin-top: calc(-1 * var(--bs-nav-tabs-border-width));
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.nav-pills {
    --bs-nav-pills-border-radius: var(--bs-border-radius);
    --bs-nav-pills-link-active-color: #fff;
    --bs-nav-pills-link-active-bg: #0d6efd;
}
.nav-pills .nav-link {
    border-radius: var(--bs-nav-pills-border-radius);
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: var(--bs-nav-pills-link-active-color);
    background-color: var(--bs-nav-pills-link-active-bg);
}
.nav-underline {
    --bs-nav-underline-gap: 1rem;
    --bs-nav-underline-border-width: 0.125rem;
    --bs-nav-underline-link-active-color: var(--bs-emphasis-color);
    gap: var(--bs-nav-underline-gap);
}
.nav-underline .nav-link {
    padding-right: 0;
    padding-left: 0;
    border-bottom: var(--bs-nav-underline-border-width) solid transparent;
}
.nav-underline .nav-link:focus,
.nav-underline .nav-link:hover {
    border-bottom-color: currentcolor;
}
.nav-underline .nav-link.active,
.nav-underline .show > .nav-link {
    font-weight: 700;
    color: var(--bs-nav-underline-link-active-color);
    border-bottom-color: currentcolor;
}
.nav-fill .nav-item,
.nav-fill > .nav-link {
    flex: 1 1 auto;
    text-align: center;
}
.nav-justified .nav-item,
.nav-justified > .nav-link {
    flex-basis: 0;
    flex-grow: 1;
    text-align: center;
}
.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
    width: 100%;
}
.tab-content > .tab-pane {
    display: none;
}
.tab-content > .active {
    display: block;
}
.navbar {
    --bs-navbar-padding-x: 0;
    --bs-navbar-padding-y: 0.5rem;
    --bs-navbar-color: rgba(var(--bs-emphasis-color-rgb), 0.65);
    --bs-navbar-hover-color: rgba(var(--bs-emphasis-color-rgb), 0.8);
    --bs-navbar-disabled-color: rgba(var(--bs-emphasis-color-rgb), 0.3);
    --bs-navbar-active-color: rgba(var(--bs-emphasis-color-rgb), 1);
    --bs-navbar-brand-padding-y: 0.3125rem;
    --bs-navbar-brand-margin-end: 1rem;
    --bs-navbar-brand-font-size: 1.25rem;
    --bs-navbar-brand-color: rgba(var(--bs-emphasis-color-rgb), 1);
    --bs-navbar-brand-hover-color: rgba(var(--bs-emphasis-color-rgb), 1);
    --bs-navbar-nav-link-padding-x: 0.5rem;
    --bs-navbar-toggler-padding-y: 0.25rem;
    --bs-navbar-toggler-padding-x: 0.75rem;
    --bs-navbar-toggler-font-size: 1.25rem;
    --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2833, 37, 41, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    --bs-navbar-toggler-border-color: rgba(var(--bs-emphasis-color-rgb), 0.15);
    --bs-navbar-toggler-border-radius: var(--bs-border-radius);
    --bs-navbar-toggler-focus-width: 0.25rem;
    --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
}
.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-lg,
.navbar > .container-md,
.navbar > .container-sm,
.navbar > .container-xl,
.navbar > .container-xxl {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between;
}
.navbar-brand {
    padding-top: var(--bs-navbar-brand-padding-y);
    padding-bottom: var(--bs-navbar-brand-padding-y);
    margin-right: var(--bs-navbar-brand-margin-end);
    font-size: var(--bs-navbar-brand-font-size);
    color: var(--bs-navbar-brand-color);
    text-decoration: none;
    white-space: nowrap;
}
.navbar-brand:focus,
.navbar-brand:hover {
    color: var(--bs-navbar-brand-hover-color);
}
.navbar-nav {
    --bs-nav-link-padding-x: 0;
    --bs-nav-link-padding-y: 0.5rem;
    --bs-nav-link-font-weight: ;
    --bs-nav-link-color: var(--bs-navbar-color);
    --bs-nav-link-hover-color: var(--bs-navbar-hover-color);
    --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
    color: var(--bs-navbar-active-color);
}
.navbar-nav .dropdown-menu {
    position: static;
}
.navbar-text {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    color: var(--bs-navbar-color);
}
.navbar-text a,
.navbar-text a:focus,
.navbar-text a:hover {
    color: var(--bs-navbar-active-color);
}
.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center;
}
.navbar-toggler {
    padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
    font-size: var(--bs-navbar-toggler-font-size);
    line-height: 1;
    color: var(--bs-navbar-color);
    background-color: transparent;
    border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
    border-radius: var(--bs-navbar-toggler-border-radius);
    transition: var(--bs-navbar-toggler-transition);
}
@media (prefers-reduced-motion: reduce) {
    .navbar-toggler {
        transition: none;
    }
}
.navbar-toggler:hover {
    text-decoration: none;
}
.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width);
}
.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    background-image: var(--bs-navbar-toggler-icon-bg);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100%;
}
.navbar-nav-scroll {
    max-height: var(--bs-scroll-height, 75vh);
    overflow-y: auto;
}
@media (min-width: 576px) {
    .navbar-expand-sm {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }
    .navbar-expand-sm .navbar-nav {
        flex-direction: row;
    }
    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: var(--bs-navbar-nav-link-padding-x);
        padding-left: var(--bs-navbar-nav-link-padding-x);
    }
    .navbar-expand-sm .navbar-nav-scroll {
        overflow: visible;
    }
    .navbar-expand-sm .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }
    .navbar-expand-sm .navbar-toggler {
        display: none;
    }
    .navbar-expand-sm .offcanvas {
        position: static;
        z-index: auto;
        flex-grow: 1;
        width: auto !important;
        height: auto !important;
        visibility: visible !important;
        background-color: transparent !important;
        border: 0 !important;
        transform: none !important;
        transition: none;
    }
    .navbar-expand-sm .offcanvas .offcanvas-header {
        display: none;
    }
    .navbar-expand-sm .offcanvas .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible;
    }
}
@media (min-width: 768px) {
    .navbar-expand-md {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }
    .navbar-expand-md .navbar-nav {
        flex-direction: row;
    }
    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: var(--bs-navbar-nav-link-padding-x);
        padding-left: var(--bs-navbar-nav-link-padding-x);
    }
    .navbar-expand-md .navbar-nav-scroll {
        overflow: visible;
    }
    .navbar-expand-md .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }
    .navbar-expand-md .navbar-toggler {
        display: none;
    }
    .navbar-expand-md .offcanvas {
        position: static;
        z-index: auto;
        flex-grow: 1;
        width: auto !important;
        height: auto !important;
        visibility: visible !important;
        background-color: transparent !important;
        border: 0 !important;
        transform: none !important;
        transition: none;
    }
    .navbar-expand-md .offcanvas .offcanvas-header {
        display: none;
    }
    .navbar-expand-md .offcanvas .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible;
    }
}
@media (min-width: 992px) {
    .navbar-expand-lg {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }
    .navbar-expand-lg .navbar-nav {
        flex-direction: row;
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: var(--bs-navbar-nav-link-padding-x);
        padding-left: var(--bs-navbar-nav-link-padding-x);
    }
    .navbar-expand-lg .navbar-nav-scroll {
        overflow: visible;
    }
    .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }
    .navbar-expand-lg .navbar-toggler {
        display: none;
    }
    .navbar-expand-lg .offcanvas {
        position: static;
        z-index: auto;
        flex-grow: 1;
        width: auto !important;
        height: auto !important;
        visibility: visible !important;
        background-color: transparent !important;
        border: 0 !important;
        transform: none !important;
        transition: none;
    }
    .navbar-expand-lg .offcanvas .offcanvas-header {
        display: none;
    }
    .navbar-expand-lg .offcanvas .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible;
    }
}
@media (min-width: 1200px) {
    .navbar-expand-xl {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }
    .navbar-expand-xl .navbar-nav {
        flex-direction: row;
    }
    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: var(--bs-navbar-nav-link-padding-x);
        padding-left: var(--bs-navbar-nav-link-padding-x);
    }
    .navbar-expand-xl .navbar-nav-scroll {
        overflow: visible;
    }
    .navbar-expand-xl .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }
    .navbar-expand-xl .navbar-toggler {
        display: none;
    }
    .navbar-expand-xl .offcanvas {
        position: static;
        z-index: auto;
        flex-grow: 1;
        width: auto !important;
        height: auto !important;
        visibility: visible !important;
        background-color: transparent !important;
        border: 0 !important;
        transform: none !important;
        transition: none;
    }
    .navbar-expand-xl .offcanvas .offcanvas-header {
        display: none;
    }
    .navbar-expand-xl .offcanvas .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible;
    }
}
@media (min-width: 1400px) {
    .navbar-expand-xxl {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }
    .navbar-expand-xxl .navbar-nav {
        flex-direction: row;
    }
    .navbar-expand-xxl .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-xxl .navbar-nav .nav-link {
        padding-right: var(--bs-navbar-nav-link-padding-x);
        padding-left: var(--bs-navbar-nav-link-padding-x);
    }
    .navbar-expand-xxl .navbar-nav-scroll {
        overflow: visible;
    }
    .navbar-expand-xxl .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }
    .navbar-expand-xxl .navbar-toggler {
        display: none;
    }
    .navbar-expand-xxl .offcanvas {
        position: static;
        z-index: auto;
        flex-grow: 1;
        width: auto !important;
        height: auto !important;
        visibility: visible !important;
        background-color: transparent !important;
        border: 0 !important;
        transform: none !important;
        transition: none;
    }
    .navbar-expand-xxl .offcanvas .offcanvas-header {
        display: none;
    }
    .navbar-expand-xxl .offcanvas .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible;
    }
}
.navbar-expand {
    flex-wrap: nowrap;
    justify-content: flex-start;
}
.navbar-expand .navbar-nav {
    flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
}
.navbar-expand .navbar-nav-scroll {
    overflow: visible;
}
.navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
}
.navbar-expand .navbar-toggler {
    display: none;
}
.navbar-expand .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
}
.navbar-expand .offcanvas .offcanvas-header {
    display: none;
}
.navbar-expand .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
}
.navbar-dark,
.navbar[data-bs-theme="dark"] {
    --bs-navbar-color: hsla(0, 0%, 100%, 0.55);
    --bs-navbar-hover-color: hsla(0, 0%, 100%, 0.75);
    --bs-navbar-disabled-color: hsla(0, 0%, 100%, 0.25);
    --bs-navbar-active-color: #fff;
    --bs-navbar-brand-color: #fff;
    --bs-navbar-brand-hover-color: #fff;
    --bs-navbar-toggler-border-color: hsla(0, 0%, 100%, 0.1);
}
.navbar-dark,
.navbar[data-bs-theme="dark"],
[data-bs-theme="dark"] .navbar-toggler-icon {
    --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.card {
    --bs-card-spacer-y: 1rem;
    --bs-card-spacer-x: 1rem;
    --bs-card-title-spacer-y: 0.5rem;
    --bs-card-title-color: ;
    --bs-card-subtitle-color: ;
    --bs-card-border-width: var(--bs-border-width);
    --bs-card-border-color: var(--bs-border-color-translucent);
    --bs-card-border-radius: var(--bs-border-radius);
    --bs-card-box-shadow: ;
    --bs-card-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
    --bs-card-cap-padding-y: 0.5rem;
    --bs-card-cap-padding-x: 1rem;
    --bs-card-cap-bg: rgba(var(--bs-body-color-rgb), 0.03);
    --bs-card-cap-color: ;
    --bs-card-height: ;
    --bs-card-color: ;
    --bs-card-bg: var(--bs-body-bg);
    --bs-card-img-overlay-padding: 1rem;
    --bs-card-group-margin: 0.75rem;
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    height: var(--bs-card-height);
    color: var(--bs-body-color);
    word-wrap: break-word;
    background-color: var(--bs-card-bg);
    background-clip: border-box;
    border: var(--bs-card-border-width) solid var(--bs-card-border-color);
    border-radius: var(--bs-card-border-radius);
}
.card > hr {
    margin-right: 0;
    margin-left: 0;
}
.card > .list-group {
    border-top: inherit;
    border-bottom: inherit;
}
.card > .list-group:first-child {
    border-top-width: 0;
    border-top-left-radius: var(--bs-card-inner-border-radius);
    border-top-right-radius: var(--bs-card-inner-border-radius);
}
.card > .list-group:last-child {
    border-bottom-width: 0;
    border-bottom-right-radius: var(--bs-card-inner-border-radius);
    border-bottom-left-radius: var(--bs-card-inner-border-radius);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
    border-top: 0;
}
.card-body {
    flex: 1 1 auto;
    padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
    color: var(--bs-card-color);
}
.card-title {
    margin-bottom: var(--bs-card-title-spacer-y);
    color: var(--bs-card-title-color);
}
.card-subtitle {
    margin-top: calc(-0.5 * var(--bs-card-title-spacer-y));
    color: var(--bs-card-subtitle-color);
}
.card-subtitle,
.card-text:last-child {
    margin-bottom: 0;
}
.card-link + .card-link {
    margin-left: var(--bs-card-spacer-x);
}
.card-header {
    padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
    margin-bottom: 0;
    color: var(--bs-card-cap-color);
    background-color: var(--bs-card-cap-bg);
    border-bottom: var(--bs-card-border-width) solid var(--bs-card-border-color);
}
.card-header:first-child {
    border-radius: var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0;
}
.card-footer {
    padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
    color: var(--bs-card-cap-color);
    background-color: var(--bs-card-cap-bg);
    border-top: var(--bs-card-border-width) solid var(--bs-card-border-color);
}
.card-footer:last-child {
    border-radius: 0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius);
}
.card-header-tabs {
    margin-right: calc(-0.5 * var(--bs-card-cap-padding-x));
    margin-bottom: calc(-1 * var(--bs-card-cap-padding-y));
    margin-left: calc(-0.5 * var(--bs-card-cap-padding-x));
    border-bottom: 0;
}
.card-header-tabs .nav-link.active {
    background-color: var(--bs-card-bg);
    border-bottom-color: var(--bs-card-bg);
}
.card-header-pills {
    margin-right: calc(-0.5 * var(--bs-card-cap-padding-x));
    margin-left: calc(-0.5 * var(--bs-card-cap-padding-x));
}
.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: var(--bs-card-img-overlay-padding);
    border-radius: var(--bs-card-inner-border-radius);
}
.card-img,
.card-img-bottom,
.card-img-top {
    width: 100%;
}
.card-img,
.card-img-top {
    border-top-left-radius: var(--bs-card-inner-border-radius);
    border-top-right-radius: var(--bs-card-inner-border-radius);
}
.card-img,
.card-img-bottom {
    border-bottom-right-radius: var(--bs-card-inner-border-radius);
    border-bottom-left-radius: var(--bs-card-inner-border-radius);
}
.card-group > .card {
    margin-bottom: var(--bs-card-group-margin);
}
@media (min-width: 576px) {
    .card-group {
        display: flex;
        flex-flow: row wrap;
    }
    .card-group > .card {
        flex: 1 0;
        margin-bottom: 0;
    }
    .card-group > .card + .card {
        margin-left: 0;
        border-left: 0;
    }
    .card-group > .card:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }
    .card-group > .card:not(:last-child) .card-header,
    .card-group > .card:not(:last-child) .card-img-top {
        border-top-right-radius: 0;
    }
    .card-group > .card:not(:last-child) .card-footer,
    .card-group > .card:not(:last-child) .card-img-bottom {
        border-bottom-right-radius: 0;
    }
    .card-group > .card:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
    .card-group > .card:not(:first-child) .card-header,
    .card-group > .card:not(:first-child) .card-img-top {
        border-top-left-radius: 0;
    }
    .card-group > .card:not(:first-child) .card-footer,
    .card-group > .card:not(:first-child) .card-img-bottom {
        border-bottom-left-radius: 0;
    }
}
.accordion {
    --bs-accordion-color: var(--bs-body-color);
    --bs-accordion-bg: var(--bs-body-bg);
    --bs-accordion-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
    --bs-accordion-border-color: var(--bs-border-color);
    --bs-accordion-border-width: var(--bs-border-width);
    --bs-accordion-border-radius: var(--bs-border-radius);
    --bs-accordion-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
    --bs-accordion-btn-padding-x: 1.25rem;
    --bs-accordion-btn-padding-y: 1rem;
    --bs-accordion-btn-color: var(--bs-body-color);
    --bs-accordion-btn-bg: var(--bs-accordion-bg);
    --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23212529' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
    --bs-accordion-btn-icon-width: 1.25rem;
    --bs-accordion-btn-icon-transform: rotate(-180deg);
    --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
    --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23052c65' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
    --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    --bs-accordion-body-padding-x: 1.25rem;
    --bs-accordion-body-padding-y: 1rem;
    --bs-accordion-active-color: var(--bs-primary-text-emphasis);
    --bs-accordion-active-bg: var(--bs-primary-bg-subtle);
}
.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
    font-size: 1rem;
    color: var(--bs-accordion-btn-color);
    text-align: left;
    background-color: var(--bs-accordion-btn-bg);
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: var(--bs-accordion-transition);
}
@media (prefers-reduced-motion: reduce) {
    .accordion-button {
        transition: none;
    }
}
.accordion-button:not(.collapsed) {
    color: var(--bs-accordion-active-color);
    background-color: var(--bs-accordion-active-bg);
    box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}
.accordion-button:not(.collapsed):after {
    background-image: var(--bs-accordion-btn-active-icon);
    transform: var(--bs-accordion-btn-icon-transform);
}
.accordion-button:after {
    flex-shrink: 0;
    width: var(--bs-accordion-btn-icon-width);
    height: var(--bs-accordion-btn-icon-width);
    margin-left: auto;
    content: "";
    background-image: var(--bs-accordion-btn-icon);
    background-repeat: no-repeat;
    background-size: var(--bs-accordion-btn-icon-width);
    transition: var(--bs-accordion-btn-icon-transition);
}
@media (prefers-reduced-motion: reduce) {
    .accordion-button:after {
        transition: none;
    }
}
.accordion-button:hover {
    z-index: 2;
}
.accordion-button:focus {
    z-index: 3;
    outline: 0;
    box-shadow: var(--bs-accordion-btn-focus-box-shadow);
}
.accordion-header {
    margin-bottom: 0;
}
.accordion-item {
    color: var(--bs-accordion-color);
    background-color: var(--bs-accordion-bg);
    border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
}
.accordion-item:first-of-type {
    border-top-left-radius: var(--bs-accordion-border-radius);
    border-top-right-radius: var(--bs-accordion-border-radius);
}
.accordion-item:first-of-type > .accordion-header .accordion-button {
    border-top-left-radius: var(--bs-accordion-inner-border-radius);
    border-top-right-radius: var(--bs-accordion-inner-border-radius);
}
.accordion-item:not(:first-of-type) {
    border-top: 0;
}
.accordion-item:last-of-type {
    border-bottom-right-radius: var(--bs-accordion-border-radius);
    border-bottom-left-radius: var(--bs-accordion-border-radius);
}
.accordion-item:last-of-type > .accordion-header .accordion-button.collapsed {
    border-bottom-right-radius: var(--bs-accordion-inner-border-radius);
    border-bottom-left-radius: var(--bs-accordion-inner-border-radius);
}
.accordion-item:last-of-type > .accordion-collapse {
    border-bottom-right-radius: var(--bs-accordion-border-radius);
    border-bottom-left-radius: var(--bs-accordion-border-radius);
}
.accordion-body {
    padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x);
}
.accordion-flush > .accordion-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0;
}
.accordion-flush > .accordion-item:first-child {
    border-top: 0;
}
.accordion-flush > .accordion-item:last-child {
    border-bottom: 0;
}
.accordion-flush > .accordion-item > .accordion-collapse,
.accordion-flush > .accordion-item > .accordion-header .accordion-button,
.accordion-flush > .accordion-item > .accordion-header .accordion-button.collapsed {
    border-radius: 0;
}
[data-bs-theme="dark"] .accordion-button:after {
    --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236ea8fe'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236ea8fe'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.breadcrumb {
    --bs-breadcrumb-padding-x: 0;
    --bs-breadcrumb-padding-y: 0;
    --bs-breadcrumb-margin-bottom: 1rem;
    --bs-breadcrumb-bg: ;
    --bs-breadcrumb-border-radius: ;
    --bs-breadcrumb-divider-color: var(--bs-secondary-color);
    --bs-breadcrumb-item-padding-x: 0.5rem;
    --bs-breadcrumb-item-active-color: var(--bs-secondary-color);
    display: flex;
    flex-wrap: wrap;
    padding: var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x);
    margin-bottom: var(--bs-breadcrumb-margin-bottom);
    font-size: var(--bs-breadcrumb-font-size);
    list-style: none;
    background-color: var(--bs-breadcrumb-bg);
    border-radius: var(--bs-breadcrumb-border-radius);
}
.breadcrumb-item + .breadcrumb-item {
    padding-left: var(--bs-breadcrumb-item-padding-x);
}
.breadcrumb-item + .breadcrumb-item:before {
    float: left;
    padding-right: var(--bs-breadcrumb-item-padding-x);
    color: var(--bs-breadcrumb-divider-color);
    content: var(--bs-breadcrumb-divider, "../../../index.html");
}
.breadcrumb-item.active {
    color: var(--bs-breadcrumb-item-active-color);
}
.pagination {
    --bs-pagination-padding-x: 0.75rem;
    --bs-pagination-padding-y: 0.375rem;
    --bs-pagination-font-size: 1rem;
    --bs-pagination-color: var(--bs-link-color);
    --bs-pagination-bg: var(--bs-body-bg);
    --bs-pagination-border-width: var(--bs-border-width);
    --bs-pagination-border-color: var(--bs-border-color);
    --bs-pagination-border-radius: var(--bs-border-radius);
    --bs-pagination-hover-color: var(--bs-link-hover-color);
    --bs-pagination-hover-bg: var(--bs-tertiary-bg);
    --bs-pagination-hover-border-color: var(--bs-border-color);
    --bs-pagination-focus-color: var(--bs-link-hover-color);
    --bs-pagination-focus-bg: var(--bs-secondary-bg);
    --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    --bs-pagination-active-color: #fff;
    --bs-pagination-active-bg: #0d6efd;
    --bs-pagination-active-border-color: #0d6efd;
    --bs-pagination-disabled-color: var(--bs-secondary-color);
    --bs-pagination-disabled-bg: var(--bs-secondary-bg);
    --bs-pagination-disabled-border-color: var(--bs-border-color);
    display: flex;
    padding-left: 0;
    list-style: none;
}
.page-link {
    position: relative;
    display: block;
    padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
    font-size: var(--bs-pagination-font-size);
    color: var(--bs-pagination-color);
    text-decoration: none;
    background-color: var(--bs-pagination-bg);
    border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .page-link {
        transition: none;
    }
}
.page-link:hover {
    z-index: 2;
    color: var(--bs-pagination-hover-color);
    background-color: var(--bs-pagination-hover-bg);
    border-color: var(--bs-pagination-hover-border-color);
}
.page-link:focus {
    z-index: 3;
    color: var(--bs-pagination-focus-color);
    background-color: var(--bs-pagination-focus-bg);
    outline: 0;
    box-shadow: var(--bs-pagination-focus-box-shadow);
}
.active > .page-link,
.page-link.active {
    z-index: 3;
    color: var(--bs-pagination-active-color);
    background-color: var(--bs-pagination-active-bg);
    border-color: var(--bs-pagination-active-border-color);
}
.disabled > .page-link,
.page-link.disabled {
    color: var(--bs-pagination-disabled-color);
    pointer-events: none;
    background-color: var(--bs-pagination-disabled-bg);
    border-color: var(--bs-pagination-disabled-border-color);
}
.page-item:not(:first-child) .page-link {
    margin-left: calc(var(--bs-border-width) * -1);
}
.page-item:first-child .page-link {
    border-top-left-radius: var(--bs-pagination-border-radius);
    border-bottom-left-radius: var(--bs-pagination-border-radius);
}
.page-item:last-child .page-link {
    border-top-right-radius: var(--bs-pagination-border-radius);
    border-bottom-right-radius: var(--bs-pagination-border-radius);
}
.pagination-lg {
    --bs-pagination-padding-x: 1.5rem;
    --bs-pagination-padding-y: 0.75rem;
    --bs-pagination-font-size: 1.25rem;
    --bs-pagination-border-radius: var(--bs-border-radius-lg);
}
.pagination-sm {
    --bs-pagination-padding-x: 0.5rem;
    --bs-pagination-padding-y: 0.25rem;
    --bs-pagination-font-size: 0.875rem;
    --bs-pagination-border-radius: var(--bs-border-radius-sm);
}
.badge {
    --bs-badge-padding-x: 0.65em;
    --bs-badge-padding-y: 0.35em;
    --bs-badge-font-size: 0.75em;
    --bs-badge-font-weight: 700;
    --bs-badge-color: #fff;
    --bs-badge-border-radius: var(--bs-border-radius);
    display: inline-block;
    padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
    font-size: var(--bs-badge-font-size);
    font-weight: var(--bs-badge-font-weight);
    line-height: 1;
    color: var(--bs-badge-color);
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: var(--bs-badge-border-radius);
}
.badge:empty {
    display: none;
}
.btn .badge {
    position: relative;
    top: -1px;
}
.alert {
    --bs-alert-bg: transparent;
    --bs-alert-padding-x: 1rem;
    --bs-alert-padding-y: 1rem;
    --bs-alert-margin-bottom: 1rem;
    --bs-alert-color: inherit;
    --bs-alert-border-color: transparent;
    --bs-alert-border: var(--bs-border-width) solid var(--bs-alert-border-color);
    --bs-alert-border-radius: var(--bs-border-radius);
    --bs-alert-link-color: inherit;
    position: relative;
    padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
    margin-bottom: var(--bs-alert-margin-bottom);
    color: var(--bs-alert-color);
    background-color: var(--bs-alert-bg);
    border: var(--bs-alert-border);
    border-radius: var(--bs-alert-border-radius);
}
.alert-heading {
    color: inherit;
}
.alert-link {
    font-weight: 700;
    color: var(--bs-alert-link-color);
}
.alert-dismissible {
    padding-right: 3rem;
}
.alert-dismissible .btn-close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    padding: 1.25rem 1rem;
}
.alert-primary {
    --bs-alert-color: var(--bs-primary-text-emphasis);
    --bs-alert-bg: var(--bs-primary-bg-subtle);
    --bs-alert-border-color: var(--bs-primary-border-subtle);
    --bs-alert-link-color: var(--bs-primary-text-emphasis);
}
.alert-secondary {
    --bs-alert-color: var(--bs-secondary-text-emphasis);
    --bs-alert-bg: var(--bs-secondary-bg-subtle);
    --bs-alert-border-color: var(--bs-secondary-border-subtle);
    --bs-alert-link-color: var(--bs-secondary-text-emphasis);
}
.alert-success {
    --bs-alert-color: var(--bs-success-text-emphasis);
    --bs-alert-bg: var(--bs-success-bg-subtle);
    --bs-alert-border-color: var(--bs-success-border-subtle);
    --bs-alert-link-color: var(--bs-success-text-emphasis);
}
.alert-info {
    --bs-alert-color: var(--bs-info-text-emphasis);
    --bs-alert-bg: var(--bs-info-bg-subtle);
    --bs-alert-border-color: var(--bs-info-border-subtle);
    --bs-alert-link-color: var(--bs-info-text-emphasis);
}
.alert-warning {
    --bs-alert-color: var(--bs-warning-text-emphasis);
    --bs-alert-bg: var(--bs-warning-bg-subtle);
    --bs-alert-border-color: var(--bs-warning-border-subtle);
    --bs-alert-link-color: var(--bs-warning-text-emphasis);
}
.alert-danger {
    --bs-alert-color: var(--bs-danger-text-emphasis);
    --bs-alert-bg: var(--bs-danger-bg-subtle);
    --bs-alert-border-color: var(--bs-danger-border-subtle);
    --bs-alert-link-color: var(--bs-danger-text-emphasis);
}
.alert-light {
    --bs-alert-color: var(--bs-light-text-emphasis);
    --bs-alert-bg: var(--bs-light-bg-subtle);
    --bs-alert-border-color: var(--bs-light-border-subtle);
    --bs-alert-link-color: var(--bs-light-text-emphasis);
}
.alert-dark {
    --bs-alert-color: var(--bs-dark-text-emphasis);
    --bs-alert-bg: var(--bs-dark-bg-subtle);
    --bs-alert-border-color: var(--bs-dark-border-subtle);
    --bs-alert-link-color: var(--bs-dark-text-emphasis);
}
@keyframes progress-bar-stripes {
    0% {
        background-position-x: 1rem;
    }
}
.progress,
.progress-stacked {
    --bs-progress-height: 1rem;
    --bs-progress-font-size: 0.75rem;
    --bs-progress-bg: var(--bs-secondary-bg);
    --bs-progress-border-radius: var(--bs-border-radius);
    --bs-progress-box-shadow: var(--bs-box-shadow-inset);
    --bs-progress-bar-color: #fff;
    --bs-progress-bar-bg: #0d6efd;
    --bs-progress-bar-transition: width 0.6s ease;
    display: flex;
    height: var(--bs-progress-height);
    overflow: hidden;
    font-size: var(--bs-progress-font-size);
    background-color: var(--bs-progress-bg);
    border-radius: var(--bs-progress-border-radius);
}
.progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    color: var(--bs-progress-bar-color);
    text-align: center;
    white-space: nowrap;
    background-color: var(--bs-progress-bar-bg);
    transition: var(--bs-progress-bar-transition);
}
@media (prefers-reduced-motion: reduce) {
    .progress-bar {
        transition: none;
    }
}
.progress-bar-striped {
    background-image: linear-gradient(45deg, hsla(0, 0%, 100%, 0.15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, 0.15) 0, hsla(0, 0%, 100%, 0.15) 75%, transparent 0, transparent);
    background-size: var(--bs-progress-height) var(--bs-progress-height);
}
.progress-stacked > .progress {
    overflow: visible;
}
.progress-stacked > .progress > .progress-bar {
    width: 100%;
}
.progress-bar-animated {
    animation: progress-bar-stripes 1s linear infinite;
}
@media (prefers-reduced-motion: reduce) {
    .progress-bar-animated {
        animation: none;
    }
}
.list-group {
    --bs-list-group-color: var(--bs-body-color);
    --bs-list-group-bg: var(--bs-body-bg);
    --bs-list-group-border-color: var(--bs-border-color);
    --bs-list-group-border-width: var(--bs-border-width);
    --bs-list-group-border-radius: var(--bs-border-radius);
    --bs-list-group-item-padding-x: 1rem;
    --bs-list-group-item-padding-y: 0.5rem;
    --bs-list-group-action-color: var(--bs-secondary-color);
    --bs-list-group-action-hover-color: var(--bs-emphasis-color);
    --bs-list-group-action-hover-bg: var(--bs-tertiary-bg);
    --bs-list-group-action-active-color: var(--bs-body-color);
    --bs-list-group-action-active-bg: var(--bs-secondary-bg);
    --bs-list-group-disabled-color: var(--bs-secondary-color);
    --bs-list-group-disabled-bg: var(--bs-body-bg);
    --bs-list-group-active-color: #fff;
    --bs-list-group-active-bg: #0d6efd;
    --bs-list-group-active-border-color: #0d6efd;
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: var(--bs-list-group-border-radius);
}
.list-group-numbered {
    list-style-type: none;
    counter-reset: section;
}
.list-group-numbered > .list-group-item:before {
    content: counters(section, ".") ". ";
    counter-increment: section;
}
.list-group-item-action {
    width: 100%;
    color: var(--bs-list-group-action-color);
    text-align: inherit;
}
.list-group-item-action:focus,
.list-group-item-action:hover {
    z-index: 1;
    color: var(--bs-list-group-action-hover-color);
    text-decoration: none;
    background-color: var(--bs-list-group-action-hover-bg);
}
.list-group-item-action:active {
    color: var(--bs-list-group-action-active-color);
    background-color: var(--bs-list-group-action-active-bg);
}
.list-group-item {
    position: relative;
    display: block;
    padding: var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);
    color: var(--bs-list-group-color);
    text-decoration: none;
    background-color: var(--bs-list-group-bg);
    border: var(--bs-list-group-border-width) solid var(--bs-list-group-border-color);
}
.list-group-item:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
}
.list-group-item:last-child {
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit;
}
.list-group-item.disabled,
.list-group-item:disabled {
    color: var(--bs-list-group-disabled-color);
    pointer-events: none;
    background-color: var(--bs-list-group-disabled-bg);
}
.list-group-item.active {
    z-index: 2;
    color: var(--bs-list-group-active-color);
    background-color: var(--bs-list-group-active-bg);
    border-color: var(--bs-list-group-active-border-color);
}
.list-group-item + .list-group-item {
    border-top-width: 0;
}
.list-group-item + .list-group-item.active {
    margin-top: calc(-1 * var(--bs-list-group-border-width));
    border-top-width: var(--bs-list-group-border-width);
}
.list-group-horizontal {
    flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
    margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
}
@media (min-width: 576px) {
    .list-group-horizontal-sm {
        flex-direction: row;
    }
    .list-group-horizontal-sm > .list-group-item:first-child:not(:last-child) {
        border-bottom-left-radius: var(--bs-list-group-border-radius);
        border-top-right-radius: 0;
    }
    .list-group-horizontal-sm > .list-group-item:last-child:not(:first-child) {
        border-top-right-radius: var(--bs-list-group-border-radius);
        border-bottom-left-radius: 0;
    }
    .list-group-horizontal-sm > .list-group-item.active {
        margin-top: 0;
    }
    .list-group-horizontal-sm > .list-group-item + .list-group-item {
        border-top-width: var(--bs-list-group-border-width);
        border-left-width: 0;
    }
    .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
        margin-left: calc(-1 * var(--bs-list-group-border-width));
        border-left-width: var(--bs-list-group-border-width);
    }
}
@media (min-width: 768px) {
    .list-group-horizontal-md {
        flex-direction: row;
    }
    .list-group-horizontal-md > .list-group-item:first-child:not(:last-child) {
        border-bottom-left-radius: var(--bs-list-group-border-radius);
        border-top-right-radius: 0;
    }
    .list-group-horizontal-md > .list-group-item:last-child:not(:first-child) {
        border-top-right-radius: var(--bs-list-group-border-radius);
        border-bottom-left-radius: 0;
    }
    .list-group-horizontal-md > .list-group-item.active {
        margin-top: 0;
    }
    .list-group-horizontal-md > .list-group-item + .list-group-item {
        border-top-width: var(--bs-list-group-border-width);
        border-left-width: 0;
    }
    .list-group-horizontal-md > .list-group-item + .list-group-item.active {
        margin-left: calc(-1 * var(--bs-list-group-border-width));
        border-left-width: var(--bs-list-group-border-width);
    }
}
@media (min-width: 992px) {
    .list-group-horizontal-lg {
        flex-direction: row;
    }
    .list-group-horizontal-lg > .list-group-item:first-child:not(:last-child) {
        border-bottom-left-radius: var(--bs-list-group-border-radius);
        border-top-right-radius: 0;
    }
    .list-group-horizontal-lg > .list-group-item:last-child:not(:first-child) {
        border-top-right-radius: var(--bs-list-group-border-radius);
        border-bottom-left-radius: 0;
    }
    .list-group-horizontal-lg > .list-group-item.active {
        margin-top: 0;
    }
    .list-group-horizontal-lg > .list-group-item + .list-group-item {
        border-top-width: var(--bs-list-group-border-width);
        border-left-width: 0;
    }
    .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
        margin-left: calc(-1 * var(--bs-list-group-border-width));
        border-left-width: var(--bs-list-group-border-width);
    }
}
@media (min-width: 1200px) {
    .list-group-horizontal-xl {
        flex-direction: row;
    }
    .list-group-horizontal-xl > .list-group-item:first-child:not(:last-child) {
        border-bottom-left-radius: var(--bs-list-group-border-radius);
        border-top-right-radius: 0;
    }
    .list-group-horizontal-xl > .list-group-item:last-child:not(:first-child) {
        border-top-right-radius: var(--bs-list-group-border-radius);
        border-bottom-left-radius: 0;
    }
    .list-group-horizontal-xl > .list-group-item.active {
        margin-top: 0;
    }
    .list-group-horizontal-xl > .list-group-item + .list-group-item {
        border-top-width: var(--bs-list-group-border-width);
        border-left-width: 0;
    }
    .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
        margin-left: calc(-1 * var(--bs-list-group-border-width));
        border-left-width: var(--bs-list-group-border-width);
    }
}
@media (min-width: 1400px) {
    .list-group-horizontal-xxl {
        flex-direction: row;
    }
    .list-group-horizontal-xxl > .list-group-item:first-child:not(:last-child) {
        border-bottom-left-radius: var(--bs-list-group-border-radius);
        border-top-right-radius: 0;
    }
    .list-group-horizontal-xxl > .list-group-item:last-child:not(:first-child) {
        border-top-right-radius: var(--bs-list-group-border-radius);
        border-bottom-left-radius: 0;
    }
    .list-group-horizontal-xxl > .list-group-item.active {
        margin-top: 0;
    }
    .list-group-horizontal-xxl > .list-group-item + .list-group-item {
        border-top-width: var(--bs-list-group-border-width);
        border-left-width: 0;
    }
    .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
        margin-left: calc(-1 * var(--bs-list-group-border-width));
        border-left-width: var(--bs-list-group-border-width);
    }
}
.list-group-flush {
    border-radius: 0;
}
.list-group-flush > .list-group-item {
    border-width: 0 0 var(--bs-list-group-border-width);
}
.list-group-flush > .list-group-item:last-child {
    border-bottom-width: 0;
}
.list-group-item-primary {
    --bs-list-group-color: var(--bs-primary-text-emphasis);
    --bs-list-group-bg: var(--bs-primary-bg-subtle);
    --bs-list-group-border-color: var(--bs-primary-border-subtle);
    --bs-list-group-action-hover-color: var(--bs-emphasis-color);
    --bs-list-group-action-hover-bg: var(--bs-primary-border-subtle);
    --bs-list-group-action-active-color: var(--bs-emphasis-color);
    --bs-list-group-action-active-bg: var(--bs-primary-border-subtle);
    --bs-list-group-active-color: var(--bs-primary-bg-subtle);
    --bs-list-group-active-bg: var(--bs-primary-text-emphasis);
    --bs-list-group-active-border-color: var(--bs-primary-text-emphasis);
}
.list-group-item-secondary {
    --bs-list-group-color: var(--bs-secondary-text-emphasis);
    --bs-list-group-bg: var(--bs-secondary-bg-subtle);
    --bs-list-group-border-color: var(--bs-secondary-border-subtle);
    --bs-list-group-action-hover-color: var(--bs-emphasis-color);
    --bs-list-group-action-hover-bg: var(--bs-secondary-border-subtle);
    --bs-list-group-action-active-color: var(--bs-emphasis-color);
    --bs-list-group-action-active-bg: var(--bs-secondary-border-subtle);
    --bs-list-group-active-color: var(--bs-secondary-bg-subtle);
    --bs-list-group-active-bg: var(--bs-secondary-text-emphasis);
    --bs-list-group-active-border-color: var(--bs-secondary-text-emphasis);
}
.list-group-item-success {
    --bs-list-group-color: var(--bs-success-text-emphasis);
    --bs-list-group-bg: var(--bs-success-bg-subtle);
    --bs-list-group-border-color: var(--bs-success-border-subtle);
    --bs-list-group-action-hover-color: var(--bs-emphasis-color);
    --bs-list-group-action-hover-bg: var(--bs-success-border-subtle);
    --bs-list-group-action-active-color: var(--bs-emphasis-color);
    --bs-list-group-action-active-bg: var(--bs-success-border-subtle);
    --bs-list-group-active-color: var(--bs-success-bg-subtle);
    --bs-list-group-active-bg: var(--bs-success-text-emphasis);
    --bs-list-group-active-border-color: var(--bs-success-text-emphasis);
}
.list-group-item-info {
    --bs-list-group-color: var(--bs-info-text-emphasis);
    --bs-list-group-bg: var(--bs-info-bg-subtle);
    --bs-list-group-border-color: var(--bs-info-border-subtle);
    --bs-list-group-action-hover-color: var(--bs-emphasis-color);
    --bs-list-group-action-hover-bg: var(--bs-info-border-subtle);
    --bs-list-group-action-active-color: var(--bs-emphasis-color);
    --bs-list-group-action-active-bg: var(--bs-info-border-subtle);
    --bs-list-group-active-color: var(--bs-info-bg-subtle);
    --bs-list-group-active-bg: var(--bs-info-text-emphasis);
    --bs-list-group-active-border-color: var(--bs-info-text-emphasis);
}
.list-group-item-warning {
    --bs-list-group-color: var(--bs-warning-text-emphasis);
    --bs-list-group-bg: var(--bs-warning-bg-subtle);
    --bs-list-group-border-color: var(--bs-warning-border-subtle);
    --bs-list-group-action-hover-color: var(--bs-emphasis-color);
    --bs-list-group-action-hover-bg: var(--bs-warning-border-subtle);
    --bs-list-group-action-active-color: var(--bs-emphasis-color);
    --bs-list-group-action-active-bg: var(--bs-warning-border-subtle);
    --bs-list-group-active-color: var(--bs-warning-bg-subtle);
    --bs-list-group-active-bg: var(--bs-warning-text-emphasis);
    --bs-list-group-active-border-color: var(--bs-warning-text-emphasis);
}
.list-group-item-danger {
    --bs-list-group-color: var(--bs-danger-text-emphasis);
    --bs-list-group-bg: var(--bs-danger-bg-subtle);
    --bs-list-group-border-color: var(--bs-danger-border-subtle);
    --bs-list-group-action-hover-color: var(--bs-emphasis-color);
    --bs-list-group-action-hover-bg: var(--bs-danger-border-subtle);
    --bs-list-group-action-active-color: var(--bs-emphasis-color);
    --bs-list-group-action-active-bg: var(--bs-danger-border-subtle);
    --bs-list-group-active-color: var(--bs-danger-bg-subtle);
    --bs-list-group-active-bg: var(--bs-danger-text-emphasis);
    --bs-list-group-active-border-color: var(--bs-danger-text-emphasis);
}
.list-group-item-light {
    --bs-list-group-color: var(--bs-light-text-emphasis);
    --bs-list-group-bg: var(--bs-light-bg-subtle);
    --bs-list-group-border-color: var(--bs-light-border-subtle);
    --bs-list-group-action-hover-color: var(--bs-emphasis-color);
    --bs-list-group-action-hover-bg: var(--bs-light-border-subtle);
    --bs-list-group-action-active-color: var(--bs-emphasis-color);
    --bs-list-group-action-active-bg: var(--bs-light-border-subtle);
    --bs-list-group-active-color: var(--bs-light-bg-subtle);
    --bs-list-group-active-bg: var(--bs-light-text-emphasis);
    --bs-list-group-active-border-color: var(--bs-light-text-emphasis);
}
.list-group-item-dark {
    --bs-list-group-color: var(--bs-dark-text-emphasis);
    --bs-list-group-bg: var(--bs-dark-bg-subtle);
    --bs-list-group-border-color: var(--bs-dark-border-subtle);
    --bs-list-group-action-hover-color: var(--bs-emphasis-color);
    --bs-list-group-action-hover-bg: var(--bs-dark-border-subtle);
    --bs-list-group-action-active-color: var(--bs-emphasis-color);
    --bs-list-group-action-active-bg: var(--bs-dark-border-subtle);
    --bs-list-group-active-color: var(--bs-dark-bg-subtle);
    --bs-list-group-active-bg: var(--bs-dark-text-emphasis);
    --bs-list-group-active-border-color: var(--bs-dark-text-emphasis);
}
.btn-close {
    --bs-btn-close-color: #000;
    --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
    --bs-btn-close-opacity: 0.5;
    --bs-btn-close-hover-opacity: 0.75;
    --bs-btn-close-focus-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    --bs-btn-close-focus-opacity: 1;
    --bs-btn-close-disabled-opacity: 0.25;
    --bs-btn-close-white-filter: invert(1) grayscale(100%) brightness(200%);
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: 0.25em;
    background: transparent var(--bs-btn-close-bg) center/1em auto no-repeat;
    border: 0;
    border-radius: 0.375rem;
    opacity: var(--bs-btn-close-opacity);
}
.btn-close,
.btn-close:hover {
    color: var(--bs-btn-close-color);
}
.btn-close:hover {
    text-decoration: none;
    opacity: var(--bs-btn-close-hover-opacity);
}
.btn-close:focus {
    outline: 0;
    box-shadow: var(--bs-btn-close-focus-shadow);
    opacity: var(--bs-btn-close-focus-opacity);
}
.btn-close.disabled,
.btn-close:disabled {
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    opacity: var(--bs-btn-close-disabled-opacity);
}
.btn-close-white,
[data-bs-theme="dark"] .btn-close {
    filter: var(--bs-btn-close-white-filter);
}
.toast {
    --bs-toast-zindex: 1090;
    --bs-toast-padding-x: 0.75rem;
    --bs-toast-padding-y: 0.5rem;
    --bs-toast-spacing: 1.5rem;
    --bs-toast-max-width: 350px;
    --bs-toast-font-size: 0.875rem;
    --bs-toast-color: ;
    --bs-toast-bg: rgba(var(--bs-body-bg-rgb), 0.85);
    --bs-toast-border-width: var(--bs-border-width);
    --bs-toast-border-color: var(--bs-border-color-translucent);
    --bs-toast-border-radius: var(--bs-border-radius);
    --bs-toast-box-shadow: var(--bs-box-shadow);
    --bs-toast-header-color: var(--bs-secondary-color);
    --bs-toast-header-bg: rgba(var(--bs-body-bg-rgb), 0.85);
    --bs-toast-header-border-color: var(--bs-border-color-translucent);
    width: var(--bs-toast-max-width);
    max-width: 100%;
    font-size: var(--bs-toast-font-size);
    color: var(--bs-toast-color);
    pointer-events: auto;
    background-color: var(--bs-toast-bg);
    background-clip: padding-box;
    border: var(--bs-toast-border-width) solid var(--bs-toast-border-color);
    box-shadow: var(--bs-toast-box-shadow);
    border-radius: var(--bs-toast-border-radius);
}
.toast.showing {
    opacity: 0;
}
.toast:not(.show) {
    display: none;
}
.toast-container {
    --bs-toast-zindex: 1090;
    position: absolute;
    z-index: var(--bs-toast-zindex);
    width: max-content;
    max-width: 100%;
    pointer-events: none;
}
.toast-container > :not(:last-child) {
    margin-bottom: var(--bs-toast-spacing);
}
.toast-header {
    display: flex;
    align-items: center;
    padding: var(--bs-toast-padding-y) var(--bs-toast-padding-x);
    color: var(--bs-toast-header-color);
    background-color: var(--bs-toast-header-bg);
    background-clip: padding-box;
    border-bottom: var(--bs-toast-border-width) solid var(--bs-toast-header-border-color);
    border-top-left-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
    border-top-right-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
}
.toast-header .btn-close {
    margin-right: calc(-0.5 * var(--bs-toast-padding-x));
    margin-left: var(--bs-toast-padding-x);
}
.toast-body {
    padding: var(--bs-toast-padding-x);
    word-wrap: break-word;
}
.modal {
    --bs-modal-zindex: 1055;
    --bs-modal-width: 500px;
    --bs-modal-padding: 1rem;
    --bs-modal-margin: 0.5rem;
    --bs-modal-color: ;
    --bs-modal-bg: var(--bs-body-bg);
    --bs-modal-border-color: var(--bs-border-color-translucent);
    --bs-modal-border-width: var(--bs-border-width);
    --bs-modal-border-radius: var(--bs-border-radius-lg);
    --bs-modal-box-shadow: var(--bs-box-shadow-sm);
    --bs-modal-inner-border-radius: calc(var(--bs-border-radius-lg) - (var(--bs-border-width)));
    --bs-modal-header-padding-x: 1rem;
    --bs-modal-header-padding-y: 1rem;
    --bs-modal-header-padding: 1rem 1rem;
    --bs-modal-header-border-color: var(--bs-border-color);
    --bs-modal-header-border-width: var(--bs-border-width);
    --bs-modal-title-line-height: 1.5;
    --bs-modal-footer-gap: 0.5rem;
    --bs-modal-footer-bg: ;
    --bs-modal-footer-border-color: var(--bs-border-color);
    --bs-modal-footer-border-width: var(--bs-border-width);
    position: fixed;
    top: 0;
    left: 0;
    z-index: var(--bs-modal-zindex);
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: var(--bs-modal-margin);
    pointer-events: none;
}
.modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translateY(-50px);
}
@media (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
        transition: none;
    }
}
.modal.show .modal-dialog {
    transform: none;
}
.modal.modal-static .modal-dialog {
    transform: scale(1.02);
}
.modal-dialog-scrollable {
    height: calc(100% - var(--bs-modal-margin) * 2);
}
.modal-dialog-scrollable .modal-content {
    max-height: 100%;
    overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
    overflow-y: auto;
}
.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - var(--bs-modal-margin) * 2);
}
.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    color: var(--bs-modal-color);
    pointer-events: auto;
    background-color: var(--bs-modal-bg);
    background-clip: padding-box;
    border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
    border-radius: var(--bs-modal-border-radius);
    outline: 0;
}
.modal-backdrop {
    --bs-backdrop-zindex: 1050;
    --bs-backdrop-bg: #000;
    --bs-backdrop-opacity: 0.5;
    position: fixed;
    top: 0;
    left: 0;
    z-index: var(--bs-backdrop-zindex);
    width: 100vw;
    height: 100vh;
    background-color: var(--bs-backdrop-bg);
}
.modal-backdrop.fade {
    opacity: 0;
}
.modal-backdrop.show {
    opacity: var(--bs-backdrop-opacity);
}
.modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    padding: var(--bs-modal-header-padding);
    border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
    border-top-left-radius: var(--bs-modal-inner-border-radius);
    border-top-right-radius: var(--bs-modal-inner-border-radius);
}
.modal-header .btn-close {
    padding: calc(var(--bs-modal-header-padding-y) * 0.5) calc(var(--bs-modal-header-padding-x) * 0.5);
    margin: calc(-0.5 * var(--bs-modal-header-padding-y)) calc(-0.5 * var(--bs-modal-header-padding-x)) calc(-0.5 * var(--bs-modal-header-padding-y)) auto;
}
.modal-title {
    margin-bottom: 0;
    line-height: var(--bs-modal-title-line-height);
}
.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: var(--bs-modal-padding);
}
.modal-footer {
    display: flex;
    flex-shrink: 0;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * 0.5);
    background-color: var(--bs-modal-footer-bg);
    border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
    border-bottom-right-radius: var(--bs-modal-inner-border-radius);
    border-bottom-left-radius: var(--bs-modal-inner-border-radius);
}
.modal-footer > * {
    margin: calc(var(--bs-modal-footer-gap) * 0.5);
}
@media (min-width: 576px) {
    .modal {
        --bs-modal-margin: 1.75rem;
        --bs-modal-box-shadow: var(--bs-box-shadow);
    }
    .modal-dialog {
        max-width: var(--bs-modal-width);
        margin-right: auto;
        margin-left: auto;
    }
    .modal-sm {
        --bs-modal-width: 300px;
    }
}
@media (min-width: 992px) {
    .modal-lg,
    .modal-xl {
        --bs-modal-width: 800px;
    }
}
@media (min-width: 1200px) {
    .modal-xl {
        --bs-modal-width: 1140px;
    }
}
.modal-fullscreen {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
}
.modal-fullscreen .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
}
.modal-fullscreen .modal-footer,
.modal-fullscreen .modal-header {
    border-radius: 0;
}
.modal-fullscreen .modal-body {
    overflow-y: auto;
}
@media (max-width: 575.98px) {
    .modal-fullscreen-sm-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }
    .modal-fullscreen-sm-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0;
    }
    .modal-fullscreen-sm-down .modal-footer,
    .modal-fullscreen-sm-down .modal-header {
        border-radius: 0;
    }
    .modal-fullscreen-sm-down .modal-body {
        overflow-y: auto;
    }
}
@media (max-width: 767.98px) {
    .modal-fullscreen-md-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }
    .modal-fullscreen-md-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0;
    }
    .modal-fullscreen-md-down .modal-footer,
    .modal-fullscreen-md-down .modal-header {
        border-radius: 0;
    }
    .modal-fullscreen-md-down .modal-body {
        overflow-y: auto;
    }
}
@media (max-width: 991.98px) {
    .modal-fullscreen-lg-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }
    .modal-fullscreen-lg-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0;
    }
    .modal-fullscreen-lg-down .modal-footer,
    .modal-fullscreen-lg-down .modal-header {
        border-radius: 0;
    }
    .modal-fullscreen-lg-down .modal-body {
        overflow-y: auto;
    }
}
@media (max-width: 1199.98px) {
    .modal-fullscreen-xl-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }
    .modal-fullscreen-xl-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0;
    }
    .modal-fullscreen-xl-down .modal-footer,
    .modal-fullscreen-xl-down .modal-header {
        border-radius: 0;
    }
    .modal-fullscreen-xl-down .modal-body {
        overflow-y: auto;
    }
}
@media (max-width: 1399.98px) {
    .modal-fullscreen-xxl-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }
    .modal-fullscreen-xxl-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0;
    }
    .modal-fullscreen-xxl-down .modal-footer,
    .modal-fullscreen-xxl-down .modal-header {
        border-radius: 0;
    }
    .modal-fullscreen-xxl-down .modal-body {
        overflow-y: auto;
    }
}
.tooltip {
    --bs-tooltip-zindex: 1080;
    --bs-tooltip-max-width: 200px;
    --bs-tooltip-padding-x: 0.5rem;
    --bs-tooltip-padding-y: 0.25rem;
    --bs-tooltip-margin: ;
    --bs-tooltip-font-size: 0.875rem;
    --bs-tooltip-color: var(--bs-body-bg);
    --bs-tooltip-bg: var(--bs-emphasis-color);
    --bs-tooltip-border-radius: var(--bs-border-radius);
    --bs-tooltip-opacity: 0.9;
    --bs-tooltip-arrow-width: 0.8rem;
    --bs-tooltip-arrow-height: 0.4rem;
    z-index: var(--bs-tooltip-zindex);
    display: block;
    margin: var(--bs-tooltip-margin);
    font-family: var(--bs-font-sans-serif);
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    white-space: normal;
    word-spacing: normal;
    line-break: auto;
    font-size: var(--bs-tooltip-font-size);
    word-wrap: break-word;
    opacity: 0;
}
.tooltip.show {
    opacity: var(--bs-tooltip-opacity);
}
.tooltip .tooltip-arrow {
    display: block;
    width: var(--bs-tooltip-arrow-width);
    height: var(--bs-tooltip-arrow-height);
}
.tooltip .tooltip-arrow:before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid;
}
.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow,
.bs-tooltip-top .tooltip-arrow {
    bottom: calc(-1 * var(--bs-tooltip-arrow-height));
}
.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow:before,
.bs-tooltip-top .tooltip-arrow:before {
    top: -1px;
    border-width: var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * 0.5) 0;
    border-top-color: var(--bs-tooltip-bg);
}
.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow,
.bs-tooltip-end .tooltip-arrow {
    left: calc(-1 * var(--bs-tooltip-arrow-height));
    width: var(--bs-tooltip-arrow-height);
    height: var(--bs-tooltip-arrow-width);
}
.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow:before,
.bs-tooltip-end .tooltip-arrow:before {
    right: -1px;
    border-width: calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * 0.5) 0;
    border-right-color: var(--bs-tooltip-bg);
}
.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow,
.bs-tooltip-bottom .tooltip-arrow {
    top: calc(-1 * var(--bs-tooltip-arrow-height));
}
.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow:before,
.bs-tooltip-bottom .tooltip-arrow:before {
    bottom: -1px;
    border-width: 0 calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height);
    border-bottom-color: var(--bs-tooltip-bg);
}
.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow,
.bs-tooltip-start .tooltip-arrow {
    right: calc(-1 * var(--bs-tooltip-arrow-height));
    width: var(--bs-tooltip-arrow-height);
    height: var(--bs-tooltip-arrow-width);
}
.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow:before,
.bs-tooltip-start .tooltip-arrow:before {
    left: -1px;
    border-width: calc(var(--bs-tooltip-arrow-width) * 0.5) 0 calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height);
    border-left-color: var(--bs-tooltip-bg);
}
.tooltip-inner {
    max-width: var(--bs-tooltip-max-width);
    padding: var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);
    color: var(--bs-tooltip-color);
    text-align: center;
    background-color: var(--bs-tooltip-bg);
    border-radius: var(--bs-tooltip-border-radius);
}
.popover {
    --bs-popover-zindex: 1070;
    --bs-popover-max-width: 276px;
    --bs-popover-font-size: 0.875rem;
    --bs-popover-bg: var(--bs-body-bg);
    --bs-popover-border-width: var(--bs-border-width);
    --bs-popover-border-color: var(--bs-border-color-translucent);
    --bs-popover-border-radius: var(--bs-border-radius-lg);
    --bs-popover-inner-border-radius: calc(var(--bs-border-radius-lg) - var(--bs-border-width));
    --bs-popover-box-shadow: var(--bs-box-shadow);
    --bs-popover-header-padding-x: 1rem;
    --bs-popover-header-padding-y: 0.5rem;
    --bs-popover-header-font-size: 1rem;
    --bs-popover-header-color: inherit;
    --bs-popover-header-bg: var(--bs-secondary-bg);
    --bs-popover-body-padding-x: 1rem;
    --bs-popover-body-padding-y: 1rem;
    --bs-popover-body-color: var(--bs-body-color);
    --bs-popover-arrow-width: 1rem;
    --bs-popover-arrow-height: 0.5rem;
    --bs-popover-arrow-border: var(--bs-popover-border-color);
    z-index: var(--bs-popover-zindex);
    display: block;
    max-width: var(--bs-popover-max-width);
    font-family: var(--bs-font-sans-serif);
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    white-space: normal;
    word-spacing: normal;
    line-break: auto;
    font-size: var(--bs-popover-font-size);
    word-wrap: break-word;
    background-color: var(--bs-popover-bg);
    background-clip: padding-box;
    border: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
    border-radius: var(--bs-popover-border-radius);
}
.popover .popover-arrow {
    display: block;
    width: var(--bs-popover-arrow-width);
    height: var(--bs-popover-arrow-height);
}
.popover .popover-arrow:after,
.popover .popover-arrow:before {
    position: absolute;
    display: block;
    content: "";
    border: 0 solid transparent;
}
.bs-popover-auto[data-popper-placement^="top"] > .popover-arrow,
.bs-popover-top > .popover-arrow {
    bottom: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}
.bs-popover-auto[data-popper-placement^="top"] > .popover-arrow:after,
.bs-popover-auto[data-popper-placement^="top"] > .popover-arrow:before,
.bs-popover-top > .popover-arrow:after,
.bs-popover-top > .popover-arrow:before {
    border-width: var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * 0.5) 0;
}
.bs-popover-auto[data-popper-placement^="top"] > .popover-arrow:before,
.bs-popover-top > .popover-arrow:before {
    bottom: 0;
    border-top-color: var(--bs-popover-arrow-border);
}
.bs-popover-auto[data-popper-placement^="top"] > .popover-arrow:after,
.bs-popover-top > .popover-arrow:after {
    bottom: var(--bs-popover-border-width);
    border-top-color: var(--bs-popover-bg);
}
.bs-popover-auto[data-popper-placement^="right"] > .popover-arrow,
.bs-popover-end > .popover-arrow {
    left: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
    width: var(--bs-popover-arrow-height);
    height: var(--bs-popover-arrow-width);
}
.bs-popover-auto[data-popper-placement^="right"] > .popover-arrow:after,
.bs-popover-auto[data-popper-placement^="right"] > .popover-arrow:before,
.bs-popover-end > .popover-arrow:after,
.bs-popover-end > .popover-arrow:before {
    border-width: calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * 0.5) 0;
}
.bs-popover-auto[data-popper-placement^="right"] > .popover-arrow:before,
.bs-popover-end > .popover-arrow:before {
    left: 0;
    border-right-color: var(--bs-popover-arrow-border);
}
.bs-popover-auto[data-popper-placement^="right"] > .popover-arrow:after,
.bs-popover-end > .popover-arrow:after {
    left: var(--bs-popover-border-width);
    border-right-color: var(--bs-popover-bg);
}
.bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow,
.bs-popover-bottom > .popover-arrow {
    top: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}
.bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow:after,
.bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow:before,
.bs-popover-bottom > .popover-arrow:after,
.bs-popover-bottom > .popover-arrow:before {
    border-width: 0 calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height);
}
.bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow:before,
.bs-popover-bottom > .popover-arrow:before {
    top: 0;
    border-bottom-color: var(--bs-popover-arrow-border);
}
.bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow:after,
.bs-popover-bottom > .popover-arrow:after {
    top: var(--bs-popover-border-width);
    border-bottom-color: var(--bs-popover-bg);
}
.bs-popover-auto[data-popper-placement^="bottom"] .popover-header:before,
.bs-popover-bottom .popover-header:before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: var(--bs-popover-arrow-width);
    margin-left: calc(-0.5 * var(--bs-popover-arrow-width));
    content: "";
    border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-header-bg);
}
.bs-popover-auto[data-popper-placement^="left"] > .popover-arrow,
.bs-popover-start > .popover-arrow {
    right: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
    width: var(--bs-popover-arrow-height);
    height: var(--bs-popover-arrow-width);
}
.bs-popover-auto[data-popper-placement^="left"] > .popover-arrow:after,
.bs-popover-auto[data-popper-placement^="left"] > .popover-arrow:before,
.bs-popover-start > .popover-arrow:after,
.bs-popover-start > .popover-arrow:before {
    border-width: calc(var(--bs-popover-arrow-width) * 0.5) 0 calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height);
}
.bs-popover-auto[data-popper-placement^="left"] > .popover-arrow:before,
.bs-popover-start > .popover-arrow:before {
    right: 0;
    border-left-color: var(--bs-popover-arrow-border);
}
.bs-popover-auto[data-popper-placement^="left"] > .popover-arrow:after,
.bs-popover-start > .popover-arrow:after {
    right: var(--bs-popover-border-width);
    border-left-color: var(--bs-popover-bg);
}
.popover-header {
    padding: var(--bs-popover-header-padding-y) var(--bs-popover-header-padding-x);
    margin-bottom: 0;
    font-size: var(--bs-popover-header-font-size);
    color: var(--bs-popover-header-color);
    background-color: var(--bs-popover-header-bg);
    border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
    border-top-left-radius: var(--bs-popover-inner-border-radius);
    border-top-right-radius: var(--bs-popover-inner-border-radius);
}
.popover-header:empty {
    display: none;
}
.popover-body {
    padding: var(--bs-popover-body-padding-y) var(--bs-popover-body-padding-x);
    color: var(--bs-popover-body-color);
}
.carousel {
    position: relative;
}
.carousel.pointer-event {
    touch-action: pan-y;
}
.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.carousel-inner:after {
    display: block;
    clear: both;
    content: "";
}
.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .carousel-item {
        transition: none;
    }
}
.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
    display: block;
}
.active.carousel-item-end,
.carousel-item-next:not(.carousel-item-start) {
    transform: translateX(100%);
}
.active.carousel-item-start,
.carousel-item-prev:not(.carousel-item-end) {
    transform: translateX(-100%);
}
.carousel-fade .carousel-item {
    opacity: 0;
    transition-property: opacity;
    transform: none;
}
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end,
.carousel-fade .carousel-item.active {
    z-index: 1;
    opacity: 1;
}
.carousel-fade .active.carousel-item-end,
.carousel-fade .active.carousel-item-start {
    z-index: 0;
    opacity: 0;
    transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
    .carousel-fade .active.carousel-item-end,
    .carousel-fade .active.carousel-item-start {
        transition: none;
    }
}
.carousel-control-next, .carousel-control-prev {
    position: absolute;
    bottom: 0;
    z-index: 1;
    display: flex
;
    align-items: center;
    justify-content: center;
    width: 50px;
    padding: 0;
    color: #000000;
    text-align: center;
    background: none;
    border: 0;
    transition: opacity 0.15s ease;
    height: 50px;
    background: var(--standard_color);
    border-radius: 50%;
}
@media (prefers-reduced-motion: reduce) {
    .carousel-control-next,
    .carousel-control-prev {
        transition: none;
    }
}
.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: 0.9;
}
.carousel-control-prev {
    right: 10%;
    bottom: 20%;
}
.carousel-control-next {
    right: 6.5%;
    bottom: 20%;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%;
}
.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}
.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: flex
;
    justify-content: center;
    padding: 0;
    margin-right: 15%;
    margin-bottom: 6%;
    margin-left: 15%;
}
.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 14px;
    height: 14px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 0.5;
    transition: opacity 0.6s ease;
    border-radius: 50%;
}
@media (prefers-reduced-motion: reduce) {
    .carousel-indicators [data-bs-target] {
        transition: none;
    }
}
.carousel-indicators .active {
    opacity: 1;
    background-color: var(--standard_color);
}
.carousel-caption {
    position: absolute;
    right: inherit;
    bottom: inherit;
    left: 11%;
    top: 50%;
    /* padding-top: 1.25rem; */
    /* padding-bottom: 1.25rem; */
    color: #fff;
    text-align: left;
    transform: translateX(0%) translateY(-15%);
    width: 50%;
}
.carousel-caption h5 {
    font-size: 40px;
    color: white;
    position: relative;
    margin-bottom: 29px;
}
.carousel-caption h5:before {
    content: '';
    position: absolute;
    background: #000000;
    width: 104%;
    height: 109%;
    left: 0;
    -webkit-filter: blur(100px);
    z-index: -1;
}
.carousel-dark .carousel-control-next-icon,
.carousel-dark .carousel-control-prev-icon {
    filter: invert(1) grayscale(100);
}
.carousel-dark .carousel-indicators [data-bs-target] {
    background-color: #000;
}
.carousel-dark .carousel-caption {
    color: #000;
}
[data-bs-theme="dark"] .carousel .carousel-control-next-icon,
[data-bs-theme="dark"] .carousel .carousel-control-prev-icon,
[data-bs-theme="dark"].carousel .carousel-control-next-icon,
[data-bs-theme="dark"].carousel .carousel-control-prev-icon {
    filter: invert(1) grayscale(100);
}
[data-bs-theme="dark"] .carousel .carousel-indicators [data-bs-target],
[data-bs-theme="dark"].carousel .carousel-indicators [data-bs-target] {
    background-color: #000;
}
[data-bs-theme="dark"] .carousel .carousel-caption,
[data-bs-theme="dark"].carousel .carousel-caption {
    color: #000;
}
.spinner-border,
.spinner-grow {
    display: inline-block;
    width: var(--bs-spinner-width);
    height: var(--bs-spinner-height);
    vertical-align: var(--bs-spinner-vertical-align);
    border-radius: 50%;
    animation: var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name);
}
@keyframes spinner-border {
    to {
        transform: rotate(1turn);
    }
}
.spinner-border {
    --bs-spinner-width: 2rem;
    --bs-spinner-height: 2rem;
    --bs-spinner-vertical-align: -0.125em;
    --bs-spinner-border-width: 0.25em;
    --bs-spinner-animation-speed: 0.75s;
    --bs-spinner-animation-name: spinner-border;
    border-right-color: currentcolor;
    border: var(--bs-spinner-border-width) solid;
    border-right: var(--bs-spinner-border-width) solid transparent;
}
.spinner-border-sm {
    --bs-spinner-width: 1rem;
    --bs-spinner-height: 1rem;
    --bs-spinner-border-width: 0.2em;
}
@keyframes spinner-grow {
    0% {
        transform: scale(0);
    }
    50% {
        opacity: 1;
        transform: none;
    }
}
.spinner-grow {
    --bs-spinner-width: 2rem;
    --bs-spinner-height: 2rem;
    --bs-spinner-vertical-align: -0.125em;
    --bs-spinner-animation-speed: 0.75s;
    --bs-spinner-animation-name: spinner-grow;
    background-color: currentcolor;
    opacity: 0;
}
.spinner-grow-sm {
    --bs-spinner-width: 1rem;
    --bs-spinner-height: 1rem;
}
@media (prefers-reduced-motion: reduce) {
    .spinner-border,
    .spinner-grow {
        --bs-spinner-animation-speed: 1.5s;
    }
}
.offcanvas,
.offcanvas-lg,
.offcanvas-md,
.offcanvas-sm,
.offcanvas-xl,
.offcanvas-xxl {
    --bs-offcanvas-zindex: 1045;
    --bs-offcanvas-width: 400px;
    --bs-offcanvas-height: 30vh;
    --bs-offcanvas-padding-x: 1rem;
    --bs-offcanvas-padding-y: 1rem;
    --bs-offcanvas-color: var(--bs-body-color);
    --bs-offcanvas-bg: var(--bs-body-bg);
    --bs-offcanvas-border-width: var(--bs-border-width);
    --bs-offcanvas-border-color: var(--bs-border-color-translucent);
    --bs-offcanvas-box-shadow: var(--bs-box-shadow-sm);
    --bs-offcanvas-transition: transform 0.3s ease-in-out;
    --bs-offcanvas-title-line-height: 1.5;
}
@media (max-width: 575.98px) {
    .offcanvas-sm {
        position: fixed;
        bottom: 0;
        z-index: var(--bs-offcanvas-zindex);
        display: flex;
        flex-direction: column;
        max-width: 100%;
        color: var(--bs-offcanvas-color);
        visibility: hidden;
        background-color: var(--bs-offcanvas-bg);
        background-clip: padding-box;
        outline: 0;
        transition: var(--bs-offcanvas-transition);
    }
}
@media (max-width: 575.98px) and (prefers-reduced-motion: reduce) {
    .offcanvas-sm {
        transition: none;
    }
}
@media (max-width: 575.98px) {
    .offcanvas-sm.offcanvas-start {
        top: 0;
        left: 0;
        width: var(--bs-offcanvas-width);
        border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateX(-100%);
    }
    .offcanvas-sm.offcanvas-end {
        top: 0;
        right: 0;
        width: var(--bs-offcanvas-width);
        border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateX(100%);
    }
    .offcanvas-sm.offcanvas-top {
        top: 0;
        border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateY(-100%);
    }
    .offcanvas-sm.offcanvas-bottom,
    .offcanvas-sm.offcanvas-top {
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%;
    }
    .offcanvas-sm.offcanvas-bottom {
        border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateY(100%);
    }
    .offcanvas-sm.show:not(.hiding),
    .offcanvas-sm.showing {
        transform: none;
    }
    .offcanvas-sm.hiding,
    .offcanvas-sm.show,
    .offcanvas-sm.showing {
        visibility: visible;
    }
}
@media (min-width: 576px) {
    .offcanvas-sm {
        --bs-offcanvas-height: auto;
        --bs-offcanvas-border-width: 0;
        background-color: transparent !important;
    }
    .offcanvas-sm .offcanvas-header {
        display: none;
    }
    .offcanvas-sm .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible;
        background-color: transparent !important;
    }
}
@media (max-width: 767.98px) {
    .offcanvas-md {
        position: fixed;
        bottom: 0;
        z-index: var(--bs-offcanvas-zindex);
        display: flex;
        flex-direction: column;
        max-width: 100%;
        color: var(--bs-offcanvas-color);
        visibility: hidden;
        background-color: var(--bs-offcanvas-bg);
        background-clip: padding-box;
        outline: 0;
        transition: var(--bs-offcanvas-transition);
    }
}
@media (max-width: 767.98px) and (prefers-reduced-motion: reduce) {
    .offcanvas-md {
        transition: none;
    }
}
@media (max-width: 767.98px) {
    .offcanvas-md.offcanvas-start {
        top: 0;
        left: 0;
        width: var(--bs-offcanvas-width);
        border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateX(-100%);
    }
    .offcanvas-md.offcanvas-end {
        top: 0;
        right: 0;
        width: var(--bs-offcanvas-width);
        border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateX(100%);
    }
    .offcanvas-md.offcanvas-top {
        top: 0;
        border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateY(-100%);
    }
    .offcanvas-md.offcanvas-bottom,
    .offcanvas-md.offcanvas-top {
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%;
    }
    .offcanvas-md.offcanvas-bottom {
        border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateY(100%);
    }
    .offcanvas-md.show:not(.hiding),
    .offcanvas-md.showing {
        transform: none;
    }
    .offcanvas-md.hiding,
    .offcanvas-md.show,
    .offcanvas-md.showing {
        visibility: visible;
    }
}
@media (min-width: 768px) {
    .offcanvas-md {
        --bs-offcanvas-height: auto;
        --bs-offcanvas-border-width: 0;
        background-color: transparent !important;
    }
    .offcanvas-md .offcanvas-header {
        display: none;
    }
    .offcanvas-md .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible;
        background-color: transparent !important;
    }
}
@media (max-width: 991.98px) {
    .offcanvas-lg {
        position: fixed;
        bottom: 0;
        z-index: var(--bs-offcanvas-zindex);
        display: flex;
        flex-direction: column;
        max-width: 100%;
        color: var(--bs-offcanvas-color);
        visibility: hidden;
        background-color: var(--bs-offcanvas-bg);
        background-clip: padding-box;
        outline: 0;
        transition: var(--bs-offcanvas-transition);
    }
}
@media (max-width: 991.98px) and (prefers-reduced-motion: reduce) {
    .offcanvas-lg {
        transition: none;
    }
}
@media (max-width: 991.98px) {
    .offcanvas-lg.offcanvas-start {
        top: 0;
        left: 0;
        width: var(--bs-offcanvas-width);
        border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateX(-100%);
    }
    .offcanvas-lg.offcanvas-end {
        top: 0;
        right: 0;
        width: var(--bs-offcanvas-width);
        border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateX(100%);
    }
    .offcanvas-lg.offcanvas-top {
        top: 0;
        border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateY(-100%);
    }
    .offcanvas-lg.offcanvas-bottom,
    .offcanvas-lg.offcanvas-top {
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%;
    }
    .offcanvas-lg.offcanvas-bottom {
        border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateY(100%);
    }
    .offcanvas-lg.show:not(.hiding),
    .offcanvas-lg.showing {
        transform: none;
    }
    .offcanvas-lg.hiding,
    .offcanvas-lg.show,
    .offcanvas-lg.showing {
        visibility: visible;
    }
}
@media (min-width: 992px) {
    .offcanvas-lg {
        --bs-offcanvas-height: auto;
        --bs-offcanvas-border-width: 0;
        background-color: transparent !important;
    }
    .offcanvas-lg .offcanvas-header {
        display: none;
    }
    .offcanvas-lg .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible;
        background-color: transparent !important;
    }
}
@media (max-width: 1199.98px) {
    .offcanvas-xl {
        position: fixed;
        bottom: 0;
        z-index: var(--bs-offcanvas-zindex);
        display: flex;
        flex-direction: column;
        max-width: 100%;
        color: var(--bs-offcanvas-color);
        visibility: hidden;
        background-color: var(--bs-offcanvas-bg);
        background-clip: padding-box;
        outline: 0;
        transition: var(--bs-offcanvas-transition);
    }
}
@media (max-width: 1199.98px) and (prefers-reduced-motion: reduce) {
    .offcanvas-xl {
        transition: none;
    }
}
@media (max-width: 1199.98px) {
    .offcanvas-xl.offcanvas-start {
        top: 0;
        left: 0;
        width: var(--bs-offcanvas-width);
        border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateX(-100%);
    }
    .offcanvas-xl.offcanvas-end {
        top: 0;
        right: 0;
        width: var(--bs-offcanvas-width);
        border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateX(100%);
    }
    .offcanvas-xl.offcanvas-top {
        top: 0;
        border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateY(-100%);
    }
    .offcanvas-xl.offcanvas-bottom,
    .offcanvas-xl.offcanvas-top {
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%;
    }
    .offcanvas-xl.offcanvas-bottom {
        border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateY(100%);
    }
    .offcanvas-xl.show:not(.hiding),
    .offcanvas-xl.showing {
        transform: none;
    }
    .offcanvas-xl.hiding,
    .offcanvas-xl.show,
    .offcanvas-xl.showing {
        visibility: visible;
    }
}
@media (min-width: 1200px) {
    .offcanvas-xl {
        --bs-offcanvas-height: auto;
        --bs-offcanvas-border-width: 0;
        background-color: transparent !important;
    }
    .offcanvas-xl .offcanvas-header {
        display: none;
    }
    .offcanvas-xl .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible;
        background-color: transparent !important;
    }
}
@media (max-width: 1399.98px) {
    .offcanvas-xxl {
        position: fixed;
        bottom: 0;
        z-index: var(--bs-offcanvas-zindex);
        display: flex;
        flex-direction: column;
        max-width: 100%;
        color: var(--bs-offcanvas-color);
        visibility: hidden;
        background-color: var(--bs-offcanvas-bg);
        background-clip: padding-box;
        outline: 0;
        transition: var(--bs-offcanvas-transition);
    }
}
@media (max-width: 1399.98px) and (prefers-reduced-motion: reduce) {
    .offcanvas-xxl {
        transition: none;
    }
}
@media (max-width: 1399.98px) {
    .offcanvas-xxl.offcanvas-start {
        top: 0;
        left: 0;
        width: var(--bs-offcanvas-width);
        border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateX(-100%);
    }
    .offcanvas-xxl.offcanvas-end {
        top: 0;
        right: 0;
        width: var(--bs-offcanvas-width);
        border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateX(100%);
    }
    .offcanvas-xxl.offcanvas-top {
        top: 0;
        border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateY(-100%);
    }
    .offcanvas-xxl.offcanvas-bottom,
    .offcanvas-xxl.offcanvas-top {
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%;
    }
    .offcanvas-xxl.offcanvas-bottom {
        border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateY(100%);
    }
    .offcanvas-xxl.show:not(.hiding),
    .offcanvas-xxl.showing {
        transform: none;
    }
    .offcanvas-xxl.hiding,
    .offcanvas-xxl.show,
    .offcanvas-xxl.showing {
        visibility: visible;
    }
}
@media (min-width: 1400px) {
    .offcanvas-xxl {
        --bs-offcanvas-height: auto;
        --bs-offcanvas-border-width: 0;
        background-color: transparent !important;
    }
    .offcanvas-xxl .offcanvas-header {
        display: none;
    }
    .offcanvas-xxl .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible;
        background-color: transparent !important;
    }
}
.offcanvas {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
}
@media (prefers-reduced-motion: reduce) {
    .offcanvas {
        transition: none;
    }
}
.offcanvas.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
}
.offcanvas.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
}
.offcanvas.offcanvas-top {
    top: 0;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
}
.offcanvas.offcanvas-bottom,
.offcanvas.offcanvas-top {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
}
.offcanvas.offcanvas-bottom {
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
}
.offcanvas.show:not(.hiding),
.offcanvas.showing {
    transform: none;
}
.offcanvas.hiding,
.offcanvas.show,
.offcanvas.showing {
    visibility: visible;
}
.offcanvas-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}
.offcanvas-backdrop.fade {
    opacity: 0;
}
.offcanvas-backdrop.show {
    opacity: 0.5;
}
.offcanvas-header {
    display: flex;
    align-items: center;
    padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
}
.offcanvas-header .btn-close {
    padding: calc(var(--bs-offcanvas-padding-y) * 0.5) calc(var(--bs-offcanvas-padding-x) * 0.5);
    margin: calc(-0.5 * var(--bs-offcanvas-padding-y)) calc(-0.5 * var(--bs-offcanvas-padding-x)) calc(-0.5 * var(--bs-offcanvas-padding-y)) auto;
}
.offcanvas-title {
    margin-bottom: 0;
    line-height: var(--bs-offcanvas-title-line-height);
}
.offcanvas-body {
    flex-grow: 1;
    padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
    overflow-y: auto;
}
.placeholder {
    display: inline-block;
    min-height: 1em;
    vertical-align: middle;
    cursor: wait;
    background-color: currentcolor;
    opacity: 0.5;
}
.placeholder.btn:before {
    display: inline-block;
    content: "";
}
.placeholder-xs {
    min-height: 0.6em;
}
.placeholder-sm {
    min-height: 0.8em;
}
.placeholder-lg {
    min-height: 1.2em;
}
.placeholder-glow .placeholder {
    animation: placeholder-glow 2s ease-in-out infinite;
}
@keyframes placeholder-glow {
    50% {
        opacity: 0.2;
    }
}
.placeholder-wave {
    -webkit-mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
    mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
    -webkit-mask-size: 200% 100%;
    mask-size: 200% 100%;
    animation: placeholder-wave 2s linear infinite;
}
@keyframes placeholder-wave {
    to {
        -webkit-mask-position: -200% 0;
        mask-position: -200% 0;
    }
}
.clearfix:after {
    display: block;
    clear: both;
    content: "";
}
.text-bg-primary {
    color: #fff !important;
    background-color: RGBA(var(--bs-primary-rgb), var(--bs-bg-opacity, 1)) !important;
}
.text-bg-secondary {
    color: #fff !important;
    background-color: RGBA(var(--bs-secondary-rgb), var(--bs-bg-opacity, 1)) !important;
}
.text-bg-success {
    color: #fff !important;
    background-color: RGBA(var(--bs-success-rgb), var(--bs-bg-opacity, 1)) !important;
}
.text-bg-info {
    color: #000 !important;
    background-color: RGBA(var(--bs-info-rgb), var(--bs-bg-opacity, 1)) !important;
}
.text-bg-warning {
    color: #000 !important;
    background-color: RGBA(var(--bs-warning-rgb), var(--bs-bg-opacity, 1)) !important;
}
.text-bg-danger {
    color: #fff !important;
    background-color: RGBA(var(--bs-danger-rgb), var(--bs-bg-opacity, 1)) !important;
}
.text-bg-light {
    color: #000 !important;
    background-color: RGBA(var(--bs-light-rgb), var(--bs-bg-opacity, 1)) !important;
}
.text-bg-dark {
    color: #fff !important;
    background-color: RGBA(var(--bs-dark-rgb), var(--bs-bg-opacity, 1)) !important;
}
.link-primary {
    color: RGBA(var(--bs-primary-rgb), var(--bs-link-opacity, 1)) !important;
    -webkit-text-decoration-color: RGBA(var(--bs-primary-rgb), var(--bs-link-underline-opacity, 1)) !important;
    text-decoration-color: RGBA(var(--bs-primary-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-primary:focus,
.link-primary:hover {
    color: RGBA(10, 88, 202, var(--bs-link-opacity, 1)) !important;
    -webkit-text-decoration-color: RGBA(10, 88, 202, var(--bs-link-underline-opacity, 1)) !important;
    text-decoration-color: RGBA(10, 88, 202, var(--bs-link-underline-opacity, 1)) !important;
}
.link-secondary {
    color: RGBA(var(--bs-secondary-rgb), var(--bs-link-opacity, 1)) !important;
    -webkit-text-decoration-color: RGBA(var(--bs-secondary-rgb), var(--bs-link-underline-opacity, 1)) !important;
    text-decoration-color: RGBA(var(--bs-secondary-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-secondary:focus,
.link-secondary:hover {
    color: RGBA(86, 94, 100, var(--bs-link-opacity, 1)) !important;
    -webkit-text-decoration-color: RGBA(86, 94, 100, var(--bs-link-underline-opacity, 1)) !important;
    text-decoration-color: RGBA(86, 94, 100, var(--bs-link-underline-opacity, 1)) !important;
}
.link-success {
    color: RGBA(var(--bs-success-rgb), var(--bs-link-opacity, 1)) !important;
    -webkit-text-decoration-color: RGBA(var(--bs-success-rgb), var(--bs-link-underline-opacity, 1)) !important;
    text-decoration-color: RGBA(var(--bs-success-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-success:focus,
.link-success:hover {
    color: RGBA(20, 108, 67, var(--bs-link-opacity, 1)) !important;
    -webkit-text-decoration-color: RGBA(20, 108, 67, var(--bs-link-underline-opacity, 1)) !important;
    text-decoration-color: RGBA(20, 108, 67, var(--bs-link-underline-opacity, 1)) !important;
}
.link-info {
    color: RGBA(var(--bs-info-rgb), var(--bs-link-opacity, 1)) !important;
    -webkit-text-decoration-color: RGBA(var(--bs-info-rgb), var(--bs-link-underline-opacity, 1)) !important;
    text-decoration-color: RGBA(var(--bs-info-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-info:focus,
.link-info:hover {
    color: RGBA(61, 213, 243, var(--bs-link-opacity, 1)) !important;
    -webkit-text-decoration-color: RGBA(61, 213, 243, var(--bs-link-underline-opacity, 1)) !important;
    text-decoration-color: RGBA(61, 213, 243, var(--bs-link-underline-opacity, 1)) !important;
}
.link-warning {
    color: RGBA(var(--bs-warning-rgb), var(--bs-link-opacity, 1)) !important;
    -webkit-text-decoration-color: RGBA(var(--bs-warning-rgb), var(--bs-link-underline-opacity, 1)) !important;
    text-decoration-color: RGBA(var(--bs-warning-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-warning:focus,
.link-warning:hover {
    color: RGBA(255, 205, 57, var(--bs-link-opacity, 1)) !important;
    -webkit-text-decoration-color: RGBA(255, 205, 57, var(--bs-link-underline-opacity, 1)) !important;
    text-decoration-color: RGBA(255, 205, 57, var(--bs-link-underline-opacity, 1)) !important;
}
.link-danger {
    color: RGBA(var(--bs-danger-rgb), var(--bs-link-opacity, 1)) !important;
    -webkit-text-decoration-color: RGBA(var(--bs-danger-rgb), var(--bs-link-underline-opacity, 1)) !important;
    text-decoration-color: RGBA(var(--bs-danger-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-danger:focus,
.link-danger:hover {
    color: RGBA(176, 42, 55, var(--bs-link-opacity, 1)) !important;
    -webkit-text-decoration-color: RGBA(176, 42, 55, var(--bs-link-underline-opacity, 1)) !important;
    text-decoration-color: RGBA(176, 42, 55, var(--bs-link-underline-opacity, 1)) !important;
}
.link-light {
    color: RGBA(var(--bs-light-rgb), var(--bs-link-opacity, 1)) !important;
    -webkit-text-decoration-color: RGBA(var(--bs-light-rgb), var(--bs-link-underline-opacity, 1)) !important;
    text-decoration-color: RGBA(var(--bs-light-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-light:focus,
.link-light:hover {
    color: RGBA(249, 250, 251, var(--bs-link-opacity, 1)) !important;
    -webkit-text-decoration-color: RGBA(249, 250, 251, var(--bs-link-underline-opacity, 1)) !important;
    text-decoration-color: RGBA(249, 250, 251, var(--bs-link-underline-opacity, 1)) !important;
}
.link-dark {
    color: RGBA(var(--bs-dark-rgb), var(--bs-link-opacity, 1)) !important;
    -webkit-text-decoration-color: RGBA(var(--bs-dark-rgb), var(--bs-link-underline-opacity, 1)) !important;
    text-decoration-color: RGBA(var(--bs-dark-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-dark:focus,
.link-dark:hover {
    color: RGBA(26, 30, 33, var(--bs-link-opacity, 1)) !important;
    -webkit-text-decoration-color: RGBA(26, 30, 33, var(--bs-link-underline-opacity, 1)) !important;
    text-decoration-color: RGBA(26, 30, 33, var(--bs-link-underline-opacity, 1)) !important;
}
.link-body-emphasis {
    color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 1)) !important;
    -webkit-text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
    text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-body-emphasis:focus,
.link-body-emphasis:hover {
    color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 0.75)) !important;
    -webkit-text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 0.75)) !important;
    text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 0.75)) !important;
}
.focus-ring:focus {
    outline: 0;
    box-shadow: var(--bs-focus-ring-x, 0) var(--bs-focus-ring-y, 0) var(--bs-focus-ring-blur, 0) var(--bs-focus-ring-width) var(--bs-focus-ring-color);
}
.icon-link {
    display: inline-flex;
    gap: 0.375rem;
    align-items: center;
    -webkit-text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 0.5));
    text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 0.5));
    text-underline-offset: 0.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.icon-link > .bi {
    flex-shrink: 0;
    width: 1em;
    height: 1em;
    fill: currentcolor;
    transition: transform 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .icon-link > .bi {
        transition: none;
    }
}
.icon-link-hover:focus-visible > .bi,
.icon-link-hover:hover > .bi {
    transform: var(--bs-icon-link-transform, translate3d(0.25em, 0, 0));
}
.ratio {
    position: relative;
    width: 100%;
}
.ratio:before {
    display: block;
    padding-top: var(--bs-aspect-ratio);
    content: "";
}
.ratio > * {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.ratio-1x1 {
    --bs-aspect-ratio: 100%;
}
.ratio-4x3 {
    --bs-aspect-ratio: 75%;
}
.ratio-16x9 {
    --bs-aspect-ratio: 56.25%;
}
.ratio-21x9 {
    --bs-aspect-ratio: 42.8571428571%;
}
.fixed-top {
    top: 0;
}
.fixed-bottom,
.fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}
.fixed-bottom {
    bottom: 0;
}
.sticky-top {
    top: 0;
}
.sticky-bottom,
.sticky-top {
    position: -webkit-sticky;
    position: sticky;
    z-index: 1020;
}
.sticky-bottom {
    bottom: 0;
}
@media (min-width: 576px) {
    .sticky-sm-top {
        top: 0;
    }
    .sticky-sm-bottom,
    .sticky-sm-top {
        position: -webkit-sticky;
        position: sticky;
        z-index: 1020;
    }
    .sticky-sm-bottom {
        bottom: 0;
    }
}
@media (min-width: 768px) {
    .sticky-md-top {
        top: 0;
    }
    .sticky-md-bottom,
    .sticky-md-top {
        position: -webkit-sticky;
        position: sticky;
        z-index: 1020;
    }
    .sticky-md-bottom {
        bottom: 0;
    }
}
@media (min-width: 992px) {
    .sticky-lg-top {
        top: 0;
    }
    .sticky-lg-bottom,
    .sticky-lg-top {
        position: -webkit-sticky;
        position: sticky;
        z-index: 1020;
    }
    .sticky-lg-bottom {
        bottom: 0;
    }
}
@media (min-width: 1200px) {
    .sticky-xl-top {
        top: 0;
    }
    .sticky-xl-bottom,
    .sticky-xl-top {
        position: -webkit-sticky;
        position: sticky;
        z-index: 1020;
    }
    .sticky-xl-bottom {
        bottom: 0;
    }
}
@media (min-width: 1400px) {
    .sticky-xxl-top {
        top: 0;
    }
    .sticky-xxl-bottom,
    .sticky-xxl-top {
        position: -webkit-sticky;
        position: sticky;
        z-index: 1020;
    }
    .sticky-xxl-bottom {
        bottom: 0;
    }
}
.hstack {
    flex-direction: row;
    align-items: center;
}
.hstack,
.vstack {
    display: flex;
    align-self: stretch;
}
.vstack {
    flex: 1 1 auto;
    flex-direction: column;
}
.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}
.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption),
.visually-hidden:not(caption) {
    position: absolute !important;
}
.stretched-link:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    content: "";
}
.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.vr {
    display: inline-block;
    align-self: stretch;
    width: var(--bs-border-width);
    min-height: 1em;
    background-color: currentcolor;
    opacity: 0.25;
}
.align-baseline {
    vertical-align: baseline !important;
}
.align-top {
    vertical-align: top !important;
}
.align-middle {
    vertical-align: middle !important;
}
.align-bottom {
    vertical-align: bottom !important;
}
.align-text-bottom {
    vertical-align: text-bottom !important;
}
.align-text-top {
    vertical-align: text-top !important;
}
.float-start {
    float: left !important;
}
.float-end {
    float: right !important;
}
.float-none {
    float: none !important;
}
.object-fit-contain {
    object-fit: contain !important;
}
.object-fit-cover {
    object-fit: cover !important;
}
.object-fit-fill {
    object-fit: fill !important;
}
.object-fit-scale {
    object-fit: scale-down !important;
}
.object-fit-none {
    object-fit: none !important;
}
.opacity-0 {
    opacity: 0 !important;
}
.opacity-25 {
    opacity: 0.25 !important;
}
.opacity-50 {
    opacity: 0.5 !important;
}
.opacity-75 {
    opacity: 0.75 !important;
}
.opacity-100 {
    opacity: 1 !important;
}
.overflow-auto {
    overflow: auto !important;
}
.overflow-hidden {
    overflow: hidden !important;
}
.overflow-visible {
    overflow: visible !important;
}
.overflow-scroll {
    overflow: scroll !important;
}
.overflow-x-auto {
    overflow-x: auto !important;
}
.overflow-x-hidden {
    overflow-x: hidden !important;
}
.overflow-x-visible {
    overflow-x: visible !important;
}
.overflow-x-scroll {
    overflow-x: scroll !important;
}
.overflow-y-auto {
    overflow-y: auto !important;
}
.overflow-y-hidden {
    overflow-y: hidden !important;
}
.overflow-y-visible {
    overflow-y: visible !important;
}
.overflow-y-scroll {
    overflow-y: scroll !important;
}
.d-inline {
    display: inline !important;
}
.d-inline-block {
    display: inline-block !important;
}
.d-block {
    display: block !important;
}
.d-grid {
    display: grid !important;
}
.d-inline-grid {
    display: inline-grid !important;
}
.d-table {
    display: table !important;
}
.d-table-row {
    display: table-row !important;
}
.d-table-cell {
    display: table-cell !important;
}
.d-flex {
    display: flex !important;
}
.d-inline-flex {
    display: inline-flex !important;
}
.d-none {
    display: none !important;
}
.shadow {
    box-shadow: var(--bs-box-shadow) !important;
}
.shadow-sm {
    box-shadow: var(--bs-box-shadow-sm) !important;
}
.shadow-lg {
    box-shadow: var(--bs-box-shadow-lg) !important;
}
.shadow-none {
    box-shadow: none !important;
}
.focus-ring-primary {
    --bs-focus-ring-color: rgba(var(--bs-primary-rgb), var(--bs-focus-ring-opacity));
}
.focus-ring-secondary {
    --bs-focus-ring-color: rgba(var(--bs-secondary-rgb), var(--bs-focus-ring-opacity));
}
.focus-ring-success {
    --bs-focus-ring-color: rgba(var(--bs-success-rgb), var(--bs-focus-ring-opacity));
}
.focus-ring-info {
    --bs-focus-ring-color: rgba(var(--bs-info-rgb), var(--bs-focus-ring-opacity));
}
.focus-ring-warning {
    --bs-focus-ring-color: rgba(var(--bs-warning-rgb), var(--bs-focus-ring-opacity));
}
.focus-ring-danger {
    --bs-focus-ring-color: rgba(var(--bs-danger-rgb), var(--bs-focus-ring-opacity));
}
.focus-ring-light {
    --bs-focus-ring-color: rgba(var(--bs-light-rgb), var(--bs-focus-ring-opacity));
}
.focus-ring-dark {
    --bs-focus-ring-color: rgba(var(--bs-dark-rgb), var(--bs-focus-ring-opacity));
}
.position-static {
    position: static !important;
}
.position-relative {
    position: relative !important;
}
.position-absolute {
    position: absolute !important;
}
.position-fixed {
    position: fixed !important;
}
.position-sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
}
.top-0 {
    top: 0 !important;
}
.top-50 {
    top: 50% !important;
}
.top-100 {
    top: 100% !important;
}
.bottom-0 {
    bottom: 0 !important;
}
.bottom-50 {
    bottom: 50% !important;
}
.bottom-100 {
    bottom: 100% !important;
}
.start-0 {
    left: 0 !important;
}
.start-50 {
    left: 50% !important;
}
.start-100 {
    left: 100% !important;
}
.end-0 {
    right: 0 !important;
}
.end-50 {
    right: 50% !important;
}
.end-100 {
    right: 100% !important;
}
.translate-middle {
    transform: translate(-50%, -50%) !important;
}
.translate-middle-x {
    transform: translateX(-50%) !important;
}
.translate-middle-y {
    transform: translateY(-50%) !important;
}
.border {
    border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.border-0 {
    border: 0 !important;
}
.border-top {
    border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.border-top-0 {
    border-top: 0 !important;
}
.border-end {
    border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.border-end-0 {
    border-right: 0 !important;
}
.border-bottom {
    border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.border-bottom-0 {
    border-bottom: 0 !important;
}
.border-start {
    border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.border-start-0 {
    border-left: 0 !important;
}
.border-primary {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important;
}
.border-secondary {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important;
}
.border-success {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important;
}
.border-info {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important;
}
.border-warning {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important;
}
.border-danger {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important;
}
.border-light {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important;
}
.border-dark {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important;
}
.border-black {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-black-rgb), var(--bs-border-opacity)) !important;
}
.border-white {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important;
}
.border-primary-subtle {
    border-color: var(--bs-primary-border-subtle) !important;
}
.border-secondary-subtle {
    border-color: var(--bs-secondary-border-subtle) !important;
}
.border-success-subtle {
    border-color: var(--bs-success-border-subtle) !important;
}
.border-info-subtle {
    border-color: var(--bs-info-border-subtle) !important;
}
.border-warning-subtle {
    border-color: var(--bs-warning-border-subtle) !important;
}
.border-danger-subtle {
    border-color: var(--bs-danger-border-subtle) !important;
}
.border-light-subtle {
    border-color: var(--bs-light-border-subtle) !important;
}
.border-dark-subtle {
    border-color: var(--bs-dark-border-subtle) !important;
}
.border-1 {
    border-width: 1px !important;
}
.border-2 {
    border-width: 2px !important;
}
.border-3 {
    border-width: 3px !important;
}
.border-4 {
    border-width: 4px !important;
}
.border-5 {
    border-width: 5px !important;
}
.border-opacity-10 {
    --bs-border-opacity: 0.1;
}
.border-opacity-25 {
    --bs-border-opacity: 0.25;
}
.border-opacity-50 {
    --bs-border-opacity: 0.5;
}
.border-opacity-75 {
    --bs-border-opacity: 0.75;
}
.border-opacity-100 {
    --bs-border-opacity: 1;
}
.w-25 {
    width: 25% !important;
}
.w-50 {
    width: 50% !important;
}
.w-75 {
    width: 75% !important;
}
.w-100 {
    width: 100% !important;
}
.w-auto {
    width: auto !important;
}
.mw-100 {
    max-width: 100% !important;
}
.vw-100 {
    width: 100vw !important;
}
.min-vw-100 {
    min-width: 100vw !important;
}
.h-25 {
    height: 25% !important;
}
.h-50 {
    height: 50% !important;
}
.h-75 {
    height: 75% !important;
}
.h-100 {
    height: 100% !important;
}
.h-auto {
    height: auto !important;
}
.mh-100 {
    max-height: 100% !important;
}
.vh-100 {
    height: 100vh !important;
}
.min-vh-100 {
    min-height: 100vh !important;
}
.flex-fill {
    flex: 1 1 auto !important;
}
.flex-row {
    flex-direction: row !important;
}
.flex-column {
    flex-direction: column !important;
}
.flex-row-reverse {
    flex-direction: row-reverse !important;
}
.flex-column-reverse {
    flex-direction: column-reverse !important;
}
.flex-grow-0 {
    flex-grow: 0 !important;
}
.flex-grow-1 {
    flex-grow: 1 !important;
}
.flex-shrink-0 {
    flex-shrink: 0 !important;
}
.flex-shrink-1 {
    flex-shrink: 1 !important;
}
.flex-wrap {
    flex-wrap: wrap !important;
}
.flex-nowrap {
    flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
}
.justify-content-start {
    justify-content: flex-start !important;
}
.justify-content-end {
    justify-content: flex-end !important;
}
.justify-content-center {
    justify-content: center !important;
}
.justify-content-between {
    justify-content: space-between !important;
}
.justify-content-around {
    justify-content: space-around !important;
}
.justify-content-evenly {
    justify-content: space-evenly !important;
}
.align-items-start {
    align-items: flex-start !important;
}
.align-items-end {
    align-items: flex-end !important;
}
.align-items-center {
    align-items: center !important;
}
.align-items-baseline {
    align-items: baseline !important;
}
.align-items-stretch {
    align-items: stretch !important;
}
.align-content-start {
    align-content: flex-start !important;
}
.align-content-end {
    align-content: flex-end !important;
}
.align-content-center {
    align-content: center !important;
}
.align-content-between {
    align-content: space-between !important;
}
.align-content-around {
    align-content: space-around !important;
}
.align-content-stretch {
    align-content: stretch !important;
}
.align-self-auto {
    align-self: auto !important;
}
.align-self-start {
    align-self: flex-start !important;
}
.align-self-end {
    align-self: flex-end !important;
}
.align-self-center {
    align-self: center !important;
}
.align-self-baseline {
    align-self: baseline !important;
}
.align-self-stretch {
    align-self: stretch !important;
}
.order-first {
    order: -1 !important;
}
.order-0 {
    order: 0 !important;
}
.order-1 {
    order: 1 !important;
}
.order-2 {
    order: 2 !important;
}
.order-3 {
    order: 3 !important;
}
.order-4 {
    order: 4 !important;
}
.order-5 {
    order: 5 !important;
}
.order-last {
    order: 6 !important;
}
.m-0 {
    margin: 0 !important;
}
.m-1 {
    margin: 0.25rem !important;
}
.m-2 {
    margin: 0.5rem !important;
}
.m-3 {
    margin: 1rem !important;
}
.m-4 {
    margin: 1.5rem !important;
}
.m-5 {
    margin: 3rem !important;
}
.m-auto {
    margin: auto !important;
}
.mx-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
}
.mx-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
}
.mx-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
}
.mx-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
}
.mx-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
}
.mx-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
}
.mx-auto {
    margin-right: auto !important;
    margin-left: auto !important;
}
.my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
.my-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
}
.my-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
}
.my-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}
.my-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
}
.my-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
}
.my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
}
.mt-0 {
    margin-top: 0 !important;
}
.mt-1 {
    margin-top: 0.25rem !important;
}
.mt-2 {
    margin-top: 0.5rem !important;
}
.mt-3 {
    margin-top: 1rem !important;
}
.mt-4 {
    margin-top: 1.5rem !important;
}
.mt-5 {
    margin-top: 3rem !important;
}
.mt-auto {
    margin-top: auto !important;
}
.me-0 {
    margin-right: 0 !important;
}
.me-1 {
    margin-right: 0.25rem !important;
}
.me-2 {
    margin-right: 0.5rem !important;
}
.me-3 {
    margin-right: 1rem !important;
}
.me-4 {
    margin-right: 1.5rem !important;
}
.me-5 {
    margin-right: 3rem !important;
}
.me-auto {
    margin-right: auto !important;
}
.mb-0 {
    margin-bottom: 0 !important;
}
.mb-1 {
    margin-bottom: 0.25rem !important;
}
.mb-2 {
    margin-bottom: 0.5rem !important;
}
.mb-3 {
    margin-bottom: 1rem !important;
}
.mb-4 {
    margin-bottom: 1.5rem !important;
}
.mb-5 {
    margin-bottom: 3rem !important;
}
.mb-auto {
    margin-bottom: auto !important;
}
.ms-0 {
    margin-left: 0 !important;
}
.ms-1 {
    margin-left: 0.25rem !important;
}
.ms-2 {
    margin-left: 0.5rem !important;
}
.ms-3 {
    margin-left: 1rem !important;
}
.ms-4 {
    margin-left: 1.5rem !important;
}
.ms-5 {
    margin-left: 3rem !important;
}
.ms-auto {
    margin-left: auto !important;
}
.p-0 {
    padding: 0 !important;
}
.p-1 {
    padding: 0.25rem !important;
}
.p-2 {
    padding: 0.5rem !important;
}
.p-3 {
    padding: 1rem !important;
}
.p-4 {
    padding: 1.5rem !important;
}
.p-5 {
    padding: 3rem !important;
}
.px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
}
.px-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
}
.px-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
}
.px-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
}
.px-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
}
.px-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
}
.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.py-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
}
.py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
}
.py-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}
.py-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
}
.py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}
.pt-0 {
    padding-top: 0 !important;
}
.pt-1 {
    padding-top: 0.25rem !important;
}
.pt-2 {
    padding-top: 0.5rem !important;
}
.pt-3 {
    padding-top: 1rem !important;
}
.pt-4 {
    padding-top: 1.5rem !important;
}
.pt-5 {
    padding-top: 3rem !important;
}
.pe-0 {
    padding-right: 0 !important;
}
.pe-1 {
    padding-right: 0.25rem !important;
}
.pe-2 {
    padding-right: 0.5rem !important;
}
.pe-3 {
    padding-right: 1rem !important;
}
.pe-4 {
    padding-right: 1.5rem !important;
}
.pe-5 {
    padding-right: 3rem !important;
}
.pb-0 {
    padding-bottom: 0 !important;
}
.pb-1 {
    padding-bottom: 0.25rem !important;
}
.pb-2 {
    padding-bottom: 0.5rem !important;
}
.pb-3 {
    padding-bottom: 1rem !important;
}
.pb-4 {
    padding-bottom: 1.5rem !important;
}
.pb-5 {
    padding-bottom: 3rem !important;
}
.ps-0 {
    padding-left: 0 !important;
}
.ps-1 {
    padding-left: 0.25rem !important;
}
.ps-2 {
    padding-left: 0.5rem !important;
}
.ps-3 {
    padding-left: 1rem !important;
}
.ps-4 {
    padding-left: 1.5rem !important;
}
.ps-5 {
    padding-left: 3rem !important;
}
.gap-0 {
    gap: 0 !important;
}
.gap-1 {
    gap: 0.25rem !important;
}
.gap-2 {
    gap: 0.5rem !important;
}
.gap-3 {
    gap: 1rem !important;
}
.gap-4 {
    gap: 1.5rem !important;
}
.gap-5 {
    gap: 3rem !important;
}
.row-gap-0 {
    row-gap: 0 !important;
}
.row-gap-1 {
    row-gap: 0.25rem !important;
}
.row-gap-2 {
    row-gap: 0.5rem !important;
}
.row-gap-3 {
    row-gap: 1rem !important;
}
.row-gap-4 {
    row-gap: 1.5rem !important;
}
.row-gap-5 {
    row-gap: 3rem !important;
}
.column-gap-0 {
    column-gap: 0 !important;
}
.column-gap-1 {
    column-gap: 0.25rem !important;
}
.column-gap-2 {
    column-gap: 0.5rem !important;
}
.column-gap-3 {
    column-gap: 1rem !important;
}
.column-gap-4 {
    column-gap: 1.5rem !important;
}
.column-gap-5 {
    column-gap: 3rem !important;
}
.font-monospace {
/*    font-family: var(--bs-font-monospace) !important;*/
}
.fs-1 {
    font-size: calc(1.375rem + 1.5vw) !important;
}
.fs-2 {
    font-size: calc(1.325rem + 0.9vw) !important;
}
.fs-3 {
    font-size: calc(1.3rem + 0.6vw) !important;
}
.fs-4 {
    font-size: calc(1.275rem + 0.3vw) !important;
}
.fs-5 {
    font-size: 1.25rem !important;
}
.fs-6 {
    font-size: 1rem !important;
}
.fst-italic {
    font-style: italic !important;
}
.fst-normal {
    font-style: normal !important;
}
.fw-lighter {
    font-weight: lighter !important;
}
.fw-light {
    font-weight: 300 !important;
}
.fw-normal {
    font-weight: 400 !important;
}
.fw-medium {
    font-weight: 500 !important;
}
.fw-semibold {
    font-weight: 600 !important;
}
.fw-bold {
    font-weight: 700 !important;
}
.fw-bolder {
    font-weight: bolder !important;
}
.lh-1 {
    line-height: 1 !important;
}
.lh-sm {
    line-height: 1.25 !important;
}
.lh-base {
    line-height: 1.5 !important;
}
.lh-lg {
    line-height: 2 !important;
}
.text-start {
    text-align: left !important;
}
.text-end {
    text-align: right !important;
}
.text-center {
    text-align: center !important;
}
.text-decoration-none {
    text-decoration: none !important;
}
.text-decoration-underline {
    text-decoration: underline !important;
}
.text-decoration-line-through {
    text-decoration: line-through !important;
}
.text-lowercase {
    text-transform: lowercase !important;
}
.text-uppercase {
    text-transform: uppercase !important;
}
.text-capitalize {
    text-transform: capitalize !important;
}
.text-wrap {
    white-space: normal !important;
}
.text-nowrap {
    white-space: nowrap !important;
}
.text-break {
    word-wrap: break-word !important;
    word-break: break-word !important;
}
.text-primary {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}
.text-secondary {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}
.text-success {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}
.text-info {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}
.text-warning {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}
.text-danger {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}
.text-light {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
}
.text-dark {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}
.text-black {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}
.text-white {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}
.text-body {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
}
.text-muted {
    --bs-text-opacity: 1;
    color: var(--bs-secondary-color) !important;
}
.text-black-50 {
    --bs-text-opacity: 1;
    color: rgba(0, 0, 0, 0.5) !important;
}
.text-white-50 {
    --bs-text-opacity: 1;
    color: hsla(0, 0%, 100%, 0.5) !important;
}
.text-body-secondary {
    --bs-text-opacity: 1;
    color: var(--bs-secondary-color) !important;
}
.text-body-tertiary {
    --bs-text-opacity: 1;
    color: var(--bs-tertiary-color) !important;
}
.text-body-emphasis {
    --bs-text-opacity: 1;
    color: var(--bs-emphasis-color) !important;
}
.text-reset {
    --bs-text-opacity: 1;
    color: inherit !important;
}
.text-opacity-25 {
    --bs-text-opacity: 0.25;
}
.text-opacity-50 {
    --bs-text-opacity: 0.5;
}
.text-opacity-75 {
    --bs-text-opacity: 0.75;
}
.text-opacity-100 {
    --bs-text-opacity: 1;
}
.text-primary-emphasis {
    color: var(--bs-primary-text-emphasis) !important;
}
.text-secondary-emphasis {
    color: var(--bs-secondary-text-emphasis) !important;
}
.text-success-emphasis {
    color: var(--bs-success-text-emphasis) !important;
}
.text-info-emphasis {
    color: var(--bs-info-text-emphasis) !important;
}
.text-warning-emphasis {
    color: var(--bs-warning-text-emphasis) !important;
}
.text-danger-emphasis {
    color: var(--bs-danger-text-emphasis) !important;
}
.text-light-emphasis {
    color: var(--bs-light-text-emphasis) !important;
}
.text-dark-emphasis {
    color: var(--bs-dark-text-emphasis) !important;
}
.link-opacity-10,
.link-opacity-10-hover:hover {
    --bs-link-opacity: 0.1;
}
.link-opacity-25,
.link-opacity-25-hover:hover {
    --bs-link-opacity: 0.25;
}
.link-opacity-50,
.link-opacity-50-hover:hover {
    --bs-link-opacity: 0.5;
}
.link-opacity-75,
.link-opacity-75-hover:hover {
    --bs-link-opacity: 0.75;
}
.link-opacity-100,
.link-opacity-100-hover:hover {
    --bs-link-opacity: 1;
}
.link-offset-1,
.link-offset-1-hover:hover {
    text-underline-offset: 0.125em !important;
}
.link-offset-2,
.link-offset-2-hover:hover {
    text-underline-offset: 0.25em !important;
}
.link-offset-3,
.link-offset-3-hover:hover {
    text-underline-offset: 0.375em !important;
}
.link-underline-primary {
    --bs-link-underline-opacity: 1;
    -webkit-text-decoration-color: rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity)) !important;
    text-decoration-color: rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity)) !important;
}
.link-underline-secondary {
    --bs-link-underline-opacity: 1;
    -webkit-text-decoration-color: rgba(var(--bs-secondary-rgb), var(--bs-link-underline-opacity)) !important;
    text-decoration-color: rgba(var(--bs-secondary-rgb), var(--bs-link-underline-opacity)) !important;
}
.link-underline-success {
    --bs-link-underline-opacity: 1;
    -webkit-text-decoration-color: rgba(var(--bs-success-rgb), var(--bs-link-underline-opacity)) !important;
    text-decoration-color: rgba(var(--bs-success-rgb), var(--bs-link-underline-opacity)) !important;
}
.link-underline-info {
    --bs-link-underline-opacity: 1;
    -webkit-text-decoration-color: rgba(var(--bs-info-rgb), var(--bs-link-underline-opacity)) !important;
    text-decoration-color: rgba(var(--bs-info-rgb), var(--bs-link-underline-opacity)) !important;
}
.link-underline-warning {
    --bs-link-underline-opacity: 1;
    -webkit-text-decoration-color: rgba(var(--bs-warning-rgb), var(--bs-link-underline-opacity)) !important;
    text-decoration-color: rgba(var(--bs-warning-rgb), var(--bs-link-underline-opacity)) !important;
}
.link-underline-danger {
    --bs-link-underline-opacity: 1;
    -webkit-text-decoration-color: rgba(var(--bs-danger-rgb), var(--bs-link-underline-opacity)) !important;
    text-decoration-color: rgba(var(--bs-danger-rgb), var(--bs-link-underline-opacity)) !important;
}
.link-underline-light {
    --bs-link-underline-opacity: 1;
    -webkit-text-decoration-color: rgba(var(--bs-light-rgb), var(--bs-link-underline-opacity)) !important;
    text-decoration-color: rgba(var(--bs-light-rgb), var(--bs-link-underline-opacity)) !important;
}
.link-underline-dark {
    --bs-link-underline-opacity: 1;
    -webkit-text-decoration-color: rgba(var(--bs-dark-rgb), var(--bs-link-underline-opacity)) !important;
    text-decoration-color: rgba(var(--bs-dark-rgb), var(--bs-link-underline-opacity)) !important;
}
.link-underline {
    --bs-link-underline-opacity: 1;
    -webkit-text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
    text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-underline-opacity-0,
.link-underline-opacity-0-hover:hover {
    --bs-link-underline-opacity: 0;
}
.link-underline-opacity-10,
.link-underline-opacity-10-hover:hover {
    --bs-link-underline-opacity: 0.1;
}
.link-underline-opacity-25,
.link-underline-opacity-25-hover:hover {
    --bs-link-underline-opacity: 0.25;
}
.link-underline-opacity-50,
.link-underline-opacity-50-hover:hover {
    --bs-link-underline-opacity: 0.5;
}
.link-underline-opacity-75,
.link-underline-opacity-75-hover:hover {
    --bs-link-underline-opacity: 0.75;
}
.link-underline-opacity-100,
.link-underline-opacity-100-hover:hover {
    --bs-link-underline-opacity: 1;
}
.bg-primary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}
.bg-secondary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
}
.bg-success {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
}
.bg-info {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
}
.bg-warning {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
}
.bg-danger {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
}
.bg-light {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}
.bg-dark {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}
.bg-black {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}
.bg-white {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}
.bg-body {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
}
.bg-transparent {
    --bs-bg-opacity: 1;
    background-color: transparent !important;
}
.bg-body-secondary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-secondary-bg-rgb), var(--bs-bg-opacity)) !important;
}
.bg-body-tertiary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-tertiary-bg-rgb), var(--bs-bg-opacity)) !important;
}
.bg-opacity-10 {
    --bs-bg-opacity: 0.1;
}
.bg-opacity-25 {
    --bs-bg-opacity: 0.25;
}
.bg-opacity-50 {
    --bs-bg-opacity: 0.5;
}
.bg-opacity-75 {
    --bs-bg-opacity: 0.75;
}
.bg-opacity-100 {
    --bs-bg-opacity: 1;
}
.bg-primary-subtle {
    background-color: var(--bs-primary-bg-subtle) !important;
}
.bg-secondary-subtle {
    background-color: var(--bs-secondary-bg-subtle) !important;
}
.bg-success-subtle {
    background-color: var(--bs-success-bg-subtle) !important;
}
.bg-info-subtle {
    background-color: var(--bs-info-bg-subtle) !important;
}
.bg-warning-subtle {
    background-color: var(--bs-warning-bg-subtle) !important;
}
.bg-danger-subtle {
    background-color: var(--bs-danger-bg-subtle) !important;
}
.bg-light-subtle {
    background-color: var(--bs-light-bg-subtle) !important;
}
.bg-dark-subtle {
    background-color: var(--bs-dark-bg-subtle) !important;
}
.bg-gradient {
    background-image: var(--bs-gradient) !important;
}
.user-select-all {
    -webkit-user-select: all !important;
    -moz-user-select: all !important;
    user-select: all !important;
}
.user-select-auto {
    -webkit-user-select: auto !important;
    -moz-user-select: auto !important;
    user-select: auto !important;
}
.user-select-none {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    user-select: none !important;
}
.pe-none {
    pointer-events: none !important;
}
.pe-auto {
    pointer-events: auto !important;
}
.rounded {
    border-radius: var(--bs-border-radius) !important;
}
.rounded-0 {
    border-radius: 0 !important;
}
.rounded-1 {
    border-radius: var(--bs-border-radius-sm) !important;
}
.rounded-2 {
    border-radius: var(--bs-border-radius) !important;
}
.rounded-3 {
    border-radius: var(--bs-border-radius-lg) !important;
}
.rounded-4 {
    border-radius: var(--bs-border-radius-xl) !important;
}
.rounded-5 {
    border-radius: var(--bs-border-radius-xxl) !important;
}
.rounded-circle {
    border-radius: 50% !important;
}
.rounded-pill {
    border-radius: var(--bs-border-radius-pill) !important;
}
.rounded-top {
    border-top-left-radius: var(--bs-border-radius) !important;
    border-top-right-radius: var(--bs-border-radius) !important;
}
.rounded-top-0 {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
}
.rounded-top-1 {
    border-top-left-radius: var(--bs-border-radius-sm) !important;
    border-top-right-radius: var(--bs-border-radius-sm) !important;
}
.rounded-top-2 {
    border-top-left-radius: var(--bs-border-radius) !important;
    border-top-right-radius: var(--bs-border-radius) !important;
}
.rounded-top-3 {
    border-top-left-radius: var(--bs-border-radius-lg) !important;
    border-top-right-radius: var(--bs-border-radius-lg) !important;
}
.rounded-top-4 {
    border-top-left-radius: var(--bs-border-radius-xl) !important;
    border-top-right-radius: var(--bs-border-radius-xl) !important;
}
.rounded-top-5 {
    border-top-left-radius: var(--bs-border-radius-xxl) !important;
    border-top-right-radius: var(--bs-border-radius-xxl) !important;
}
.rounded-top-circle {
    border-top-left-radius: 50% !important;
    border-top-right-radius: 50% !important;
}
.rounded-top-pill {
    border-top-left-radius: var(--bs-border-radius-pill) !important;
    border-top-right-radius: var(--bs-border-radius-pill) !important;
}
.rounded-end {
    border-top-right-radius: var(--bs-border-radius) !important;
    border-bottom-right-radius: var(--bs-border-radius) !important;
}
.rounded-end-0 {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}
.rounded-end-1 {
    border-top-right-radius: var(--bs-border-radius-sm) !important;
    border-bottom-right-radius: var(--bs-border-radius-sm) !important;
}
.rounded-end-2 {
    border-top-right-radius: var(--bs-border-radius) !important;
    border-bottom-right-radius: var(--bs-border-radius) !important;
}
.rounded-end-3 {
    border-top-right-radius: var(--bs-border-radius-lg) !important;
    border-bottom-right-radius: var(--bs-border-radius-lg) !important;
}
.rounded-end-4 {
    border-top-right-radius: var(--bs-border-radius-xl) !important;
    border-bottom-right-radius: var(--bs-border-radius-xl) !important;
}
.rounded-end-5 {
    border-top-right-radius: var(--bs-border-radius-xxl) !important;
    border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
}
.rounded-end-circle {
    border-top-right-radius: 50% !important;
    border-bottom-right-radius: 50% !important;
}
.rounded-end-pill {
    border-top-right-radius: var(--bs-border-radius-pill) !important;
    border-bottom-right-radius: var(--bs-border-radius-pill) !important;
}
.rounded-bottom {
    border-bottom-right-radius: var(--bs-border-radius) !important;
    border-bottom-left-radius: var(--bs-border-radius) !important;
}
.rounded-bottom-0 {
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}
.rounded-bottom-1 {
    border-bottom-right-radius: var(--bs-border-radius-sm) !important;
    border-bottom-left-radius: var(--bs-border-radius-sm) !important;
}
.rounded-bottom-2 {
    border-bottom-right-radius: var(--bs-border-radius) !important;
    border-bottom-left-radius: var(--bs-border-radius) !important;
}
.rounded-bottom-3 {
    border-bottom-right-radius: var(--bs-border-radius-lg) !important;
    border-bottom-left-radius: var(--bs-border-radius-lg) !important;
}
.rounded-bottom-4 {
    border-bottom-right-radius: var(--bs-border-radius-xl) !important;
    border-bottom-left-radius: var(--bs-border-radius-xl) !important;
}
.rounded-bottom-5 {
    border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
    border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
}
.rounded-bottom-circle {
    border-bottom-right-radius: 50% !important;
    border-bottom-left-radius: 50% !important;
}
.rounded-bottom-pill {
    border-bottom-right-radius: var(--bs-border-radius-pill) !important;
    border-bottom-left-radius: var(--bs-border-radius-pill) !important;
}
.rounded-start {
    border-bottom-left-radius: var(--bs-border-radius) !important;
    border-top-left-radius: var(--bs-border-radius) !important;
}
.rounded-start-0 {
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
}
.rounded-start-1 {
    border-bottom-left-radius: var(--bs-border-radius-sm) !important;
    border-top-left-radius: var(--bs-border-radius-sm) !important;
}
.rounded-start-2 {
    border-bottom-left-radius: var(--bs-border-radius) !important;
    border-top-left-radius: var(--bs-border-radius) !important;
}
.rounded-start-3 {
    border-bottom-left-radius: var(--bs-border-radius-lg) !important;
    border-top-left-radius: var(--bs-border-radius-lg) !important;
}
.rounded-start-4 {
    border-bottom-left-radius: var(--bs-border-radius-xl) !important;
    border-top-left-radius: var(--bs-border-radius-xl) !important;
}
.rounded-start-5 {
    border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
    border-top-left-radius: var(--bs-border-radius-xxl) !important;
}
.rounded-start-circle {
    border-bottom-left-radius: 50% !important;
    border-top-left-radius: 50% !important;
}
.rounded-start-pill {
    border-bottom-left-radius: var(--bs-border-radius-pill) !important;
    border-top-left-radius: var(--bs-border-radius-pill) !important;
}
.visible {
    visibility: visible !important;
}
.invisible {
    visibility: hidden !important;
}
.z-n1 {
    z-index: -1 !important;
}
.z-0 {
    z-index: 0 !important;
}
.z-1 {
    z-index: 1 !important;
}
.z-2 {
    z-index: 2 !important;
}
.z-3 {
    z-index: 3 !important;
}
@media (min-width: 576px) {
    .float-sm-start {
        float: left !important;
    }
    .float-sm-end {
        float: right !important;
    }
    .float-sm-none {
        float: none !important;
    }
    .object-fit-sm-contain {
        object-fit: contain !important;
    }
    .object-fit-sm-cover {
        object-fit: cover !important;
    }
    .object-fit-sm-fill {
        object-fit: fill !important;
    }
    .object-fit-sm-scale {
        object-fit: scale-down !important;
    }
    .object-fit-sm-none {
        object-fit: none !important;
    }
    .d-sm-inline {
        display: inline !important;
    }
    .d-sm-inline-block {
        display: inline-block !important;
    }
    .d-sm-block {
        display: block !important;
    }
    .d-sm-grid {
        display: grid !important;
    }
    .d-sm-inline-grid {
        display: inline-grid !important;
    }
    .d-sm-table {
        display: table !important;
    }
    .d-sm-table-row {
        display: table-row !important;
    }
    .d-sm-table-cell {
        display: table-cell !important;
    }
    .d-sm-flex {
        display: flex !important;
    }
    .d-sm-inline-flex {
        display: inline-flex !important;
    }
    .d-sm-none {
        display: none !important;
    }
    .flex-sm-fill {
        flex: 1 1 auto !important;
    }
    .flex-sm-row {
        flex-direction: row !important;
    }
    .flex-sm-column {
        flex-direction: column !important;
    }
    .flex-sm-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-sm-column-reverse {
        flex-direction: column-reverse !important;
    }
    .flex-sm-grow-0 {
        flex-grow: 0 !important;
    }
    .flex-sm-grow-1 {
        flex-grow: 1 !important;
    }
    .flex-sm-shrink-0 {
        flex-shrink: 0 !important;
    }
    .flex-sm-shrink-1 {
        flex-shrink: 1 !important;
    }
    .flex-sm-wrap {
        flex-wrap: wrap !important;
    }
    .flex-sm-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .justify-content-sm-start {
        justify-content: flex-start !important;
    }
    .justify-content-sm-end {
        justify-content: flex-end !important;
    }
    .justify-content-sm-center {
        justify-content: center !important;
    }
    .justify-content-sm-between {
        justify-content: space-between !important;
    }
    .justify-content-sm-around {
        justify-content: space-around !important;
    }
    .justify-content-sm-evenly {
        justify-content: space-evenly !important;
    }
    .align-items-sm-start {
        align-items: flex-start !important;
    }
    .align-items-sm-end {
        align-items: flex-end !important;
    }
    .align-items-sm-center {
        align-items: center !important;
    }
    .align-items-sm-baseline {
        align-items: baseline !important;
    }
    .align-items-sm-stretch {
        align-items: stretch !important;
    }
    .align-content-sm-start {
        align-content: flex-start !important;
    }
    .align-content-sm-end {
        align-content: flex-end !important;
    }
    .align-content-sm-center {
        align-content: center !important;
    }
    .align-content-sm-between {
        align-content: space-between !important;
    }
    .align-content-sm-around {
        align-content: space-around !important;
    }
    .align-content-sm-stretch {
        align-content: stretch !important;
    }
    .align-self-sm-auto {
        align-self: auto !important;
    }
    .align-self-sm-start {
        align-self: flex-start !important;
    }
    .align-self-sm-end {
        align-self: flex-end !important;
    }
    .align-self-sm-center {
        align-self: center !important;
    }
    .align-self-sm-baseline {
        align-self: baseline !important;
    }
    .align-self-sm-stretch {
        align-self: stretch !important;
    }
    .order-sm-first {
        order: -1 !important;
    }
    .order-sm-0 {
        order: 0 !important;
    }
    .order-sm-1 {
        order: 1 !important;
    }
    .order-sm-2 {
        order: 2 !important;
    }
    .order-sm-3 {
        order: 3 !important;
    }
    .order-sm-4 {
        order: 4 !important;
    }
    .order-sm-5 {
        order: 5 !important;
    }
    .order-sm-last {
        order: 6 !important;
    }
    .m-sm-0 {
        margin: 0 !important;
    }
    .m-sm-1 {
        margin: 0.25rem !important;
    }
    .m-sm-2 {
        margin: 0.5rem !important;
    }
    .m-sm-3 {
        margin: 1rem !important;
    }
    .m-sm-4 {
        margin: 1.5rem !important;
    }
    .m-sm-5 {
        margin: 3rem !important;
    }
    .m-sm-auto {
        margin: auto !important;
    }
    .mx-sm-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .mx-sm-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }
    .mx-sm-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }
    .mx-sm-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }
    .mx-sm-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }
    .mx-sm-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }
    .mx-sm-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }
    .my-sm-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    .my-sm-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }
    .my-sm-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }
    .my-sm-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }
    .my-sm-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }
    .my-sm-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }
    .my-sm-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }
    .mt-sm-0 {
        margin-top: 0 !important;
    }
    .mt-sm-1 {
        margin-top: 0.25rem !important;
    }
    .mt-sm-2 {
        margin-top: 0.5rem !important;
    }
    .mt-sm-3 {
        margin-top: 1rem !important;
    }
    .mt-sm-4 {
        margin-top: 1.5rem !important;
    }
    .mt-sm-5 {
        margin-top: 3rem !important;
    }
    .mt-sm-auto {
        margin-top: auto !important;
    }
    .me-sm-0 {
        margin-right: 0 !important;
    }
    .me-sm-1 {
        margin-right: 0.25rem !important;
    }
    .me-sm-2 {
        margin-right: 0.5rem !important;
    }
    .me-sm-3 {
        margin-right: 1rem !important;
    }
    .me-sm-4 {
        margin-right: 1.5rem !important;
    }
    .me-sm-5 {
        margin-right: 3rem !important;
    }
    .me-sm-auto {
        margin-right: auto !important;
    }
    .mb-sm-0 {
        margin-bottom: 0 !important;
    }
    .mb-sm-1 {
        margin-bottom: 0.25rem !important;
    }
    .mb-sm-2 {
        margin-bottom: 0.5rem !important;
    }
    .mb-sm-3 {
        margin-bottom: 1rem !important;
    }
    .mb-sm-4 {
        margin-bottom: 1.5rem !important;
    }
    .mb-sm-5 {
        margin-bottom: 3rem !important;
    }
    .mb-sm-auto {
        margin-bottom: auto !important;
    }
    .ms-sm-0 {
        margin-left: 0 !important;
    }
    .ms-sm-1 {
        margin-left: 0.25rem !important;
    }
    .ms-sm-2 {
        margin-left: 0.5rem !important;
    }
    .ms-sm-3 {
        margin-left: 1rem !important;
    }
    .ms-sm-4 {
        margin-left: 1.5rem !important;
    }
    .ms-sm-5 {
        margin-left: 3rem !important;
    }
    .ms-sm-auto {
        margin-left: auto !important;
    }
    .p-sm-0 {
        padding: 0 !important;
    }
    .p-sm-1 {
        padding: 0.25rem !important;
    }
    .p-sm-2 {
        padding: 0.5rem !important;
    }
    .p-sm-3 {
        padding: 1rem !important;
    }
    .p-sm-4 {
        padding: 1.5rem !important;
    }
    .p-sm-5 {
        padding: 3rem !important;
    }
    .px-sm-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .px-sm-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }
    .px-sm-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }
    .px-sm-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }
    .px-sm-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }
    .px-sm-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }
    .py-sm-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .py-sm-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }
    .py-sm-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }
    .py-sm-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
    .py-sm-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }
    .py-sm-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }
    .pt-sm-0 {
        padding-top: 0 !important;
    }
    .pt-sm-1 {
        padding-top: 0.25rem !important;
    }
    .pt-sm-2 {
        padding-top: 0.5rem !important;
    }
    .pt-sm-3 {
        padding-top: 1rem !important;
    }
    .pt-sm-4 {
        padding-top: 1.5rem !important;
    }
    .pt-sm-5 {
        padding-top: 3rem !important;
    }
    .pe-sm-0 {
        padding-right: 0 !important;
    }
    .pe-sm-1 {
        padding-right: 0.25rem !important;
    }
    .pe-sm-2 {
        padding-right: 0.5rem !important;
    }
    .pe-sm-3 {
        padding-right: 1rem !important;
    }
    .pe-sm-4 {
        padding-right: 1.5rem !important;
    }
    .pe-sm-5 {
        padding-right: 3rem !important;
    }
    .pb-sm-0 {
        padding-bottom: 0 !important;
    }
    .pb-sm-1 {
        padding-bottom: 0.25rem !important;
    }
    .pb-sm-2 {
        padding-bottom: 0.5rem !important;
    }
    .pb-sm-3 {
        padding-bottom: 1rem !important;
    }
    .pb-sm-4 {
        padding-bottom: 1.5rem !important;
    }
    .pb-sm-5 {
        padding-bottom: 3rem !important;
    }
    .ps-sm-0 {
        padding-left: 0 !important;
    }
    .ps-sm-1 {
        padding-left: 0.25rem !important;
    }
    .ps-sm-2 {
        padding-left: 0.5rem !important;
    }
    .ps-sm-3 {
        padding-left: 1rem !important;
    }
    .ps-sm-4 {
        padding-left: 1.5rem !important;
    }
    .ps-sm-5 {
        padding-left: 3rem !important;
    }
    .gap-sm-0 {
        gap: 0 !important;
    }
    .gap-sm-1 {
        gap: 0.25rem !important;
    }
    .gap-sm-2 {
        gap: 0.5rem !important;
    }
    .gap-sm-3 {
        gap: 1rem !important;
    }
    .gap-sm-4 {
        gap: 1.5rem !important;
    }
    .gap-sm-5 {
        gap: 3rem !important;
    }
    .row-gap-sm-0 {
        row-gap: 0 !important;
    }
    .row-gap-sm-1 {
        row-gap: 0.25rem !important;
    }
    .row-gap-sm-2 {
        row-gap: 0.5rem !important;
    }
    .row-gap-sm-3 {
        row-gap: 1rem !important;
    }
    .row-gap-sm-4 {
        row-gap: 1.5rem !important;
    }
    .row-gap-sm-5 {
        row-gap: 3rem !important;
    }
    .column-gap-sm-0 {
        column-gap: 0 !important;
    }
    .column-gap-sm-1 {
        column-gap: 0.25rem !important;
    }
    .column-gap-sm-2 {
        column-gap: 0.5rem !important;
    }
    .column-gap-sm-3 {
        column-gap: 1rem !important;
    }
    .column-gap-sm-4 {
        column-gap: 1.5rem !important;
    }
    .column-gap-sm-5 {
        column-gap: 3rem !important;
    }
    .text-sm-start {
        text-align: left !important;
    }
    .text-sm-end {
        text-align: right !important;
    }
    .text-sm-center {
        text-align: center !important;
    }
}
@media (min-width: 768px) {
    .tp-header-mob-space:before {
        width: 60%;
    } 
    .float-md-start {
        float: left !important;
    }
    .float-md-end {
        float: right !important;
    }
    .float-md-none {
        float: none !important;
    }
    .object-fit-md-contain {
        object-fit: contain !important;
    }
    .object-fit-md-cover {
        object-fit: cover !important;
    }
    .object-fit-md-fill {
        object-fit: fill !important;
    }
    .object-fit-md-scale {
        object-fit: scale-down !important;
    }
    .object-fit-md-none {
        object-fit: none !important;
    }
    .d-md-inline {
        display: inline !important;
    }
    .d-md-inline-block {
        display: inline-block !important;
    }
    .d-md-block {
        display: block !important;
    }
    .d-md-grid {
        display: grid !important;
    }
    .d-md-inline-grid {
        display: inline-grid !important;
    }
    .d-md-table {
        display: table !important;
    }
    .d-md-table-row {
        display: table-row !important;
    }
    .d-md-table-cell {
        display: table-cell !important;
    }
    .d-md-flex {
        display: flex !important;
    }
    .d-md-inline-flex {
        display: inline-flex !important;
    }
    .d-md-none {
        display: none !important;
    }
    .flex-md-fill {
        flex: 1 1 auto !important;
    }
    .flex-md-row {
        flex-direction: row !important;
    }
    .flex-md-column {
        flex-direction: column !important;
    }
    .flex-md-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-md-column-reverse {
        flex-direction: column-reverse !important;
    }
    .flex-md-grow-0 {
        flex-grow: 0 !important;
    }
    .flex-md-grow-1 {
        flex-grow: 1 !important;
    }
    .flex-md-shrink-0 {
        flex-shrink: 0 !important;
    }
    .flex-md-shrink-1 {
        flex-shrink: 1 !important;
    }
    .flex-md-wrap {
        flex-wrap: wrap !important;
    }
    .flex-md-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .justify-content-md-start {
        justify-content: flex-start !important;
    }
    .justify-content-md-end {
        justify-content: flex-end !important;
    }
    .justify-content-md-center {
        justify-content: center !important;
    }
    .justify-content-md-between {
        justify-content: space-between !important;
    }
    .justify-content-md-around {
        justify-content: space-around !important;
    }
    .justify-content-md-evenly {
        justify-content: space-evenly !important;
    }
    .align-items-md-start {
        align-items: flex-start !important;
    }
    .align-items-md-end {
        align-items: flex-end !important;
    }
    .align-items-md-center {
        align-items: center !important;
    }
    .align-items-md-baseline {
        align-items: baseline !important;
    }
    .align-items-md-stretch {
        align-items: stretch !important;
    }
    .align-content-md-start {
        align-content: flex-start !important;
    }
    .align-content-md-end {
        align-content: flex-end !important;
    }
    .align-content-md-center {
        align-content: center !important;
    }
    .align-content-md-between {
        align-content: space-between !important;
    }
    .align-content-md-around {
        align-content: space-around !important;
    }
    .align-content-md-stretch {
        align-content: stretch !important;
    }
    .align-self-md-auto {
        align-self: auto !important;
    }
    .align-self-md-start {
        align-self: flex-start !important;
    }
    .align-self-md-end {
        align-self: flex-end !important;
    }
    .align-self-md-center {
        align-self: center !important;
    }
    .align-self-md-baseline {
        align-self: baseline !important;
    }
    .align-self-md-stretch {
        align-self: stretch !important;
    }
    .order-md-first {
        order: -1 !important;
    }
    .order-md-0 {
        order: 0 !important;
    }
    .order-md-1 {
        order: 1 !important;
    }
    .order-md-2 {
        order: 2 !important;
    }
    .order-md-3 {
        order: 3 !important;
    }
    .order-md-4 {
        order: 4 !important;
    }
    .order-md-5 {
        order: 5 !important;
    }
    .order-md-last {
        order: 6 !important;
    }
    .m-md-0 {
        margin: 0 !important;
    }
    .m-md-1 {
        margin: 0.25rem !important;
    }
    .m-md-2 {
        margin: 0.5rem !important;
    }
    .m-md-3 {
        margin: 1rem !important;
    }
    .m-md-4 {
        margin: 1.5rem !important;
    }
    .m-md-5 {
        margin: 3rem !important;
    }
    .m-md-auto {
        margin: auto !important;
    }
    .mx-md-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .mx-md-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }
    .mx-md-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }
    .mx-md-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }
    .mx-md-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }
    .mx-md-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }
    .mx-md-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }
    .my-md-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    .my-md-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }
    .my-md-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }
    .my-md-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }
    .my-md-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }
    .my-md-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }
    .my-md-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }
    .mt-md-0 {
        margin-top: 0 !important;
    }
    .mt-md-1 {
        margin-top: 0.25rem !important;
    }
    .mt-md-2 {
        margin-top: 0.5rem !important;
    }
    .mt-md-3 {
        margin-top: 1rem !important;
    }
    .mt-md-4 {
        margin-top: 1.5rem !important;
    }
    .mt-md-5 {
        margin-top: 3rem !important;
    }
    .mt-md-auto {
        margin-top: auto !important;
    }
    .me-md-0 {
        margin-right: 0 !important;
    }
    .me-md-1 {
        margin-right: 0.25rem !important;
    }
    .me-md-2 {
        margin-right: 0.5rem !important;
    }
    .me-md-3 {
        margin-right: 1rem !important;
    }
    .me-md-4 {
        margin-right: 1.5rem !important;
    }
    .me-md-5 {
        margin-right: 3rem !important;
    }
    .me-md-auto {
        margin-right: auto !important;
    }
    .mb-md-0 {
        margin-bottom: 0 !important;
    }
    .mb-md-1 {
        margin-bottom: 0.25rem !important;
    }
    .mb-md-2 {
        margin-bottom: 0.5rem !important;
    }
    .mb-md-3 {
        margin-bottom: 1rem !important;
    }
    .mb-md-4 {
        margin-bottom: 1.5rem !important;
    }
    .mb-md-5 {
        margin-bottom: 3rem !important;
    }
    .mb-md-auto {
        margin-bottom: auto !important;
    }
    .ms-md-0 {
        margin-left: 0 !important;
    }
    .ms-md-1 {
        margin-left: 0.25rem !important;
    }
    .ms-md-2 {
        margin-left: 0.5rem !important;
    }
    .ms-md-3 {
        margin-left: 1rem !important;
    }
    .ms-md-4 {
        margin-left: 1.5rem !important;
    }
    .ms-md-5 {
        margin-left: 3rem !important;
    }
    .ms-md-auto {
        margin-left: auto !important;
    }
    .p-md-0 {
        padding: 0 !important;
    }
    .p-md-1 {
        padding: 0.25rem !important;
    }
    .p-md-2 {
        padding: 0.5rem !important;
    }
    .p-md-3 {
        padding: 1rem !important;
    }
    .p-md-4 {
        padding: 1.5rem !important;
    }
    .p-md-5 {
        padding: 3rem !important;
    }
    .px-md-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .px-md-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }
    .px-md-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }
    .px-md-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }
    .px-md-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }
    .px-md-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }
    .py-md-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .py-md-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }
    .py-md-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }
    .py-md-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
    .py-md-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }
    .py-md-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }
    .pt-md-0 {
        padding-top: 0 !important;
    }
    .pt-md-1 {
        padding-top: 0.25rem !important;
    }
    .pt-md-2 {
        padding-top: 0.5rem !important;
    }
    .pt-md-3 {
        padding-top: 1rem !important;
    }
    .pt-md-4 {
        padding-top: 1.5rem !important;
    }
    .pt-md-5 {
        padding-top: 3rem !important;
    }
    .pe-md-0 {
        padding-right: 0 !important;
    }
    .pe-md-1 {
        padding-right: 0.25rem !important;
    }
    .pe-md-2 {
        padding-right: 0.5rem !important;
    }
    .pe-md-3 {
        padding-right: 1rem !important;
    }
    .pe-md-4 {
        padding-right: 1.5rem !important;
    }
    .pe-md-5 {
        padding-right: 3rem !important;
    }
    .pb-md-0 {
        padding-bottom: 0 !important;
    }
    .pb-md-1 {
        padding-bottom: 0.25rem !important;
    }
    .pb-md-2 {
        padding-bottom: 0.5rem !important;
    }
    .pb-md-3 {
        padding-bottom: 1rem !important;
    }
    .pb-md-4 {
        padding-bottom: 1.5rem !important;
    }
    .pb-md-5 {
        padding-bottom: 3rem !important;
    }
    .ps-md-0 {
        padding-left: 0 !important;
    }
    .ps-md-1 {
        padding-left: 0.25rem !important;
    }
    .ps-md-2 {
        padding-left: 0.5rem !important;
    }
    .ps-md-3 {
        padding-left: 1rem !important;
    }
    .ps-md-4 {
        padding-left: 1.5rem !important;
    }
    .ps-md-5 {
        padding-left: 3rem !important;
    }
    .gap-md-0 {
        gap: 0 !important;
    }
    .gap-md-1 {
        gap: 0.25rem !important;
    }
    .gap-md-2 {
        gap: 0.5rem !important;
    }
    .gap-md-3 {
        gap: 1rem !important;
    }
    .gap-md-4 {
        gap: 1.5rem !important;
    }
    .gap-md-5 {
        gap: 3rem !important;
    }
    .row-gap-md-0 {
        row-gap: 0 !important;
    }
    .row-gap-md-1 {
        row-gap: 0.25rem !important;
    }
    .row-gap-md-2 {
        row-gap: 0.5rem !important;
    }
    .row-gap-md-3 {
        row-gap: 1rem !important;
    }
    .row-gap-md-4 {
        row-gap: 1.5rem !important;
    }
    .row-gap-md-5 {
        row-gap: 3rem !important;
    }
    .column-gap-md-0 {
        column-gap: 0 !important;
    }
    .column-gap-md-1 {
        column-gap: 0.25rem !important;
    }
    .column-gap-md-2 {
        column-gap: 0.5rem !important;
    }
    .column-gap-md-3 {
        column-gap: 1rem !important;
    }
    .column-gap-md-4 {
        column-gap: 1.5rem !important;
    }
    .column-gap-md-5 {
        column-gap: 3rem !important;
    }
    .text-md-start {
        text-align: left !important;
    }
    .text-md-end {
        text-align: right !important;
    }
    .text-md-center {
        text-align: center !important;
    }
}
@media (min-width: 992px) {
    .float-lg-start {
        float: left !important;
    }
    .float-lg-end {
        float: right !important;
    }
    .float-lg-none {
        float: none !important;
    }
    .object-fit-lg-contain {
        object-fit: contain !important;
    }
    .object-fit-lg-cover {
        object-fit: cover !important;
    }
    .object-fit-lg-fill {
        object-fit: fill !important;
    }
    .object-fit-lg-scale {
        object-fit: scale-down !important;
    }
    .object-fit-lg-none {
        object-fit: none !important;
    }
    .d-lg-inline {
        display: inline !important;
    }
    .d-lg-inline-block {
        display: inline-block !important;
    }
    .d-lg-block {
        display: block !important;
    }
    .d-lg-grid {
        display: grid !important;
    }
    .d-lg-inline-grid {
        display: inline-grid !important;
    }
    .d-lg-table {
        display: table !important;
    }
    .d-lg-table-row {
        display: table-row !important;
    }
    .d-lg-table-cell {
        display: table-cell !important;
    }
    .d-lg-flex {
        display: flex !important;
    }
    .d-lg-inline-flex {
        display: inline-flex !important;
    }
    .d-lg-none {
        display: none !important;
    }
    .flex-lg-fill {
        flex: 1 1 auto !important;
    }
    .flex-lg-row {
        flex-direction: row !important;
    }
    .flex-lg-column {
        flex-direction: column !important;
    }
    .flex-lg-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-lg-column-reverse {
        flex-direction: column-reverse !important;
    }
    .flex-lg-grow-0 {
        flex-grow: 0 !important;
    }
    .flex-lg-grow-1 {
        flex-grow: 1 !important;
    }
    .flex-lg-shrink-0 {
        flex-shrink: 0 !important;
    }
    .flex-lg-shrink-1 {
        flex-shrink: 1 !important;
    }
    .flex-lg-wrap {
        flex-wrap: wrap !important;
    }
    .flex-lg-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .justify-content-lg-start {
        justify-content: flex-start !important;
    }
    .justify-content-lg-end {
        justify-content: flex-end !important;
    }
    .justify-content-lg-center {
        justify-content: center !important;
    }
    .justify-content-lg-between {
        justify-content: space-between !important;
    }
    .justify-content-lg-around {
        justify-content: space-around !important;
    }
    .justify-content-lg-evenly {
        justify-content: space-evenly !important;
    }
    .align-items-lg-start {
        align-items: flex-start !important;
    }
    .align-items-lg-end {
        align-items: flex-end !important;
    }
    .align-items-lg-center {
        align-items: center !important;
    }
    .align-items-lg-baseline {
        align-items: baseline !important;
    }
    .align-items-lg-stretch {
        align-items: stretch !important;
    }
    .align-content-lg-start {
        align-content: flex-start !important;
    }
    .align-content-lg-end {
        align-content: flex-end !important;
    }
    .align-content-lg-center {
        align-content: center !important;
    }
    .align-content-lg-between {
        align-content: space-between !important;
    }
    .align-content-lg-around {
        align-content: space-around !important;
    }
    .align-content-lg-stretch {
        align-content: stretch !important;
    }
    .align-self-lg-auto {
        align-self: auto !important;
    }
    .align-self-lg-start {
        align-self: flex-start !important;
    }
    .align-self-lg-end {
        align-self: flex-end !important;
    }
    .align-self-lg-center {
        align-self: center !important;
    }
    .align-self-lg-baseline {
        align-self: baseline !important;
    }
    .align-self-lg-stretch {
        align-self: stretch !important;
    }
    .order-lg-first {
        order: -1 !important;
    }
    .order-lg-0 {
        order: 0 !important;
    }
    .order-lg-1 {
        order: 1 !important;
    }
    .order-lg-2 {
        order: 2 !important;
    }
    .order-lg-3 {
        order: 3 !important;
    }
    .order-lg-4 {
        order: 4 !important;
    }
    .order-lg-5 {
        order: 5 !important;
    }
    .order-lg-last {
        order: 6 !important;
    }
    .m-lg-0 {
        margin: 0 !important;
    }
    .m-lg-1 {
        margin: 0.25rem !important;
    }
    .m-lg-2 {
        margin: 0.5rem !important;
    }
    .m-lg-3 {
        margin: 1rem !important;
    }
    .m-lg-4 {
        margin: 1.5rem !important;
    }
    .m-lg-5 {
        margin: 3rem !important;
    }
    .m-lg-auto {
        margin: auto !important;
    }
    .mx-lg-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .mx-lg-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }
    .mx-lg-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }
    .mx-lg-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }
    .mx-lg-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }
    .mx-lg-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }
    .mx-lg-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }
    .my-lg-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    .my-lg-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }
    .my-lg-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }
    .my-lg-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }
    .my-lg-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }
    .my-lg-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }
    .my-lg-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }
    .mt-lg-0 {
        margin-top: 0 !important;
    }
    .mt-lg-1 {
        margin-top: 0.25rem !important;
    }
    .mt-lg-2 {
        margin-top: 0.5rem !important;
    }
    .mt-lg-3 {
        margin-top: 1rem !important;
    }
    .mt-lg-4 {
        margin-top: 1.5rem !important;
    }
    .mt-lg-5 {
        margin-top: 3rem !important;
    }
    .mt-lg-auto {
        margin-top: auto !important;
    }
    .me-lg-0 {
        margin-right: 0 !important;
    }
    .me-lg-1 {
        margin-right: 0.25rem !important;
    }
    .me-lg-2 {
        margin-right: 0.5rem !important;
    }
    .me-lg-3 {
        margin-right: 1rem !important;
    }
    .me-lg-4 {
        margin-right: 1.5rem !important;
    }
    .me-lg-5 {
        margin-right: 3rem !important;
    }
    .me-lg-auto {
        margin-right: auto !important;
    }
    .mb-lg-0 {
        margin-bottom: 0 !important;
    }
    .mb-lg-1 {
        margin-bottom: 0.25rem !important;
    }
    .mb-lg-2 {
        margin-bottom: 0.5rem !important;
    }
    .mb-lg-3 {
        margin-bottom: 1rem !important;
    }
    .mb-lg-4 {
        margin-bottom: 1.5rem !important;
    }
    .mb-lg-5 {
        margin-bottom: 3rem !important;
    }
    .mb-lg-auto {
        margin-bottom: auto !important;
    }
    .ms-lg-0 {
        margin-left: 0 !important;
    }
    .ms-lg-1 {
        margin-left: 0.25rem !important;
    }
    .ms-lg-2 {
        margin-left: 0.5rem !important;
    }
    .ms-lg-3 {
        margin-left: 1rem !important;
    }
    .ms-lg-4 {
        margin-left: 1.5rem !important;
    }
    .ms-lg-5 {
        margin-left: 3rem !important;
    }
    .ms-lg-auto {
        margin-left: auto !important;
    }
    .p-lg-0 {
        padding: 0 !important;
    }
    .p-lg-1 {
        padding: 0.25rem !important;
    }
    .p-lg-2 {
        padding: 0.5rem !important;
    }
    .p-lg-3 {
        padding: 1rem !important;
    }
    .p-lg-4 {
        padding: 1.5rem !important;
    }
    .p-lg-5 {
        padding: 3rem !important;
    }
    .px-lg-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .px-lg-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }
    .px-lg-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }
    .px-lg-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }
    .px-lg-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }
    .px-lg-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }
    .py-lg-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .py-lg-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }
    .py-lg-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }
    .py-lg-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
    .py-lg-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }
    .py-lg-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }
    .pt-lg-0 {
        padding-top: 0 !important;
    }
    .pt-lg-1 {
        padding-top: 0.25rem !important;
    }
    .pt-lg-2 {
        padding-top: 0.5rem !important;
    }
    .pt-lg-3 {
        padding-top: 1rem !important;
    }
    .pt-lg-4 {
        padding-top: 1.5rem !important;
    }
    .pt-lg-5 {
        padding-top: 3rem !important;
    }
    .pe-lg-0 {
        padding-right: 0 !important;
    }
    .pe-lg-1 {
        padding-right: 0.25rem !important;
    }
    .pe-lg-2 {
        padding-right: 0.5rem !important;
    }
    .pe-lg-3 {
        padding-right: 1rem !important;
    }
    .pe-lg-4 {
        padding-right: 1.5rem !important;
    }
    .pe-lg-5 {
        padding-right: 3rem !important;
    }
    .pb-lg-0 {
        padding-bottom: 0 !important;
    }
    .pb-lg-1 {
        padding-bottom: 0.25rem !important;
    }
    .pb-lg-2 {
        padding-bottom: 0.5rem !important;
    }
    .pb-lg-3 {
        padding-bottom: 1rem !important;
    }
    .pb-lg-4 {
        padding-bottom: 1.5rem !important;
    }
    .pb-lg-5 {
        padding-bottom: 3rem !important;
    }
    .ps-lg-0 {
        padding-left: 0 !important;
    }
    .ps-lg-1 {
        padding-left: 0.25rem !important;
    }
    .ps-lg-2 {
        padding-left: 0.5rem !important;
    }
    .ps-lg-3 {
        padding-left: 1rem !important;
    }
    .ps-lg-4 {
        padding-left: 1.5rem !important;
    }
    .ps-lg-5 {
        padding-left: 3rem !important;
    }
    .gap-lg-0 {
        gap: 0 !important;
    }
    .gap-lg-1 {
        gap: 0.25rem !important;
    }
    .gap-lg-2 {
        gap: 0.5rem !important;
    }
    .gap-lg-3 {
        gap: 1rem !important;
    }
    .gap-lg-4 {
        gap: 1.5rem !important;
    }
    .gap-lg-5 {
        gap: 3rem !important;
    }
    .row-gap-lg-0 {
        row-gap: 0 !important;
    }
    .row-gap-lg-1 {
        row-gap: 0.25rem !important;
    }
    .row-gap-lg-2 {
        row-gap: 0.5rem !important;
    }
    .row-gap-lg-3 {
        row-gap: 1rem !important;
    }
    .row-gap-lg-4 {
        row-gap: 1.5rem !important;
    }
    .row-gap-lg-5 {
        row-gap: 3rem !important;
    }
    .column-gap-lg-0 {
        column-gap: 0 !important;
    }
    .column-gap-lg-1 {
        column-gap: 0.25rem !important;
    }
    .column-gap-lg-2 {
        column-gap: 0.5rem !important;
    }
    .column-gap-lg-3 {
        column-gap: 1rem !important;
    }
    .column-gap-lg-4 {
        column-gap: 1.5rem !important;
    }
    .column-gap-lg-5 {
        column-gap: 3rem !important;
    }
    .text-lg-start {
        text-align: left !important;
    }
    .text-lg-end {
        text-align: right !important;
    }
    .text-lg-center {
        text-align: center !important;
    }
}
@media (min-width: 1200px) {
    .float-xl-start {
        float: left !important;
    }
    .float-xl-end {
        float: right !important;
    }
    .float-xl-none {
        float: none !important;
    }
    .object-fit-xl-contain {
        object-fit: contain !important;
    }
    .object-fit-xl-cover {
        object-fit: cover !important;
    }
    .object-fit-xl-fill {
        object-fit: fill !important;
    }
    .object-fit-xl-scale {
        object-fit: scale-down !important;
    }
    .object-fit-xl-none {
        object-fit: none !important;
    }
    .d-xl-inline {
        display: inline !important;
    }
    .d-xl-inline-block {
        display: inline-block !important;
    }
    .d-xl-block {
        display: block !important;
    }
    .d-xl-grid {
        display: grid !important;
    }
    .d-xl-inline-grid {
        display: inline-grid !important;
    }
    .d-xl-table {
        display: table !important;
    }
    .d-xl-table-row {
        display: table-row !important;
    }
    .d-xl-table-cell {
        display: table-cell !important;
    }
    .d-xl-flex {
        display: flex !important;
    }
    .d-xl-inline-flex {
        display: inline-flex !important;
    }
    .d-xl-none {
        display: none !important;
    }
    .flex-xl-fill {
        flex: 1 1 auto !important;
    }
    .flex-xl-row {
        flex-direction: row !important;
    }
    .flex-xl-column {
        flex-direction: column !important;
    }
    .flex-xl-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-xl-column-reverse {
        flex-direction: column-reverse !important;
    }
    .flex-xl-grow-0 {
        flex-grow: 0 !important;
    }
    .flex-xl-grow-1 {
        flex-grow: 1 !important;
    }
    .flex-xl-shrink-0 {
        flex-shrink: 0 !important;
    }
    .flex-xl-shrink-1 {
        flex-shrink: 1 !important;
    }
    .flex-xl-wrap {
        flex-wrap: wrap !important;
    }
    .flex-xl-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .justify-content-xl-start {
        justify-content: flex-start !important;
    }
    .justify-content-xl-end {
        justify-content: flex-end !important;
    }
    .justify-content-xl-center {
        justify-content: center !important;
    }
    .justify-content-xl-between {
        justify-content: space-between !important;
    }
    .justify-content-xl-around {
        justify-content: space-around !important;
    }
    .justify-content-xl-evenly {
        justify-content: space-evenly !important;
    }
    .align-items-xl-start {
        align-items: flex-start !important;
    }
    .align-items-xl-end {
        align-items: flex-end !important;
    }
    .align-items-xl-center {
        align-items: center !important;
    }
    .align-items-xl-baseline {
        align-items: baseline !important;
    }
    .align-items-xl-stretch {
        align-items: stretch !important;
    }
    .align-content-xl-start {
        align-content: flex-start !important;
    }
    .align-content-xl-end {
        align-content: flex-end !important;
    }
    .align-content-xl-center {
        align-content: center !important;
    }
    .align-content-xl-between {
        align-content: space-between !important;
    }
    .align-content-xl-around {
        align-content: space-around !important;
    }
    .align-content-xl-stretch {
        align-content: stretch !important;
    }
    .align-self-xl-auto {
        align-self: auto !important;
    }
    .align-self-xl-start {
        align-self: flex-start !important;
    }
    .align-self-xl-end {
        align-self: flex-end !important;
    }
    .align-self-xl-center {
        align-self: center !important;
    }
    .align-self-xl-baseline {
        align-self: baseline !important;
    }
    .align-self-xl-stretch {
        align-self: stretch !important;
    }
    .order-xl-first {
        order: -1 !important;
    }
    .order-xl-0 {
        order: 0 !important;
    }
    .order-xl-1 {
        order: 1 !important;
    }
    .order-xl-2 {
        order: 2 !important;
    }
    .order-xl-3 {
        order: 3 !important;
    }
    .order-xl-4 {
        order: 4 !important;
    }
    .order-xl-5 {
        order: 5 !important;
    }
    .order-xl-last {
        order: 6 !important;
    }
    .m-xl-0 {
        margin: 0 !important;
    }
    .m-xl-1 {
        margin: 0.25rem !important;
    }
    .m-xl-2 {
        margin: 0.5rem !important;
    }
    .m-xl-3 {
        margin: 1rem !important;
    }
    .m-xl-4 {
        margin: 1.5rem !important;
    }
    .m-xl-5 {
        margin: 3rem !important;
    }
    .m-xl-auto {
        margin: auto !important;
    }
    .mx-xl-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .mx-xl-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }
    .mx-xl-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }
    .mx-xl-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }
    .mx-xl-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }
    .mx-xl-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }
    .mx-xl-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }
    .my-xl-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    .my-xl-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }
    .my-xl-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }
    .my-xl-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }
    .my-xl-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }
    .my-xl-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }
    .my-xl-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }
    .mt-xl-0 {
        margin-top: 0 !important;
    }
    .mt-xl-1 {
        margin-top: 0.25rem !important;
    }
    .mt-xl-2 {
        margin-top: 0.5rem !important;
    }
    .mt-xl-3 {
        margin-top: 1rem !important;
    }
    .mt-xl-4 {
        margin-top: 1.5rem !important;
    }
    .mt-xl-5 {
        margin-top: 3rem !important;
    }
    .mt-xl-auto {
        margin-top: auto !important;
    }
    .me-xl-0 {
        margin-right: 0 !important;
    }
    .me-xl-1 {
        margin-right: 0.25rem !important;
    }
    .me-xl-2 {
        margin-right: 0.5rem !important;
    }
    .me-xl-3 {
        margin-right: 1rem !important;
    }
    .me-xl-4 {
        margin-right: 1.5rem !important;
    }
    .me-xl-5 {
        margin-right: 3rem !important;
    }
    .me-xl-auto {
        margin-right: auto !important;
    }
    .mb-xl-0 {
        margin-bottom: 0 !important;
    }
    .mb-xl-1 {
        margin-bottom: 0.25rem !important;
    }
    .mb-xl-2 {
        margin-bottom: 0.5rem !important;
    }
    .mb-xl-3 {
        margin-bottom: 1rem !important;
    }
    .mb-xl-4 {
        margin-bottom: 1.5rem !important;
    }
    .mb-xl-5 {
        margin-bottom: 3rem !important;
    }
    .mb-xl-auto {
        margin-bottom: auto !important;
    }
    .ms-xl-0 {
        margin-left: 0 !important;
    }
    .ms-xl-1 {
        margin-left: 0.25rem !important;
    }
    .ms-xl-2 {
        margin-left: 0.5rem !important;
    }
    .ms-xl-3 {
        margin-left: 1rem !important;
    }
    .ms-xl-4 {
        margin-left: 1.5rem !important;
    }
    .ms-xl-5 {
        margin-left: 3rem !important;
    }
    .ms-xl-auto {
        margin-left: auto !important;
    }
    .p-xl-0 {
        padding: 0 !important;
    }
    .p-xl-1 {
        padding: 0.25rem !important;
    }
    .p-xl-2 {
        padding: 0.5rem !important;
    }
    .p-xl-3 {
        padding: 1rem !important;
    }
    .p-xl-4 {
        padding: 1.5rem !important;
    }
    .p-xl-5 {
        padding: 3rem !important;
    }
    .px-xl-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .px-xl-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }
    .px-xl-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }
    .px-xl-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }
    .px-xl-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }
    .px-xl-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }
    .py-xl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .py-xl-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }
    .py-xl-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }
    .py-xl-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
    .py-xl-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }
    .py-xl-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }
    .pt-xl-0 {
        padding-top: 0 !important;
    }
    .pt-xl-1 {
        padding-top: 0.25rem !important;
    }
    .pt-xl-2 {
        padding-top: 0.5rem !important;
    }
    .pt-xl-3 {
        padding-top: 1rem !important;
    }
    .pt-xl-4 {
        padding-top: 1.5rem !important;
    }
    .pt-xl-5 {
        padding-top: 3rem !important;
    }
    .pe-xl-0 {
        padding-right: 0 !important;
    }
    .pe-xl-1 {
        padding-right: 0.25rem !important;
    }
    .pe-xl-2 {
        padding-right: 0.5rem !important;
    }
    .pe-xl-3 {
        padding-right: 1rem !important;
    }
    .pe-xl-4 {
        padding-right: 1.5rem !important;
    }
    .pe-xl-5 {
        padding-right: 3rem !important;
    }
    .pb-xl-0 {
        padding-bottom: 0 !important;
    }
    .pb-xl-1 {
        padding-bottom: 0.25rem !important;
    }
    .pb-xl-2 {
        padding-bottom: 0.5rem !important;
    }
    .pb-xl-3 {
        padding-bottom: 1rem !important;
    }
    .pb-xl-4 {
        padding-bottom: 1.5rem !important;
    }
    .pb-xl-5 {
        padding-bottom: 3rem !important;
    }
    .ps-xl-0 {
        padding-left: 0 !important;
    }
    .ps-xl-1 {
        padding-left: 0.25rem !important;
    }
    .ps-xl-2 {
        padding-left: 0.5rem !important;
    }
    .ps-xl-3 {
        padding-left: 1rem !important;
    }
    .ps-xl-4 {
        padding-left: 1.5rem !important;
    }
    .ps-xl-5 {
        padding-left: 3rem !important;
    }
    .gap-xl-0 {
        gap: 0 !important;
    }
    .gap-xl-1 {
        gap: 0.25rem !important;
    }
    .gap-xl-2 {
        gap: 0.5rem !important;
    }
    .gap-xl-3 {
        gap: 1rem !important;
    }
    .gap-xl-4 {
        gap: 1.5rem !important;
    }
    .gap-xl-5 {
        gap: 3rem !important;
    }
    .row-gap-xl-0 {
        row-gap: 0 !important;
    }
    .row-gap-xl-1 {
        row-gap: 0.25rem !important;
    }
    .row-gap-xl-2 {
        row-gap: 0.5rem !important;
    }
    .row-gap-xl-3 {
        row-gap: 1rem !important;
    }
    .row-gap-xl-4 {
        row-gap: 1.5rem !important;
    }
    .row-gap-xl-5 {
        row-gap: 3rem !important;
    }
    .column-gap-xl-0 {
        column-gap: 0 !important;
    }
    .column-gap-xl-1 {
        column-gap: 0.25rem !important;
    }
    .column-gap-xl-2 {
        column-gap: 0.5rem !important;
    }
    .column-gap-xl-3 {
        column-gap: 1rem !important;
    }
    .column-gap-xl-4 {
        column-gap: 1.5rem !important;
    }
    .column-gap-xl-5 {
        column-gap: 3rem !important;
    }
    .text-xl-start {
        text-align: left !important;
    }
    .text-xl-end {
        text-align: right !important;
    }
    .text-xl-center {
        text-align: center !important;
    }
}
@media (min-width: 1400px) {
    .float-xxl-start {
        float: left !important;
    }
    .float-xxl-end {
        float: right !important;
    }
    .float-xxl-none {
        float: none !important;
    }
    .object-fit-xxl-contain {
        object-fit: contain !important;
    }
    .object-fit-xxl-cover {
        object-fit: cover !important;
    }
    .object-fit-xxl-fill {
        object-fit: fill !important;
    }
    .object-fit-xxl-scale {
        object-fit: scale-down !important;
    }
    .object-fit-xxl-none {
        object-fit: none !important;
    }
    .d-xxl-inline {
        display: inline !important;
    }
    .d-xxl-inline-block {
        display: inline-block !important;
    }
    .d-xxl-block {
        display: block !important;
    }
    .d-xxl-grid {
        display: grid !important;
    }
    .d-xxl-inline-grid {
        display: inline-grid !important;
    }
    .d-xxl-table {
        display: table !important;
    }
    .d-xxl-table-row {
        display: table-row !important;
    }
    .d-xxl-table-cell {
        display: table-cell !important;
    }
    .d-xxl-flex {
        display: flex !important;
    }
    .d-xxl-inline-flex {
        display: inline-flex !important;
    }
    .d-xxl-none {
        display: none !important;
    }
    .flex-xxl-fill {
        flex: 1 1 auto !important;
    }
    .flex-xxl-row {
        flex-direction: row !important;
    }
    .flex-xxl-column {
        flex-direction: column !important;
    }
    .flex-xxl-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-xxl-column-reverse {
        flex-direction: column-reverse !important;
    }
    .flex-xxl-grow-0 {
        flex-grow: 0 !important;
    }
    .flex-xxl-grow-1 {
        flex-grow: 1 !important;
    }
    .flex-xxl-shrink-0 {
        flex-shrink: 0 !important;
    }
    .flex-xxl-shrink-1 {
        flex-shrink: 1 !important;
    }
    .flex-xxl-wrap {
        flex-wrap: wrap !important;
    }
    .flex-xxl-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-xxl-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .justify-content-xxl-start {
        justify-content: flex-start !important;
    }
    .justify-content-xxl-end {
        justify-content: flex-end !important;
    }
    .justify-content-xxl-center {
        justify-content: center !important;
    }
    .justify-content-xxl-between {
        justify-content: space-between !important;
    }
    .justify-content-xxl-around {
        justify-content: space-around !important;
    }
    .justify-content-xxl-evenly {
        justify-content: space-evenly !important;
    }
    .align-items-xxl-start {
        align-items: flex-start !important;
    }
    .align-items-xxl-end {
        align-items: flex-end !important;
    }
    .align-items-xxl-center {
        align-items: center !important;
    }
    .align-items-xxl-baseline {
        align-items: baseline !important;
    }
    .align-items-xxl-stretch {
        align-items: stretch !important;
    }
    .align-content-xxl-start {
        align-content: flex-start !important;
    }
    .align-content-xxl-end {
        align-content: flex-end !important;
    }
    .align-content-xxl-center {
        align-content: center !important;
    }
    .align-content-xxl-between {
        align-content: space-between !important;
    }
    .align-content-xxl-around {
        align-content: space-around !important;
    }
    .align-content-xxl-stretch {
        align-content: stretch !important;
    }
    .align-self-xxl-auto {
        align-self: auto !important;
    }
    .align-self-xxl-start {
        align-self: flex-start !important;
    }
    .align-self-xxl-end {
        align-self: flex-end !important;
    }
    .align-self-xxl-center {
        align-self: center !important;
    }
    .align-self-xxl-baseline {
        align-self: baseline !important;
    }
    .align-self-xxl-stretch {
        align-self: stretch !important;
    }
    .order-xxl-first {
        order: -1 !important;
    }
    .order-xxl-0 {
        order: 0 !important;
    }
    .order-xxl-1 {
        order: 1 !important;
    }
    .order-xxl-2 {
        order: 2 !important;
    }
    .order-xxl-3 {
        order: 3 !important;
    }
    .order-xxl-4 {
        order: 4 !important;
    }
    .order-xxl-5 {
        order: 5 !important;
    }
    .order-xxl-last {
        order: 6 !important;
    }
    .m-xxl-0 {
        margin: 0 !important;
    }
    .m-xxl-1 {
        margin: 0.25rem !important;
    }
    .m-xxl-2 {
        margin: 0.5rem !important;
    }
    .m-xxl-3 {
        margin: 1rem !important;
    }
    .m-xxl-4 {
        margin: 1.5rem !important;
    }
    .m-xxl-5 {
        margin: 3rem !important;
    }
    .m-xxl-auto {
        margin: auto !important;
    }
    .mx-xxl-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .mx-xxl-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }
    .mx-xxl-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }
    .mx-xxl-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }
    .mx-xxl-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }
    .mx-xxl-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }
    .mx-xxl-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }
    .my-xxl-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    .my-xxl-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }
    .my-xxl-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }
    .my-xxl-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }
    .my-xxl-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }
    .my-xxl-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }
    .my-xxl-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }
    .mt-xxl-0 {
        margin-top: 0 !important;
    }
    .mt-xxl-1 {
        margin-top: 0.25rem !important;
    }
    .mt-xxl-2 {
        margin-top: 0.5rem !important;
    }
    .mt-xxl-3 {
        margin-top: 1rem !important;
    }
    .mt-xxl-4 {
        margin-top: 1.5rem !important;
    }
    .mt-xxl-5 {
        margin-top: 3rem !important;
    }
    .mt-xxl-auto {
        margin-top: auto !important;
    }
    .me-xxl-0 {
        margin-right: 0 !important;
    }
    .me-xxl-1 {
        margin-right: 0.25rem !important;
    }
    .me-xxl-2 {
        margin-right: 0.5rem !important;
    }
    .me-xxl-3 {
        margin-right: 1rem !important;
    }
    .me-xxl-4 {
        margin-right: 1.5rem !important;
    }
    .me-xxl-5 {
        margin-right: 3rem !important;
    }
    .me-xxl-auto {
        margin-right: auto !important;
    }
    .mb-xxl-0 {
        margin-bottom: 0 !important;
    }
    .mb-xxl-1 {
        margin-bottom: 0.25rem !important;
    }
    .mb-xxl-2 {
        margin-bottom: 0.5rem !important;
    }
    .mb-xxl-3 {
        margin-bottom: 1rem !important;
    }
    .mb-xxl-4 {
        margin-bottom: 1.5rem !important;
    }
    .mb-xxl-5 {
        margin-bottom: 3rem !important;
    }
    .mb-xxl-auto {
        margin-bottom: auto !important;
    }
    .ms-xxl-0 {
        margin-left: 0 !important;
    }
    .ms-xxl-1 {
        margin-left: 0.25rem !important;
    }
    .ms-xxl-2 {
        margin-left: 0.5rem !important;
    }
    .ms-xxl-3 {
        margin-left: 1rem !important;
    }
    .ms-xxl-4 {
        margin-left: 1.5rem !important;
    }
    .ms-xxl-5 {
        margin-left: 3rem !important;
    }
    .ms-xxl-auto {
        margin-left: auto !important;
    }
    .p-xxl-0 {
        padding: 0 !important;
    }
    .p-xxl-1 {
        padding: 0.25rem !important;
    }
    .p-xxl-2 {
        padding: 0.5rem !important;
    }
    .p-xxl-3 {
        padding: 1rem !important;
    }
    .p-xxl-4 {
        padding: 1.5rem !important;
    }
    .p-xxl-5 {
        padding: 3rem !important;
    }
    .px-xxl-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .px-xxl-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }
    .px-xxl-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }
    .px-xxl-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }
    .px-xxl-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }
    .px-xxl-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }
    .py-xxl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .py-xxl-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }
    .py-xxl-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }
    .py-xxl-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
    .py-xxl-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }
    .py-xxl-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }
    .pt-xxl-0 {
        padding-top: 0 !important;
    }
    .pt-xxl-1 {
        padding-top: 0.25rem !important;
    }
    .pt-xxl-2 {
        padding-top: 0.5rem !important;
    }
    .pt-xxl-3 {
        padding-top: 1rem !important;
    }
    .pt-xxl-4 {
        padding-top: 1.5rem !important;
    }
    .pt-xxl-5 {
        padding-top: 3rem !important;
    }
    .pe-xxl-0 {
        padding-right: 0 !important;
    }
    .pe-xxl-1 {
        padding-right: 0.25rem !important;
    }
    .pe-xxl-2 {
        padding-right: 0.5rem !important;
    }
    .pe-xxl-3 {
        padding-right: 1rem !important;
    }
    .pe-xxl-4 {
        padding-right: 1.5rem !important;
    }
    .pe-xxl-5 {
        padding-right: 3rem !important;
    }
    .pb-xxl-0 {
        padding-bottom: 0 !important;
    }
    .pb-xxl-1 {
        padding-bottom: 0.25rem !important;
    }
    .pb-xxl-2 {
        padding-bottom: 0.5rem !important;
    }
    .pb-xxl-3 {
        padding-bottom: 1rem !important;
    }
    .pb-xxl-4 {
        padding-bottom: 1.5rem !important;
    }
    .pb-xxl-5 {
        padding-bottom: 3rem !important;
    }
    .ps-xxl-0 {
        padding-left: 0 !important;
    }
    .ps-xxl-1 {
        padding-left: 0.25rem !important;
    }
    .ps-xxl-2 {
        padding-left: 0.5rem !important;
    }
    .ps-xxl-3 {
        padding-left: 1rem !important;
    }
    .ps-xxl-4 {
        padding-left: 1.5rem !important;
    }
    .ps-xxl-5 {
        padding-left: 3rem !important;
    }
    .gap-xxl-0 {
        gap: 0 !important;
    }
    .gap-xxl-1 {
        gap: 0.25rem !important;
    }
    .gap-xxl-2 {
        gap: 0.5rem !important;
    }
    .gap-xxl-3 {
        gap: 1rem !important;
    }
    .gap-xxl-4 {
        gap: 1.5rem !important;
    }
    .gap-xxl-5 {
        gap: 3rem !important;
    }
    .row-gap-xxl-0 {
        row-gap: 0 !important;
    }
    .row-gap-xxl-1 {
        row-gap: 0.25rem !important;
    }
    .row-gap-xxl-2 {
        row-gap: 0.5rem !important;
    }
    .row-gap-xxl-3 {
        row-gap: 1rem !important;
    }
    .row-gap-xxl-4 {
        row-gap: 1.5rem !important;
    }
    .row-gap-xxl-5 {
        row-gap: 3rem !important;
    }
    .column-gap-xxl-0 {
        column-gap: 0 !important;
    }
    .column-gap-xxl-1 {
        column-gap: 0.25rem !important;
    }
    .column-gap-xxl-2 {
        column-gap: 0.5rem !important;
    }
    .column-gap-xxl-3 {
        column-gap: 1rem !important;
    }
    .column-gap-xxl-4 {
        column-gap: 1.5rem !important;
    }
    .column-gap-xxl-5 {
        column-gap: 3rem !important;
    }
    .text-xxl-start {
        text-align: left !important;
    }
    .text-xxl-end {
        text-align: right !important;
    }
    .text-xxl-center {
        text-align: center !important;
    }
}
@media (min-width: 1200px) {
    .fs-1 {
        font-size: 2.5rem !important;
    }
    .fs-2 {
        font-size: 2rem !important;
    }
    .fs-3 {
        font-size: 1.75rem !important;
    }
    .fs-4 {
        font-size: 1.5rem !important;
    }
}
@media print {
    .d-print-inline {
        display: inline !important;
    }
    .d-print-inline-block {
        display: inline-block !important;
    }
    .d-print-block {
        display: block !important;
    }
    .d-print-grid {
        display: grid !important;
    }
    .d-print-inline-grid {
        display: inline-grid !important;
    }
    .d-print-table {
        display: table !important;
    }
    .d-print-table-row {
        display: table-row !important;
    }
    .d-print-table-cell {
        display: table-cell !important;
    }
    .d-print-flex {
        display: flex !important;
    }
    .d-print-inline-flex {
        display: inline-flex !important;
    }
    .d-print-none {
        display: none !important;
    }
}
@font-face {
    font-family: swiper-icons;
    src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
    font-weight: 400;
    font-style: normal;
}
:root {
    --swiper-theme-color: #007aff;
}
:host {
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    z-index: 1;
}
.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
    display: block;
}
.swiper-vertical > .swiper-wrapper {
    flex-direction: column;
}
.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
    box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
    transform: translateZ(0);
}
.swiper-horizontal {
    touch-action: pan-y;
}
.swiper-vertical {
    touch-action: pan-x;
}
.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
    display: block;
}
.swiper-slide-invisible-blank {
    visibility: hidden;
}
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
    height: auto;
}
.swiper-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.swiper-3d.swiper-css-mode .swiper-wrapper {
    perspective: 1200px;
}
.swiper-3d .swiper-wrapper {
    transform-style: preserve-3d;
}
.swiper-3d {
    perspective: 1200px;
}
.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide {
    transform-style: preserve-3d;
}
.swiper-css-mode > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
    display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
    scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
    scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
    scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper:before {
    content: "";
    flex-shrink: 0;
    order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: center center;
    scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
    -webkit-margin-start: var(--swiper-centered-offset-before);
    margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper:before {
    height: 100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
    -webkit-margin-before: var(--swiper-centered-offset-before);
    margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper:before {
    width: 100%;
    min-width: 1px;
    height: var(--swiper-centered-offset-after);
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
    background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(270deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    box-sizing: border-box;
    border-radius: 50%;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-top: 4px solid transparent;
}
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s linear infinite;
}
.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
    0% {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(1turn);
    }
}
.swiper-virtual .swiper-slide {
    -webkit-backface-visibility: hidden;
    transform: translateZ(0);
}
.swiper-virtual.swiper-css-mode .swiper-wrapper:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
}
.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper:after {
    height: 1px;
    width: var(--swiper-virtual-size);
}
.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper:after {
    width: 1px;
    height: var(--swiper-virtual-size);
}
:root {
    --swiper-navigation-size: 44px;
}
.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: var(--swiper-navigation-top-offset, 50%);
    width: calc(var(--swiper-navigation-size) / 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - var(--swiper-navigation-size) / 2);
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
}
.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
    opacity: 0;
    cursor: auto;
    pointer-events: none;
}
.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
    display: none !important;
}
.swiper-button-next svg,
.swiper-button-prev svg {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transform-origin: center;
}
.swiper-rtl .swiper-button-next svg,
.swiper-rtl .swiper-button-prev svg {
    transform: rotate(180deg);
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: var(--swiper-navigation-sides-offset, 10px);
    right: auto;
}
.swiper-button-lock {
    display: none;
}
.swiper-button-next:after,
.swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: normal;
    line-height: 1;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    content: "prev";
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 10px);
    left: auto;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    content: "next";
}
.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: opacity 0.3s;
    transform: translateZ(0);
    z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
    opacity: 0;
}
.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
    display: none !important;
}
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: var(--swiper-pagination-bottom, 8px);
    top: var(--swiper-pagination-top, auto);
    left: 0;
    width: 100%;
}
.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(0.33);
    position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(0.33);
}
.swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
    display: inline-block;
    border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
    background: var(--swiper-pagination-bullet-inactive-color, #000);
    opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}
button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}
.swiper-pagination-bullet:only-child {
    display: none !important;
}
.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical > .swiper-pagination-bullets {
    right: var(--swiper-pagination-right, 8px);
    left: var(--swiper-pagination-left, auto);
    top: 50%;
    transform: translate3d(0, -50%, 0);
}
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
    display: block;
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: transform 0.2s, top 0.2s;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: transform 0.2s, left 0.2s;
}
.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: transform 0.2s, right 0.2s;
}
.swiper-pagination-fraction {
    color: var(--swiper-pagination-fraction-color, inherit);
}
.swiper-pagination-progressbar {
    background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
    position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top;
}
.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: var(--swiper-pagination-progressbar-size, 4px);
    left: 0;
    top: 0;
}
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical > .swiper-pagination-progressbar {
    width: var(--swiper-pagination-progressbar-size, 4px);
    height: 100%;
    left: 0;
    top: 0;
}
.swiper-pagination-lock {
    display: none;
}
.swiper-scrollbar {
    border-radius: var(--swiper-scrollbar-border-radius, 10px);
    position: relative;
    touch-action: none;
    background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}
.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
    display: none !important;
}
.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
    position: absolute;
    left: var(--swiper-scrollbar-sides-offset, 1%);
    bottom: var(--swiper-scrollbar-bottom, 4px);
    top: var(--swiper-scrollbar-top, auto);
    z-index: 50;
    height: var(--swiper-scrollbar-size, 4px);
    width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}
.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical > .swiper-scrollbar {
    position: absolute;
    left: var(--swiper-scrollbar-left, auto);
    right: var(--swiper-scrollbar-right, 4px);
    top: var(--swiper-scrollbar-sides-offset, 1%);
    z-index: 50;
    width: var(--swiper-scrollbar-size, 4px);
    height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}
.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
    border-radius: var(--swiper-scrollbar-border-radius, 10px);
    left: 0;
    top: 0;
}
.swiper-scrollbar-cursor-drag {
    cursor: move;
}
.swiper-scrollbar-lock {
    display: none;
}
.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}
.swiper-slide-zoomed {
    cursor: move;
    touch-action: none;
}
.swiper .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}
.swiper-free-mode > .swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto;
}
.swiper-grid > .swiper-wrapper {
    flex-wrap: wrap;
}
.swiper-grid-column > .swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: column;
}
.swiper-fade.swiper-free-mode .swiper-slide {
    transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity;
}
.swiper-fade .swiper-slide .swiper-slide {
    pointer-events: none;
}
.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}
.swiper.swiper-cube {
    overflow: visible;
}
.swiper-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%;
}
.swiper-cube .swiper-slide .swiper-slide {
    pointer-events: none;
}
.swiper-cube.swiper-rtl .swiper-slide {
    transform-origin: 100% 0;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible;
}
.swiper-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0.6;
    z-index: 0;
}
.swiper-cube .swiper-cube-shadow:before {
    content: "";
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    filter: blur(50px);
}
.swiper-cube .swiper-slide-next + .swiper-slide {
    pointer-events: auto;
    visibility: visible;
}
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.swiper.swiper-flip {
    overflow: visible;
}
.swiper-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
}
.swiper-flip .swiper-slide .swiper-slide {
    pointer-events: none;
}
.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.swiper-creative .swiper-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    transition-property: transform, opacity, height;
}
.swiper.swiper-cards {
    overflow: visible;
}
.swiper-cards .swiper-slide {
    transform-origin: center bottom;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
}
.mt-5 {
    margin-top: 5px !important;
}
.mt-10 {
    margin-top: 10px;
}
.mt-15 {
    margin-top: 15px;
}
.mt-20 {
    margin-top: 20px;
}
.mt-25 {
    margin-top: 25px;
}
.mt-30 {
    margin-top: 30px;
}
.mt-35 {
    margin-top: 35px;
}
.mt-40 {
    margin-top: 40px;
}
.mt-45 {
    margin-top: 45px;
}
.mt-50 {
    margin-top: 50px;
}
.mt-55 {
    margin-top: 55px;
}
.mt-60 {
    margin-top: 60px;
}
.mt-65 {
    margin-top: 65px;
}
.mt-70 {
    margin-top: 70px;
}
.mt-75 {
    margin-top: 48px;
}
.mt-80 {
    margin-top: 80px;
}
.mt-85 {
    margin-top: 85px;
}
.mt-90 {
    margin-top: 90px;
}
.mt-95 {
    margin-top: 95px;
}
.mt-100 {
    margin-top: 100px;
}
.mt-105 {
    margin-top: 105px;
}
.mt-110 {
    margin-top: 110px;
}
.mt-115 {
    margin-top: 115px;
}
.mt-120 {
    margin-top: 120px;
}
.mt-125 {
    margin-top: 125px;
}
.mt-130 {
    margin-top: 130px;
}
.mt-135 {
    margin-top: 135px;
}
.mt-140 {
    margin-top: 140px;
}
.mt-145 {
    margin-top: 145px;
}
.mt-150 {
    margin-top: 150px;
}
.mt-155 {
    margin-top: 155px;
}
.mt-160 {
    margin-top: 160px;
}
.mt-165 {
    margin-top: 165px;
}
.mt-170 {
    margin-top: 170px;
}
.mt-175 {
    margin-top: 175px;
}
.mt-180 {
    margin-top: 180px;
}
.mt-185 {
    margin-top: 185px;
}
.mt-190 {
    margin-top: 190px;
}
.mt-195 {
    margin-top: 195px;
}
.mt-200 {
    margin-top: 200px;
}
.mb-5 {
    margin-bottom: 5px !important;
}
.mb-8 {
    margin-bottom: 8px !important;
}
.mb-10 {
    margin-bottom: 10px;
}
.mb-15 {
    margin-bottom: 15px;
}
.mb-20 {
    margin-bottom: 20px;
}
.mb-25 {
    margin-bottom: 25px;
}
.mb-30 {
    margin-bottom: 30px;
}
.mb-35 {
    margin-bottom: 35px;
}
.mb-40 {
    margin-bottom: 20px;
}
.mb-45 {
    margin-bottom: 45px;
}
.mb-50 {
    margin-bottom: 50px;
}
.mb-55 {
    margin-bottom: 55px;
}
.mb-60 {
    margin-bottom: 60px;
}
.mb-65 {
    margin-bottom: 65px;
}
.mb-70 {
    margin-bottom: 70px;
}
.mb-75 {
    margin-bottom: 34px;
}
.mb-80 {
    margin-bottom: 80px;
}
.mb-85 {
    margin-bottom: 85px;
}
.mb-90 {
    margin-bottom: 45px;
}
.mb-95 {
    margin-bottom: 95px;
}
.mb-100 {
    margin-bottom: 100px;
}
.mb-105 {
    margin-bottom: 105px;
}
.mb-110 {
    margin-bottom: 110px;
}
.mb-115 {
    margin-bottom: 115px;
}
.mb-120 {
    margin-bottom: 120px;
}
.mb-125 {
    margin-bottom: 125px;
}
.mb-130 {
    margin-bottom: 130px;
}
.mb-135 {
    margin-bottom: 135px;
}
.mb-140 {
    margin-bottom: 140px;
}
.mb-145 {
    margin-bottom: 145px;
}
.mb-150 {
    margin-bottom: 150px;
}
.mb-155 {
    margin-bottom: 155px;
}
.mb-160 {
    margin-bottom: 160px;
}
.mb-165 {
    margin-bottom: 165px;
}
.mb-170 {
    margin-bottom: 170px;
}
.mb-175 {
    margin-bottom: 175px;
}
.mb-180 {
    margin-bottom: 180px;
}
.mb-185 {
    margin-bottom: 185px;
}
.mb-190 {
    margin-bottom: 190px;
}
.mb-195 {
    margin-bottom: 195px;
}
.mb-200 {
    margin-bottom: 200px;
}
.ml-5 {
    margin-left: 5px;
}
.ml-10 {
    margin-left: 10px;
}
.ml-15 {
    margin-left: 15px;
}
.ml-20 {
    margin-left: 20px;
}
.ml-25 {
    margin-left: 25px;
}
.ml-30 {
    margin-left: 30px;
}
.ml-35 {
    margin-left: 35px;
}
.ml-40 {
    margin-left: 40px;
}
.ml-45 {
    margin-left: 45px;
}
.ml-50 {
    margin-left: 50px;
}
.ml-55 {
    margin-left: 55px;
}
.ml-60 {
    margin-left: 60px;
}
.ml-65 {
    margin-left: 65px;
}
.ml-70 {
    margin-left: 70px;
}
.ml-75 {
    margin-left: 75px;
}
.ml-80 {
    margin-left: 80px;
}
.ml-85 {
    margin-left: 85px;
}
.ml-90 {
    margin-left: 90px;
}
.ml-95 {
    margin-left: 95px;
}
.ml-100 {
    margin-left: 100px;
}
.ml-105 {
    margin-left: 105px;
}
.ml-110 {
    margin-left: 110px;
}
.ml-115 {
    margin-left: 115px;
}
.ml-120 {
    margin-left: 120px;
}
.ml-125 {
    margin-left: 125px;
}
.ml-130 {
    margin-left: 130px;
}
.ml-135 {
    margin-left: 135px;
}
.ml-140 {
    margin-left: 140px;
}
.ml-145 {
    margin-left: 145px;
}
.ml-150 {
    margin-left: 150px;
}
.ml-155 {
    margin-left: 155px;
}
.ml-160 {
    margin-left: 160px;
}
.ml-165 {
    margin-left: 165px;
}
.ml-170 {
    margin-left: 170px;
}
.ml-175 {
    margin-left: 175px;
}
.ml-180 {
    margin-left: 180px;
}
.ml-185 {
    margin-left: 185px;
}
.ml-190 {
    margin-left: 190px;
}
.ml-195 {
    margin-left: 195px;
}
.ml-200 {
    margin-left: 200px;
}
.mr-5 {
    margin-right: 5px;
}
.mr-10 {
    margin-right: 10px;
}
.mr-15 {
    margin-right: 15px;
}
.mr-20 {
    margin-right: 20px;
}
.mr-25 {
    margin-right: 25px;
}
.mr-30 {
    margin-right: 30px;
}
.mr-35 {
    margin-right: 35px;
}
.mr-40 {
    margin-right: 40px;
}
.mr-45 {
    margin-right: 45px;
}
.mr-50 {
    margin-right: 50px;
}
.mr-55 {
    margin-right: 55px;
}
.mr-60 {
    margin-right: 60px;
}
.mr-65 {
    margin-right: 65px;
}
.mr-70 {
    margin-right: 70px;
}
.mr-75 {
    margin-right: 75px;
}
.mr-80 {
    margin-right: 80px;
}
.mr-85 {
    margin-right: 85px;
}
.mr-90 {
    margin-right: 90px;
}
.mr-95 {
    margin-right: 95px;
}
.mr-100 {
    margin-right: 100px;
}
.mr-105 {
    margin-right: 105px;
}
.mr-110 {
    margin-right: 110px;
}
.mr-115 {
    margin-right: 115px;
}
.mr-120 {
    margin-right: 120px;
}
.mr-125 {
    margin-right: 125px;
}
.mr-130 {
    margin-right: 130px;
}
.mr-135 {
    margin-right: 135px;
}
.mr-140 {
    margin-right: 140px;
}
.mr-145 {
    margin-right: 145px;
}
.mr-150 {
    margin-right: 150px;
}
.mr-155 {
    margin-right: 155px;
}
.mr-160 {
    margin-right: 160px;
}
.mr-165 {
    margin-right: 165px;
}
.mr-170 {
    margin-right: 170px;
}
.mr-175 {
    margin-right: 175px;
}
.mr-180 {
    margin-right: 180px;
}
.mr-185 {
    margin-right: 185px;
}
.mr-190 {
    margin-right: 190px;
}
.mr-195 {
    margin-right: 195px;
}
.mr-200 {
    margin-right: 200px;
}
.pt-5 {
    padding-top: 5px !important;
}
.pt-10 {
    padding-top: 10px;
}
.pt-15 {
    padding-top: 15px;
}
.pt-20 {
    padding-top: 20px;
}
.pt-25 {
    padding-top: 25px;
}
.pt-30 {
    padding-top: 30px;
}
.pt-35 {
    padding-top: 35px;
}
.pt-40 {
    padding-top: 40px;
}
.pt-45 {
    padding-top: 45px;
}
.pt-50 {
    padding-top: 50px;
}
.pt-55 {
    padding-top: 55px;
}
.pt-60 {
    padding-top: 60px;
}
.pt-65 {
    padding-top: 65px;
}
.pt-70 {
    padding-top: 70px;
}
.pt-75 {
    padding-top: 75px;
}
.pt-80 {
    padding-top: 40px;
}
.pt-85 {
    padding-top: 50px;
}
.pt-90 {
    padding-top: 90px;
}
.pt-95 {
    padding-top: 95px;
}
.pt-100 {
    padding-top: 100px;
}
.pt-105 {
    padding-top: 40px;
}
.pt-110 {
    padding-top: 50px;
}
.pt-115 {
    padding-top: 115px;
}
.pt-120 {
    padding-top: 120px;
}
.pt-125 {
    padding-top: 125px;
}
.pt-130 {
    padding-top: 130px;
}
.pt-135 {
    padding-top: 135px;
}
.pt-140 {
    padding-top: 140px;
}
.pt-145 {
    padding-top: 145px;
}
.pt-150 {
    padding-top: 50px;
}
.pt-155 {
    padding-top: 155px;
}
.pt-160 {
    padding-top: 160px;
}
.pt-165 {
    padding-top: 165px;
}
.pt-170 {
    padding-top: 170px;
}
.pt-175 {
    padding-top: 175px;
}
.pt-180 {
    padding-top: 180px;
}
.pt-185 {
    padding-top: 185px;
}
.pt-190 {
    padding-top: 190px;
}
.pt-195 {
    padding-top: 195px;
}
.pt-200 {
    padding-top: 200px;
}
.pb-5 {
    padding-bottom: 5px !important;
}
.pb-10 {
    padding-bottom: 10px;
}
.pb-15 {
    padding-bottom: 15px;
}
.pb-20 {
    padding-bottom: 20px;
}
.pb-25 {
    padding-bottom: 25px;
}
.pb-30 {
    padding-bottom: 30px;
}
.pb-35 {
    padding-bottom: 35px;
}
.pb-40 {
    padding-bottom: 40px;
}
.pb-45 {
    padding-bottom: 45px;
}
.pb-50 {
    padding-bottom: 50px;
}
.pb-55 {
    padding-bottom: 55px;
}
.pb-60 {
    padding-bottom: 60px;
}
.pb-65 {
    padding-bottom: 65px;
}
.pb-70 {
    padding-bottom: 70px;
}
.pb-75 {
    padding-bottom: 75px;
}
.pb-80 {
    padding-bottom: 80px;
}
.pb-85 {
    padding-bottom: 85px;
}
.pb-90 {
    padding-bottom: 90px;
}
.pb-95 {
    padding-bottom: 35px;
}
.pb-100 {
    padding-bottom: 100px;
}
.pb-105 {
    padding-bottom: 105px;
}
.pb-110 {
    padding-bottom: 50px;
}
.pb-115 {
    padding-bottom: 115px;
}
.pb-120 {
    padding-bottom: 50px;
}
.pb-125 {
    padding-bottom: 125px;
}
.pb-130 {
    padding-bottom: 130px;
}
.pb-135 {
    padding-bottom: 135px;
}
.pb-140 {
    padding-bottom: 50px;
}
.pb-145 {
    padding-bottom: 145px;
}
.pb-150 {
    padding-bottom: 150px;
}
.pb-155 {
    padding-bottom: 155px;
}
.pb-160 {
    padding-bottom: 55px;
}
.pb-165 {
    padding-bottom: 165px;
}
.pb-170 {
    padding-bottom: 170px;
}
.pb-175 {
    padding-bottom: 175px;
}
.pb-180 {
    padding-bottom: 180px;
}
.pb-185 {
    padding-bottom: 185px;
}
.pb-190 {
    padding-bottom: 190px;
}
.pb-195 {
    padding-bottom: 195px;
}
.pb-200 {
    padding-bottom: 200px;
}
.pb-210 {
    padding-bottom: 210px;
}
.pb-220 {
    padding-bottom: 220px;
}
.pb-240 {
    padding-bottom: 240px;
}
.pl-5 {
    padding-left: 5px;
}
.pl-10 {
    padding-left: 10px;
}
.pl-15 {
    padding-left: 15px;
}
.pl-20 {
    padding-left: 20px;
}
.pl-25 {
    padding-left: 25px;
}
.pl-30 {
    padding-left: 30px;
}
.pl-35 {
    padding-left: 35px;
}
.pl-40 {
    padding-left: 40px;
}
.pl-45 {
    padding-left: 45px;
}
.pl-50 {
    padding-left: 50px;
}
.pl-55 {
    padding-left: 55px;
}
.pl-60 {
    padding-left: 60px;
}
.pl-65 {
    padding-left: 65px;
}
.pl-70 {
    padding-left: 70px;
}
.pl-75 {
    padding-left: 75px;
}
.pl-80 {
    padding-left: 80px;
}
.pl-85 {
    padding-left: 85px;
}
.pl-90 {
    padding-left: 90px;
}
.pl-95 {
    padding-left: 95px;
}
.pl-100 {
    padding-left: 100px;
}
.pl-105 {
    padding-left: 105px;
}
.pl-110 {
    padding-left: 110px;
}
.pl-115 {
    padding-left: 115px;
}
.pl-120 {
    padding-left: 120px;
}
.pl-125 {
    padding-left: 125px;
}
.pl-130 {
    padding-left: 130px;
}
.pl-135 {
    padding-left: 135px;
}
.pl-140 {
    padding-left: 140px;
}
.pl-145 {
    padding-left: 145px;
}
.pl-150 {
    padding-left: 150px;
}
.pl-155 {
    padding-left: 155px;
}
.pl-160 {
    padding-left: 160px;
}
.pl-165 {
    padding-left: 165px;
}
.pl-170 {
    padding-left: 170px;
}
.pl-175 {
    padding-left: 175px;
}
.pl-180 {
    padding-left: 180px;
}
.pl-185 {
    padding-left: 185px;
}
.pl-190 {
    padding-left: 190px;
}
.pl-195 {
    padding-left: 195px;
}
.pl-200 {
    padding-left: 200px;
}
.pr-5 {
    padding-right: 5px;
}
.pr-10 {
    padding-right: 10px;
}
.pr-15 {
    padding-right: 15px;
}
.pr-20 {
    padding-right: 20px;
}
.pr-25 {
    padding-right: 25px;
}
.pr-30 {
    padding-right: 30px;
}
.pr-35 {
    padding-right: 35px;
}
.pr-40 {
    padding-right: 40px;
}
.pr-45 {
    padding-right: 45px;
}
.pr-50 {
    padding-right: 50px;
}
.pr-55 {
    padding-right: 55px;
}
.pr-60 {
    padding-right: 60px;
}
.pr-65 {
    padding-right: 65px;
}
.pr-70 {
    padding-right: 70px;
}
.pr-75 {
    padding-right: 75px;
}
.pr-80 {
    padding-right: 80px;
}
.pr-85 {
    padding-right: 85px;
}
.pr-90 {
    padding-right: 90px;
}
.pr-95 {
    padding-right: 95px;
}
.pr-100 {
    padding-right: 100px;
}
.pr-105 {
    padding-right: 105px;
}
.pr-110 {
    padding-right: 110px;
}
.pr-115 {
    padding-right: 115px;
}
.pr-120 {
    padding-right: 120px;
}
.pr-125 {
    padding-right: 125px;
}
.pr-130 {
    padding-right: 130px;
}
.pr-135 {
    padding-right: 135px;
}
.pr-140 {
    padding-right: 140px;
}
.pr-145 {
    padding-right: 145px;
}
.pr-150 {
    padding-right: 150px;
}
.pr-155 {
    padding-right: 155px;
}
.pr-160 {
    padding-right: 160px;
}
.pr-165 {
    padding-right: 165px;
}
.pr-170 {
    padding-right: 170px;
}
.pr-175 {
    padding-right: 175px;
}
.pr-180 {
    padding-right: 180px;
}
.pr-185 {
    padding-right: 185px;
}
.pr-190 {
    padding-right: 190px;
}
.pr-195 {
    padding-right: 195px;
}
.pr-200 {
    padding-right: 200px;
} /*!
 Animate.css - http://daneden.me/animate
Licensed under the MIT license

Copyright (c) 2013 Daniel Eden

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}
.animated.hinge {
    animation-duration: 2s;
}
@keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    to {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-30px);
    }
    60% {
        transform: translateY(-15px);
    }
}
.bounce {
    animation-name: bounce;
}
@keyframes flash {
    0%,
    50%,
    to {
        opacity: 1;
    }
    25%,
    75% {
        opacity: 0;
    }
}
.flash {
    animation-name: flash;
}
@keyframes pulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    to {
        transform: scale(1);
    }
}
.pulse {
    animation-name: pulse;
}
@keyframes shake {
    0%,
    to {
        transform: translateX(0);
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        transform: translateX(-10px);
    }
    20%,
    40%,
    60%,
    80% {
        transform: translateX(10px);
    }
}
.shake {
    animation-name: shake;
}
@keyframes swing {
    20% {
        transform: rotate(15deg);
    }
    40% {
        transform: rotate(-10deg);
    }
    60% {
        transform: rotate(5deg);
    }
    80% {
        transform: rotate(-5deg);
    }
    to {
        transform: rotate(0deg);
    }
}
.swing {
    transform-origin: top center;
    animation-name: swing;
}
@keyframes tada {
    0% {
        transform: scale(1);
    }
    10%,
    20% {
        transform: scale(0.9) rotate(-3deg);
    }
    30%,
    50%,
    70%,
    90% {
        transform: scale(1.1) rotate(3deg);
    }
    40%,
    60%,
    80% {
        transform: scale(1.1) rotate(-3deg);
    }
    to {
        transform: scale(1) rotate(0);
    }
}
.tada {
    animation-name: tada;
}
@keyframes wobble {
    0% {
        transform: translateX(0);
    }
    15% {
        transform: translateX(-25%) rotate(-5deg);
    }
    30% {
        transform: translateX(20%) rotate(3deg);
    }
    45% {
        transform: translateX(-15%) rotate(-3deg);
    }
    60% {
        transform: translateX(10%) rotate(2deg);
    }
    75% {
        transform: translateX(-5%) rotate(-1deg);
    }
    to {
        transform: translateX(0);
    }
}
.wobble {
    animation-name: wobble;
}
@keyframes bounceIn {
    0% {
        opacity: 0;
        transform: scale(0.3);
    }
    50% {
        opacity: 1;
        transform: scale(1.05);
    }
    70% {
        transform: scale(0.9);
    }
    to {
        transform: scale(1);
    }
}
.bounceIn {
    animation-name: bounceIn;
}
@keyframes bounceInDown {
    0% {
        opacity: 0;
        transform: translateY(-2000px);
    }
    60% {
        opacity: 1;
        transform: translateY(30px);
    }
    80% {
        transform: translateY(-10px);
    }
    to {
        transform: translateY(0);
    }
}
.bounceInDown {
    animation-name: bounceInDown;
}
@keyframes bounceInLeft {
    0% {
        opacity: 0;
        transform: translateX(-2000px);
    }
    60% {
        opacity: 1;
        transform: translateX(30px);
    }
    80% {
        transform: translateX(-10px);
    }
    to {
        transform: translateX(0);
    }
}
.bounceInLeft {
    animation-name: bounceInLeft;
}
@keyframes bounceInRight {
    0% {
        opacity: 0;
        transform: translateX(2000px);
    }
    60% {
        opacity: 1;
        transform: translateX(-30px);
    }
    80% {
        transform: translateX(10px);
    }
    to {
        transform: translateX(0);
    }
}
.bounceInRight {
    animation-name: bounceInRight;
}
@keyframes bounceInUp {
    0% {
        opacity: 0;
        transform: translateY(2000px);
    }
    60% {
        opacity: 1;
        transform: translateY(-30px);
    }
    80% {
        transform: translateY(10px);
    }
    to {
        transform: translateY(0);
    }
}
.bounceInUp {
    animation-name: bounceInUp;
}
@keyframes bounceOut {
    0% {
        transform: scale(1);
    }
    25% {
        transform: scale(0.95);
    }
    50% {
        opacity: 1;
        transform: scale(1.1);
    }
    to {
        opacity: 0;
        transform: scale(0.3);
    }
}
.bounceOut {
    animation-name: bounceOut;
}
@keyframes bounceOutDown {
    0% {
        transform: translateY(0);
    }
    20% {
        opacity: 1;
        transform: translateY(-20px);
    }
    to {
        opacity: 0;
        transform: translateY(2000px);
    }
}
.bounceOutDown {
    animation-name: bounceOutDown;
}
@keyframes bounceOutLeft {
    0% {
        transform: translateX(0);
    }
    20% {
        opacity: 1;
        transform: translateX(20px);
    }
    to {
        opacity: 0;
        transform: translateX(-2000px);
    }
}
.bounceOutLeft {
    animation-name: bounceOutLeft;
}
@keyframes bounceOutRight {
    0% {
        transform: translateX(0);
    }
    20% {
        opacity: 1;
        transform: translateX(-20px);
    }
    to {
        opacity: 0;
        transform: translateX(2000px);
    }
}
.bounceOutRight {
    animation-name: bounceOutRight;
}
@keyframes bounceOutUp {
    0% {
        transform: translateY(0);
    }
    20% {
        opacity: 1;
        transform: translateY(20px);
    }
    to {
        opacity: 0;
        transform: translateY(-2000px);
    }
}
.bounceOutUp {
    animation-name: bounceOutUp;
}
@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
.fadeIn {
    animation-name: fadeIn;
}
@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.fadeInDown {
    animation-name: fadeInDown;
}
@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        transform: translateY(-2000px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.fadeInDownBig {
    animation-name: fadeInDownBig;
}
@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translateX(-20px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}
.fadeInLeft {
    animation-name: fadeInLeft;
}
@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        transform: translateX(-2000px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}
.fadeInLeftBig {
    animation-name: fadeInLeftBig;
}
@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translateX(20px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}
.fadeInRight {
    animation-name: fadeInRight;
}
@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        transform: translateX(2000px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}
.fadeInRightBig {
    animation-name: fadeInRightBig;
}
.fadeInUp {
    animation-name: fadeInUp;
}
@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        transform: translateY(2000px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.fadeInUpBig {
    animation-name: fadeInUpBig;
}
@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}
.fadeOut {
    animation-name: fadeOut;
}
@keyframes fadeOutDown {
    0% {
        opacity: 1;
        transform: translateY(0);
    }
    to {
        opacity: 0;
        transform: translateY(20px);
    }
}
.fadeOutDown {
    animation-name: fadeOutDown;
}
@keyframes fadeOutDownBig {
    0% {
        opacity: 1;
        transform: translateY(0);
    }
    to {
        opacity: 0;
        transform: translateY(2000px);
    }
}
.fadeOutDownBig {
    animation-name: fadeOutDownBig;
}
@keyframes fadeOutLeft {
    0% {
        opacity: 1;
        transform: translateX(0);
    }
    to {
        opacity: 0;
        transform: translateX(-20px);
    }
}
.fadeOutLeft {
    animation-name: fadeOutLeft;
}
@keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
        transform: translateX(0);
    }
    to {
        opacity: 0;
        transform: translateX(-2000px);
    }
}
.fadeOutLeftBig {
    animation-name: fadeOutLeftBig;
}
@keyframes fadeOutRight {
    0% {
        opacity: 1;
        transform: translateX(0);
    }
    to {
        opacity: 0;
        transform: translateX(20px);
    }
}
.fadeOutRight {
    animation-name: fadeOutRight;
}
@keyframes fadeOutRightBig {
    0% {
        opacity: 1;
        transform: translateX(0);
    }
    to {
        opacity: 0;
        transform: translateX(2000px);
    }
}
.fadeOutRightBig {
    animation-name: fadeOutRightBig;
}
@keyframes fadeOutUp {
    0% {
        opacity: 1;
        transform: translateY(0);
    }
    to {
        opacity: 0;
        transform: translateY(-20px);
    }
}
.fadeOutUp {
    animation-name: fadeOutUp;
}
@keyframes fadeOutUpBig {
    0% {
        opacity: 1;
        transform: translateY(0);
    }
    to {
        opacity: 0;
        transform: translateY(-2000px);
    }
}
.fadeOutUpBig {
    animation-name: fadeOutUpBig;
}
@keyframes flip {
    0% {
        transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
        animation-timing-function: ease-out;
    }
    40% {
        transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
        animation-timing-function: ease-out;
    }
    50% {
        transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        animation-timing-function: ease-in;
    }
    80% {
        transform: perspective(400px) translateZ(0) rotateY(1turn) scale(0.95);
        animation-timing-function: ease-in;
    }
    to {
        transform: perspective(400px) translateZ(0) rotateY(1turn) scale(1);
        animation-timing-function: ease-in;
    }
}
.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    animation-name: flip;
}
@keyframes flipInX {
    0% {
        transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
    40% {
        transform: perspective(400px) rotateX(-10deg);
    }
    70% {
        transform: perspective(400px) rotateX(10deg);
    }
    to {
        transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
}
.flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    animation-name: flipInX;
}
@keyframes flipInY {
    0% {
        transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
    40% {
        transform: perspective(400px) rotateY(-10deg);
    }
    70% {
        transform: perspective(400px) rotateY(10deg);
    }
    to {
        transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }
}
.flipInY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    animation-name: flipInY;
}
@keyframes flipOutX {
    0% {
        transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
    to {
        transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
}
.flipOutX {
    animation-name: flipOutX;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
}
@keyframes flipOutY {
    0% {
        transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }
    to {
        transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
}
.flipOutY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    animation-name: flipOutY;
}
@keyframes lightSpeedIn {
    0% {
        transform: translateX(100%) skewX(-30deg);
        opacity: 0;
    }
    60% {
        transform: translateX(-20%) skewX(30deg);
        opacity: 1;
    }
    80% {
        transform: translateX(0) skewX(-15deg);
        opacity: 1;
    }
    to {
        transform: translateX(0) skewX(0deg);
        opacity: 1;
    }
}
.lightSpeedIn {
    animation-name: lightSpeedIn;
    animation-timing-function: ease-out;
}
@keyframes lightSpeedOut {
    0% {
        transform: translateX(0) skewX(0deg);
        opacity: 1;
    }
    to {
        transform: translateX(100%) skewX(-30deg);
        opacity: 0;
    }
}
.lightSpeedOut {
    animation-name: lightSpeedOut;
    animation-timing-function: ease-in;
}
@keyframes rotateIn {
    0% {
        transform-origin: center center;
        transform: rotate(-200deg);
        opacity: 0;
    }
    to {
        transform-origin: center center;
        transform: rotate(0);
        opacity: 1;
    }
}
.rotateIn {
    animation-name: rotateIn;
}
@keyframes rotateInDownLeft {
    0% {
        transform-origin: left bottom;
        transform: rotate(-90deg);
        opacity: 0;
    }
    to {
        transform-origin: left bottom;
        transform: rotate(0);
        opacity: 1;
    }
}
.rotateInDownLeft {
    animation-name: rotateInDownLeft;
}
@keyframes rotateInDownRight {
    0% {
        transform-origin: right bottom;
        transform: rotate(90deg);
        opacity: 0;
    }
    to {
        transform-origin: right bottom;
        transform: rotate(0);
        opacity: 1;
    }
}
.rotateInDownRight {
    animation-name: rotateInDownRight;
}
@keyframes rotateInUpLeft {
    0% {
        transform-origin: left bottom;
        transform: rotate(90deg);
        opacity: 0;
    }
    to {
        transform-origin: left bottom;
        transform: rotate(0);
        opacity: 1;
    }
}
.rotateInUpLeft {
    animation-name: rotateInUpLeft;
}
@keyframes rotateInUpRight {
    0% {
        transform-origin: right bottom;
        transform: rotate(-90deg);
        opacity: 0;
    }
    to {
        transform-origin: right bottom;
        transform: rotate(0);
        opacity: 1;
    }
}
.rotateInUpRight {
    animation-name: rotateInUpRight;
}
@keyframes rotateOut {
    0% {
        transform-origin: center center;
        transform: rotate(0);
        opacity: 1;
    }
    to {
        transform-origin: center center;
        transform: rotate(200deg);
        opacity: 0;
    }
}
.rotateOut {
    animation-name: rotateOut;
}
@keyframes rotateOutDownLeft {
    0% {
        transform-origin: left bottom;
        transform: rotate(0);
        opacity: 1;
    }
    to {
        transform-origin: left bottom;
        transform: rotate(90deg);
        opacity: 0;
    }
}
.rotateOutDownLeft {
    animation-name: rotateOutDownLeft;
}
@keyframes rotateOutDownRight {
    0% {
        transform-origin: right bottom;
        transform: rotate(0);
        opacity: 1;
    }
    to {
        transform-origin: right bottom;
        transform: rotate(-90deg);
        opacity: 0;
    }
}
.rotateOutDownRight {
    animation-name: rotateOutDownRight;
}
@keyframes rotateOutUpLeft {
    0% {
        transform-origin: left bottom;
        transform: rotate(0);
        opacity: 1;
    }
    to {
        transform-origin: left bottom;
        transform: rotate(-90deg);
        opacity: 0;
    }
}
.rotateOutUpLeft {
    animation-name: rotateOutUpLeft;
}
@keyframes rotateOutUpRight {
    0% {
        transform-origin: right bottom;
        transform: rotate(0);
        opacity: 1;
    }
    to {
        transform-origin: right bottom;
        transform: rotate(90deg);
        opacity: 0;
    }
}
.rotateOutUpRight {
    animation-name: rotateOutUpRight;
}
@keyframes slideInDown {
    0% {
        opacity: 0;
        transform: translateY(-2000px);
    }
    to {
        transform: translateY(0);
    }
}
.slideInDown {
    animation-name: slideInDown;
}
@keyframes slideInLeft {
    0% {
        opacity: 0;
        transform: translateX(-2000px);
    }
    to {
        transform: translateX(0);
    }
}
.slideInLeft {
    animation-name: slideInLeft;
}
@keyframes slideInRight {
    0% {
        opacity: 0;
        transform: translateX(2000px);
    }
    to {
        transform: translateX(0);
    }
}
.slideInRight {
    animation-name: slideInRight;
}
@keyframes slideOutLeft {
    0% {
        transform: translateX(0);
    }
    to {
        opacity: 0;
        transform: translateX(-2000px);
    }
}
.slideOutLeft {
    animation-name: slideOutLeft;
}
@keyframes slideOutRight {
    0% {
        transform: translateX(0);
    }
    to {
        opacity: 0;
        transform: translateX(2000px);
    }
}
.slideOutRight {
    animation-name: slideOutRight;
}
@keyframes slideOutUp {
    0% {
        transform: translateY(0);
    }
    to {
        opacity: 0;
        transform: translateY(-2000px);
    }
}
.slideOutUp {
    animation-name: slideOutUp;
}
@keyframes hinge {
    0% {
        transform: rotate(0);
        transform-origin: top left;
        animation-timing-function: ease-in-out;
    }
    20%,
    60% {
        transform: rotate(80deg);
        transform-origin: top left;
        animation-timing-function: ease-in-out;
    }
    40% {
        transform: rotate(60deg);
        transform-origin: top left;
        animation-timing-function: ease-in-out;
    }
    80% {
        transform: rotate(60deg) translateY(0);
        opacity: 1;
        transform-origin: top left;
        animation-timing-function: ease-in-out;
    }
    to {
        transform: translateY(700px);
        opacity: 0;
    }
}
.hinge {
    animation-name: hinge;
}
@keyframes rollIn {
    0% {
        opacity: 0;
        transform: translateX(-100%) rotate(-120deg);
    }
    to {
        opacity: 1;
        transform: translateX(0) rotate(0deg);
    }
}
.rollIn {
    animation-name: rollIn;
}
@keyframes rollOut {
    0% {
        opacity: 1;
        transform: translateX(0) rotate(0deg);
    }
    to {
        opacity: 0;
        transform: translateX(100%) rotate(120deg);
    }
}
.rollOut {
    animation-name: rollOut;
}
.back-to-top-wrapper,
.profile__main-thumb-edit label,
.profile__tab .tp-tab-line,
.tp-accordion .accordion-button .tp-accordion-plus,
.tp-accordion .accordion-button .tp-accordion-plus:after,
.tp-accordion .accordion-button .tp-accordion-plus:before,
.tp-cart-checkout-shipping-option label:after,
.tp-cart-checkout-shipping-option label:before,
.tp-postbox-share button span,
.tp-product-details-review-input-eye span,
.tp-product-details-tab-line,
.tp-product-tab-2 .nav-tabs .nav-link .tp-product-tab-tooltip,
.tp-profile-input-eye span,
.tp-return-customer-forgot a:after,
.tp-shop-widget-categories ul li a span,
.tp-shop-widget-categories ul li a:after,
.tp-tab-line,
.transition-3,
a,
button,
input,
li,
p,
select,
textarea {
    transition: all 0.3s ease-out 0s;
}
.back-to-top-btn {
    transition: transform 0.3s ease-out 0s;
}
.tp-blog-meta > span > span svg,
.tp-btn span,
.tp-course-4-info-item > span > span svg,
.tp-pricing-5-list ul li span svg,
.tp-product-details-views > span svg {
    transform: translateY(-1px);
}
.tp-cart-list tr td .tp-cart-action-btn svg,
.tp-event-4-content span img,
.tp-footer-4-top-btn span svg,
.tp-header-2-category p span img,
.tp-header-2-login button span svg,
.tp-header-4-btn-top a i svg,
.tp-header-4-btn-top a span svg,
.tp-header-4-search span svg,
.tp-order-details-icon span svg,
.tp-pagination ul li a svg,
.tp-pagination ul li span svg,
.tp-process-3-btn a svg,
.tp-product-details-action-sm-btn svg,
.tp-product-details-wishlist-btn svg,
.tpd-action-approv button svg {
    transform: translateY(-2px);
}
.tpd-action-btn a svg,
.tpd-action-btn button svg,
.tpd-action-click-tooltip button span svg,
.tpd-order-date-input form span svg,
.tpd-status button svg,
.tpd-status-complete button svg {
    transform: translateY(-3px);
}
.tp-footer-2 .tp-footer-contact-mail > a,
.tp-footer-2 .tp-footer-contact > a,
.tp-footer-2 .tp-footer-contact > span,
.tp-footer-2 .tp-footer-copyright span,
.tp-footer-2 .tp-footer-widget-content > p,
.tp-footer-2 .tp-footer-widget-content > span,
.tp-footer-2 .tp-footer-widget-link ul li a,
.tp-footer-3 .tp-footer-contact-mail a,
.tp-footer-3 .tp-footer-contact > a,
.tp-footer-3 .tp-footer-contact > span,
.tp-footer-3 .tp-footer-copyright span,
.tp-footer-3 .tp-footer-newsletter-wrap p,
.tp-footer-3 .tp-footer-widget ul li a,
.tp-footer-3 .tp-footer-widget-content p,
.tp-footer-3 .tp-footer-widget-title {
    font-family: var(--tp-ff-body);
}
.tp-footer-contact-mail a,
.tp-footer-contact > a,
.tp-footer-contact > span,
.tp-footer-copyright span,
.tp-footer-widget ul li a,
.tp-footer-widget-content p,
.tp-footer-widget-title,
.tp-program-wrap .tp-section-title {
    font-family: var(--tp-ff-primary);
}
.tp-about-exprience-count,
.tp-about-exprience-text p,
.tp-banner-5-content span,
.tp-counter-4-count,
.tp-counter-count,
.tp-event-list-count,
.tp-hero-subtitle,
.tp-section-subtitle {
    font-family: var(--tp-ff-secondary);
}
.tp-breadcrumb__list span:not(:last-child):after,
.tp-product-tab-2 .nav-tabs .nav-link:not(:first-child):after {
    transform: translateY(-50%);
}
:root {
    --tp-ff-body: "Outfit", sans-serif;
    --tp-ff-heading: "Outfit", sans-serif;
    --tp-ff-p: "Outfit", sans-serif;
    --tp-ff-primary: "Jost", sans-serif;
    --tp-ff-secondary: "Crimson Pro", serif;
    --tp-ff-fontawesome: "Font Awesome 6 Pro";
    --tp-common-white: #fff;
    --tp-common-black: #000;
    --tp-common-black-1: #010f1c;
    --tp-grey-1: #f6f4ee;
    --tp-grey-2: #84807b;
    --tp-grey-3: #55585b;
    --tp-grey-4: #efede7;
    --tp-grey-5: #636366;
    --tp-grey-6: #4f5158;
    --tp-red-1: #af0e2e;
    --tp-red-2: #c41230;
    --tp-red-3: #b70a14;
    --tp-blue-1: #f1f3f9;
    --tp-heading-primary: #161613;
    --tp-heading-2: #031f42;
    --tp-heading-3: #0a1d3a;
    --tp-heading-4: #161821;
    --tp-text-body: #57595f;
    --tp-theme-primary: #ab0c2f;
    --tp-theme-secondary: #1a73e8;
    --tp-theme-3: #ff7162;
    --tp-theme-4: #b1040e;
    --tp-theme-5: #f0ec51;
    --tp-theme-6: #1e1e2f;
    --tp-theme-7: #4661fd;
    --tp-theme-8: #006b61;
    --tp-dashboard-primary: #556df5;
    --tp-dashboard-secondary: #5169f1;
    --tp-dashboard-3: #5b7d55;
    --tp-dashboard-danger: #ff4d4f;
    --tp-dashboard-sucess: #0f9f55;
    --tp-dashboard-warning: #f59b12;
    --tp-dashboard-info: #5974ff;
    --tp-border-primary: #eaebed;
    --tp-border-2: #e4e2dc;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
/*    font-family: var(--tp-ff-body);*/
    font-size: 14px;
    font-weight: 400;
    color: var(--tp-text-body);
    line-height: 26px;
}
a {
    text-decoration: none;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
/*    font-family: var(--tp-ff-heading);*/
    color: var(--tp-heading-primary);
    margin-top: 0;
    font-weight: 600;
    line-height: 1.2;
    transition: color 0.3s ease-out 0s;
}
.h1,
h1 {
    font-size: 40px;
}
.h2,
h2 {
    font-size: 36px;
}
.h3,
h3 {
    font-size: 28px;
}
.h4,
h4 {
    font-size: 24px;
}
.h5,
h5 {
    font-size: 20px;
}
.h6,
h6 {
    font-size: 16px;
}
ul {
    margin: 0;
    padding: 0;
}
p {
/*    font-family: var(--tp-ff-p);*/
    font-size: 16px;
    font-weight: 400;
/*    color: var(--tp-text-body);*/
    margin-bottom: 15px;
    line-height: 26px;
}
a:not([href]):not([class]),
a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none;
}
.button:focus,
a:focus {
    text-decoration: none;
    outline: none;
}
a:focus,
a:hover {
    color: inherit;
    text-decoration: none;
}
a,
button {
    color: inherit;
    outline: none;
    border: none;
    background: transparent;
}
button:hover {
    cursor: pointer;
}
button:focus {
    outline: 0;
}
.uppercase {
    text-transform: uppercase;
}
.capitalize {
    text-transform: capitalize;
}
.form-control[type="file"] {
    line-height: 42px;
}
input[type="email"], input[type="file"], input[type="date"], input[type="number"], input[type="password"], input[type="tel"], input[type="text"], input[type="url"], textarea, select {
    outline: none;
    height: 54px;
    width: 100%;
    line-height: 56px;
    font-size: 14px;
    color: var(--tp-common-black);
    padding-left: 12px;
    padding-right: 12px;
    border-radius: 6px;
    border: 1px solid #e6e8f0;
    background: #fff;
    box-shadow: 0 1px 1px 0 rgba(48, 54, 81, .06), inset 0 1px 3px rgba(48, 54, 81, .06);
    transition: all .3s ease-out 0s;
}
input[type="email"]::placeholder,
input[type="date"]::placeholder,
input[type="file"]::placeholder,
input[type="number"]::placeholder,
input[type="password"]::placeholder,
input[type="tel"]::placeholder,
input[type="text"]::placeholder,
input[type="url"]::placeholder,
textarea::placeholder 
select::placeholder {
    color: #95999d;
}
[dir="rtl"] input[type="email"],
[dir="rtl"] input[type="file"],
[dir="rtl"] input[type="date"],
[dir="rtl"] input[type="number"],
[dir="rtl"] input[type="password"],
[dir="rtl"] input[type="tel"],
[dir="rtl"] input[type="text"],
[dir="rtl"] input[type="url"],
[dir="rtl"] textarea {
    text-align: right;
}
input[type="email"]:focus,
input[type="file"]:focus,
input[type="date"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="url"]:focus,
select:focus 
textarea:focus {
    border-color: var(--standard_color);
}
input[type="email"]:focus::placeholder,
input[type="date"]:focus::placeholder,
input[type="file"]:focus::placeholder,
input[type="number"]:focus::placeholder,
input[type="password"]:focus::placeholder,
input[type="tel"]:focus::placeholder,
input[type="text"]:focus::placeholder,
input[type="url"]:focus::placeholder,
textarea:focus::placeholder 
select:focus::placeholder {
    opacity: 0;
}
textarea {
    line-height: 1.4;
    padding-top: 17px;
    padding-bottom: 17px;
    height: auto !important;
}
input[type="color"] {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: none;
    border: 0;
    cursor: pointer;
    height: 100%;
    width: 100%;
    padding: 0;
    border-radius: 50%;
}
::selection {
    background: var(--tp-common-black);
    color: var(--tp-common-white);
    text-shadow: none;
}
::placeholder {
    color: var(--tp-common-black);
    font-size: 14px;
    opacity: 1;
}
.z-index-2 {
    z-index: 2;
}
.z-index-3 {
    z-index: 3;
}
.z-index-4 {
    z-index: 4;
}
.z-index-5 {
    z-index: 5;
}
.z-index-6 {
    z-index: 6;
}
.z-index-7 {
    z-index: 7;
}
.z-index-8 {
    z-index: 8;
}
.z-index-9 {
    z-index: 9;
}
.pointer {
    cursor: pointer;
}
@media (min-width: 1400px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1225px;
    }
    .custom-container-larg {
        max-width: 1744px;
    }
    .custom-container {
        max-width: 1424px;
    }
}
.w-img img {
    width: 100%;
}
.m-img img {
    max-width: 100%;
}
.fix {
    overflow: hidden;
}
.clear {
    clear: both;
}
.z-index-1 {
    z-index: 1;
}
.z-index-11 {
    z-index: 11;
}
.overflow-y-visible {
    overflow-x: hidden;
    overflow-y: visible;
}
.p-relative {
    position: relative;
}
.p-absolute {
    position: absolute;
}
.include-bg {
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.demo {
    transition: color 0.3s linear 0s;
    transition: color 0.3s linear, transform 0.2s ease;
}
[dir="rtl"] .demo {
    margin-left: 0;
    margin-right: 15px;
}
div.demo img {
    margin-left: 10px;
}
[tp-theme="tp-theme-dark"] .demo {
    color: #ff0;
}
.body-overlay {
    z-index: 9999;
}
.body-overlay.opened {
    opacity: 0.7;
}
.tp-product-quantity {
    width: 148px;
    position: relative;
}
.tp-product-quantity.cart {
    width: 100px;
}
.tp-product-quantity.cart .tp-cart-minus:hover,
.tp-product-quantity.cart .tp-cart-plus:hover {
    color: var(--tp-theme-8);
}
.tp-cart-minus,
.tp-cart-plus {
    width: 45px;
    height: 44px;
    line-height: 44px;
    display: inline-block;
    text-align: center;
    font-size: 16px;
    color: var(--tp-common-black);
    position: absolute;
    top: 50%;
    left: 0;
    transition: all 0.3s ease-out 0s;
    transform: translateY(-50%);
}
.tp-cart-minus svg,
.tp-cart-plus svg {
    transform: translateY(-2px);
}
.tp-cart-minus:hover,
.tp-cart-plus:hover {
    cursor: pointer;
    color: var(--standard_color);
}
.tp-cart-minus.tp-cart-plus,
.tp-cart-plus.tp-cart-plus {
    left: auto;
    right: 0;
}
.tp-cart-minus.tp-cart-plus:after,
.tp-cart-plus.tp-cart-plus:after {
    left: 0;
    right: auto;
}
.tp-cart-input[type="text"] {
    height: 34px;
    text-align: center;
    font-size: 14px;
    padding: 0 30px;
    width: 100px;
    border-radius: 20px;
    border: 1px solid #dadce0;
    background-color: var(--tp-common-white);
}
.tp-dropcap:first-letter {
    font-size: 90px;
    font-weight: 500;
    float: left;
    text-align: center;
    color: var(--tp-common-black);
    margin-right: 5px;
    line-height: inherit;
    text-transform: capitalize;
}
.table > :not(caption) > * > * {
    background-color: transparent;
}
.class {
    stroke-dasharray: 189px, 191px;
    stroke-dashoffset: 0px;
}
.tp-gx-10 {
    --bs-gutter-x: 10px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-gx-10 {
        --bs-gutter-x: 10px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-gx-10 {
        --bs-gutter-x: 10px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .tp-gx-10 {
        --bs-gutter-x: 5px;
    }
}
@media only screen and (max-width: 767px) {
    .tp-gx-10 {
        --bs-gutter-x: 5px;
    }
}
.tp-gx-10 [class*="col-"] {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-top: var(--bs-gutter-y);
}
.tp-gx-20 {
    --bs-gutter-x: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-gx-20 {
        --bs-gutter-x: 20px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-gx-20 {
        --bs-gutter-x: 20px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .tp-gx-20 {
        --bs-gutter-x: 15px;
    }
}
@media only screen and (max-width: 767px) {
    .tp-gx-20 {
        --bs-gutter-x: 10px;
    }
}
.tp-gx-20 [class*="col-"] {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-top: var(--bs-gutter-y);
}
.tp-gx-30 {
    --bs-gutter-x: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-gx-30 {
        --bs-gutter-x: 30px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-gx-30 {
        --bs-gutter-x: 30px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .tp-gx-30 {
        --bs-gutter-x: 15px;
    }
}
@media only screen and (max-width: 767px) {
    .tp-gx-30 {
        --bs-gutter-x: 10px;
    }
}
.tp-gx-30 [class*="col-"] {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-top: var(--bs-gutter-y);
}
.tp-gx-50 {
    --bs-gutter-x: 50px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-gx-50 {
        --bs-gutter-x: 50px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-gx-50 {
        --bs-gutter-x: 30px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .tp-gx-50 {
        --bs-gutter-x: 15px;
    }
}
@media only screen and (max-width: 767px) {
    .tp-gx-50 {
        --bs-gutter-x: 10px;
    }
}
.tp-gx-50 [class*="col-"] {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-top: var(--bs-gutter-y);
}
.tp-gx-90 {
    --bs-gutter-x: 90px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .tp-gx-90 {
        --bs-gutter-x: 50px;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-gx-90 {
        --bs-gutter-x: 30px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-gx-90 {
        --bs-gutter-x: 25px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-gx-90 {
        --bs-gutter-x: 25px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .tp-gx-90 {
        --bs-gutter-x: 20px;
    }
}
@media only screen and (max-width: 767px) {
    .tp-gx-90 {
        --bs-gutter-x: 10px;
    }
}
.tp-gx-90 [class*="col-"] {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-top: var(--bs-gutter-y);
}
.tp-gx-60 {
    --bs-gutter-x: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-gx-60 {
        --bs-gutter-x: 30px;
    }
}
@media only screen and (max-width: 767px) {
    .tp-gx-60 {
        --bs-gutter-x: 15px;
    }
}
.tp-categroy-plr-85 {
    padding-left: 85px;
    padding-right: 85px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .tp-categroy-plr-85 {
        padding-left: 40px;
        padding-right: 40px;
    }
}
.mr-4 {
    margin-right: 2px;
}
.back-to-top-wrapper {
    position: fixed;
    right: 20px;
    bottom: 0;
    width: 44px;
    height: 44px;
    cursor: pointer;
    display: block;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    border-radius: 50%;
}
@media only screen and (max-width: 767px) {
    .back-to-top-wrapper {
        right: 20px;
        bottom: 20px;
    }
}
.back-to-top-wrapper.back-to-top-btn-show {
    visibility: visible;
    opacity: 1;
    bottom: 80px;
}
.back-to-top-btn {
    display: inline-block;
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    background: var(--tp-common-black);
    box-shadow: 0 8px 16px rgba(3, 4, 28, 0.3);
    color: var(--tp-common-white);
    border-radius: 50%;
}
.back-to-top-btn svg {
    transform: translateY(-2px);
}
.back-to-top-btn:hover {
    transform: translateY(-4px);
}
.tp-btn {
    font-size: 15px;
    font-weight: 500;
    display: inline-block;
    padding: 7px 23px;
    border-radius: 6px;
    border: 2px solid var(--standard_color);
    background-color: var(--standard_color);
    transition: all 0.3s ease-out 0s;
}
.tp-btn,
.tp-btn:hover {
    color: var(--tp-common-white);
}
.tp-btn:hover {
    box-shadow: 0 10px 15px -5px rgba(21, 36, 34, 0.1);
    background-color: #880824;
    border-color: #880824;
}
.tp-btn span {
    display: inline-block;
    margin-left: 5px;
    transform: translateY(-1px);
}
.tp-btn-sm {
    padding: 13px 35px;
}
.tp-btn-2 {
    display: inline-block;
    color: var(--tp-heading-2);
    font-size: 15px;
    font-weight: 500;
    border-radius: 100px;
    background: #ffc221;
    padding: 8px 31px;
    border: 2px solid #ffc221;
    transition: all 0.3s ease-out 0s;
}
.tp-btn-2:hover {
    background-color: transparent;
    border-color: var(--tp-heading-2);
    color: var(--tp-heading-2);
}
.tp-btn-3 {
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
    padding: 9px 32px;
    border-radius: 6px;
    background-color: var(--standard_color);
    transition: all 0.25s ease-in-out;
}
.tp-btn-3,
.tp-btn-3:hover {
    color: var(--tp-common-white);
}
.tp-btn-3:hover {
    box-shadow: 0 0 0 0.2rem #ab0c2f !important;
}
.tp-btn-4 {
    font-size: 14px;
    font-weight: 600;
    border-radius: 6px;
    padding: 23px 41px;
    line-height: 1;
    display: inline-block;
    letter-spacing: 0.56px;
    text-transform: uppercase;
    background-color: var(--tp-theme-5);
    transition: all 0.25s ease-in-out;
}
.tp-btn-4,
.tp-btn-4:hover {
    color: var(--tp-heading-primary);
}
.tp-btn-4:hover {
    box-shadow: 0 0 0 0.2rem var(--tp-theme-5) !important;
}
.tp-btn-5 {
    padding: 15px 37px;
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    border-radius: 6px;
    border: 2px solid hsla(0, 0%, 100%, 0.3);
    transition: all 0.3s ease-out 0s;
}
.tp-btn-5,
.tp-btn-5:hover {
    color: var(--tp-common-white);
}
.tp-btn-5:hover {
    border-color: var(--tp-common-white);
}
.tp-btn-white {
    font-size: 14px;
    font-weight: 600;
    border-radius: 7px;
    padding: 15px 45px;
    display: inline-block;
    letter-spacing: 0.56px;
    text-transform: uppercase;
    color: var(--tp-common-white);
    border: 2px solid var(--tp-common-white);
}
.tp-btn-white:hover {
    color: var(--tp-heading-primary);
    background-color: var(--tp-common-white);
}
.tp-btn-border {
    padding: 15px 32px;
    border-radius: 50px;
    background: var(--tp-theme-secondary);
    color: var(--tp-common-white);
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
    border: 2px solid var(--tp-theme-secondary);
}
.tp-btn-border span {
    display: inline-block;
    margin-left: 3px;
}
.tp-btn-border:hover {
    background-color: transparent;
    color: var(--tp-theme-secondary);
}
.tp-btn-round {
    display: inline-block;
    line-height: 1;
    padding: 12px 28px;
    background-color: var(--tp-theme-secondary);
    font-size: 16px;
    font-weight: 600;
    color: var(--tp-common-white);
    border-radius: 50px;
    border: 2px solid var(--tp-theme-secondary);
}
.tp-btn-round:hover {
    background-color: transparent;
    color: var(--tp-theme-secondary);
}
.tp-btn-round span {
    display: inline-block;
    margin-left: 6px;
}
.tp-btn-round svg {
    transform: translateY(-2px);
}
.tp-btn-circle {
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    border-radius: 50%;
    padding: 44px 31px;
    display: inline-block;
    background-color: #b1040e;
    color: var(--tp-common-white);
}
.tp-btn-circle span {
    display: block;
}
.tp-btn-circle:hover {
    background-color: #880824;
    border-color: #880824;
    box-shadow: 0 10px 15px -5px rgba(21, 36, 34, 0.1);
}
.tp-btn-circle:focus,
.tp-btn-circle:hover,
.tp-btn-tomato {
    color: var(--tp-common-white);
}
.tp-btn-tomato {
    font-size: 16px;
    font-weight: 600;
    border-radius: 18px;
    padding: 11px 28px;
    background-color: var(--tp-theme-3);
    border: 1px solid hsla(0, 0%, 100%, 0.3);
}
.tp-btn-tomato:hover {
    color: var(--tp-common-white);
    background-color: var(--tp-common-black);
}
.tp-btn-inner {
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    border-radius: 6px;
    padding: 7px 24px;
    color: var(--tp-common-white);
    background-color: var(--tp-dashboard-secondary);
    box-shadow: 0 1px 2px 0 rgba(20, 56, 181, 0.25), 0 0 1px 0 #1438b5;
}
.tp-btn-inner:hover {
    box-shadow: none;
    background: #425eff;
    color: var(--tp-common-white);
}
.tp-btn-offcanvas {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    color: var(--tp-common-white);
    background: var(--standard_color);
    text-align: center;
/*    font-family: var(--tp-ff-space);*/
    padding: 9px 22px;
    letter-spacing: -0.02em;
    position: relative;
    z-index: 1;
    text-transform: capitalize;
}
.tp-btn-offcanvas i {
    padding-left: 5px;
}
.tp-btn-offcanvas:hover {
    background-color: var(--tp-common-black);
    color: var(--tp-common-white);
}
@keyframes tp-pulse {
    0% {
        box-shadow: 0 0 0 0 hsla(0, 0%, 100%, 0.4);
    }
    70% {
        box-shadow: 0 0 0 45px hsla(0, 0%, 100%, 0);
    }
    to {
        box-shadow: 0 0 0 0 hsla(0, 0%, 100%, 0);
    }
}
@keyframes icon-bounce {
    0%,
    20%,
    50%,
    80%,
    to {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-10px);
    }
    60% {
        transform: translateY(-5px);
    }
}
.video-border-animation {
    position: relative;
}
.video-border-animation:after {
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    width: 90%;
    height: 90%;
    transform: scale(1);
    border: 1px solid var(--tp-common-white);
    animation: video-border 1.5s linear infinite;
    border-radius: 50%;
}
@keyframes tp-rotate-video-text {
    0% {
        transform: rotate(-45deg);
    }
    to {
        transform: rotate(315deg);
    }
}
@keyframes section-animation {
    0% {
        max-width: 0;
    }
    15% {
        max-width: 100%;
    }
    85% {
        opacity: 1;
    }
    90% {
        max-width: 100%;
        opacity: 0;
    }
    to {
        max-width: 0;
        opacity: 0;
    }
}
@keyframes hero-dot-1 {
    0% {
        transform: translateY(-80px);
    }
    to {
        transform: translateY(0);
    }
}
@keyframes hero-dot-2 {
    0% {
        transform: translateX(-50px);
    }
    to {
        transform: translateX(0);
    }
}
@keyframes video-border {
    0% {
        transform: translate(-50%, -50%) scale(0.9);
    }
    60% {
        opacity: 1;
    }
    to {
        transform: translate(-50%, -50%) scale(2);
        opacity: 0;
    }
}
@keyframes light {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.4;
    }
    to {
        opacity: 1;
        color: #fff;
    }
}
@keyframes neptune {
    0% {
        transform: translate(0);
    }
    20% {
        transform: translate(20px, -5px);
    }
    40% {
        transform: translate(50px, 20px);
    }
    60% {
        transform: translate(20px, 50px);
    }
    80% {
        transform: translate(-20px, 30px);
    }
    to {
        transform: translate(0);
    }
}
@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
@keyframes a {
    0% {
        transform: scale(0.5);
    }
    50% {
        transform: scale(1);
    }
    to {
        transform: scale(0.8);
    }
}
@keyframes scroll-1 {
    0% {
        transform: translateX(0);
    }
    to {
        transform: translateX(-100%);
    }
}
@keyframes headerSlideDown {
    0% {
        margin-top: -150px;
    }
    to {
        margin-top: 0;
    }
}
@keyframes headerSlideUp {
    0% {
        margin-top: 0;
    }
    to {
        margin-top: -150px;
    }
}
@keyframes section_stroke {
    0% {
        stroke-dashoffset: 560;
    }
    to {
        stroke-dashoffset: 0;
    }
}
@keyframes shine {
    to {
        left: -200%;
    }
}
.line-dash-path {
    stroke-dasharray: 4;
    stroke-dashoffset: 350;
    animation: tp-line-dash 30s linear infinite forwards;
    animation-duration: 20s;
    animation-iteration-count: infinite;
    animation-name: gradients;
    background: linear-gradient(45deg, #df7bd2, #09b1ab, #df7bd2, #fdbf62);
}
@keyframes tp-line-dash {
    to {
        stroke-dashoffset: 0;
    }
}
@keyframes dash {
    to {
        stroke-dashoffset: 0px;
        stroke-dasharray: 3000;
    }
}
@keyframes gradients {
    0% {
        background-position: 0 0;
    }
    25% {
        background-position: 50% 0;
    }
    50% {
        background-position: 90% 0;
    }
    60% {
        background-position: 60%;
    }
    75% {
        background-position: 40%;
    }
    to {
        background-position: 0 0;
    }
}
@keyframes tpswing {
    0% {
        transform: rotate(3deg);
    }
    to {
        transform: rotate(-3deg);
    }
}
@keyframes tpswings {
    0% {
        transform: translateY(0) rotate(0deg);
    }
    to {
        transform: translateY(-20px) rotate(-10deg);
    }
}
@keyframes hero-bounce {
    0%,
    20%,
    50%,
    80%,
    to {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-30px);
    }
    60% {
        transform: translateY(-15px);
    }
}
@keyframes bannerAnimationTwo {
    0% {
        transform: translate(0);
    }
    20% {
        transform: translate(450px);
    }
    40% {
        transform: translate(450px, -20px);
    }
    60% {
        transform: translate(250px, -20px);
    }
    80% {
        transform: translate(50px, -10px);
    }
    to {
        transform: translate(0);
    }
}
@keyframes spin {
    0% {
        transform: scale(0);
    }
    50% {
        transform: scale(1);
    }
    to {
        transform: scale(0);
    }
}
@keyframes img-border {
    0% {
        border-radius: 51% 49% 77% 23%/65% 50% 50% 35%;
    }
    to {
        border-radius: 30% 70% 28% 72%/53% 69% 31% 47%;
    }
}
@keyframes radiusChange {
    0% {
        border-radius: 0 0 0 0;
    }
    40% {
        border-radius: 50px 0 80px 0;
    }
    80% {
        border-radius: 0 50px 0 80px;
    }
    to {
        border-radius: 0 0 0 0;
    }
}
@keyframes morph {
    0%,
    to {
        border-radius: 40% 60% 70% 30%/40% 40% 60% 50%;
    }
    34% {
        border-radius: 70% 30% 50% 50%/30% 30% 70% 70%;
    }
    67% {
        border-radius: 100% 60% 60% 100%/100% 100% 60% 60%;
    }
}
@keyframes tfLeftToRight {
    49% {
        transform: translateY(30%);
    }
    50% {
        opacity: 0;
        transform: translateY(-30%);
    }
    51% {
        opacity: 1;
    }
}
@keyframes bubbles {
    0% {
        bottom: 52px;
        left: 67px;
        opacity: 0;
    }
    50% {
        bottom: 62px;
        opacity: 1;
    }
    to {
        bottom: 72px;
        left: 67px;
        opacity: 0;
    }
}
@keyframes ab2animation {
    0% {
        transform: translateX(0);
    }
    25% {
        transform: translateX(-35px);
    }
    50% {
        transform: translateX(0);
    }
    75% {
        transform: translateX(35px);
    }
    to {
        transform: translateX(0);
    }
}
@keyframes opacity {
    0% {
        opacity: 0.4;
    }
    50% {
        opacity: 1;
    }
    to {
        opacity: 0.4;
    }
}
@keyframes animation-popup {
    0% {
        transform: scale(0.7) rotate(0deg);
    }
    40% {
        transform: scale(0.7) rotate(160deg);
    }
    80% {
        transform: scale(1) rotate(1turn);
    }
    to {
        transform: scale(1) rotate(1turn);
    }
}
#loading {
    background-color: #fff;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 999999;
    margin-top: 0;
    top: 0;
}
#loading-center {
    width: 100%;
    height: 100%;
    position: relative;
}
#loading-center-absolute {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.tp-preloader-logo {
    width: 180px;
    height: 180px;
    line-height: 180px;
    position: relative;
    text-align: center;
    margin: auto;
}
.tp-preloader-logo img {
    animation: zoom-in-zoom-out 2s ease-out infinite;
}
.tp-preloader-circle,
.tp-preloader-circle svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.tp-preloader-circle svg {
    animation: tp-rotate 5s linear infinite;
}
.tp-preloader-circle svg circle:last-child {
    stroke: var(--standard_color);
    stroke-dashoffset: 0;
    stroke-dasharray: 1128, 3150;
    animation: tp-loading 4s linear infinite;
    transform-origin: center center;
}
@keyframes tp-loading {
    0% {
        stroke-dashoffset: 0;
        stroke-dasharray: 0, 3150;
    }
    to {
        stroke-dashoffset: -1131;
        stroke-dasharray: 1128, 3138;
    }
}
@keyframes tp-rotate {
    0% {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(1turn);
    }
}
.tp-preloader-content {
    text-align: center;
}
.tp-preloader-title {
    font-size: 100px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
    .tp-preloader-title {
        font-size: 70px;
    }
}
.tp-preloader-subtitle {
    font-size: 20px;
    margin-bottom: 0;
    margin-top: 20px;
    transform: translateX(4px);
    color: var(--tp-common-black);
}
@keyframes zoom-in-zoom-out {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(0.9);
    }
    to {
        transform: scale(1);
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    #loading-center-absolute {
        width: 40%;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    #loading-center-absolute {
        width: 40%;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    #loading-center-absolute {
        width: 45%;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    #loading-center-absolute {
        width: 50%;
    }
}
@media (max-width: 575px) {
    #loading-center-absolute {
        width: 90%;
    }
}
.grey-bg {
    background-color: var(--tp-grey-1);
}
.white-bg {
    background-color: var(--tp-common-white);
}
.black-bg {
    background-color: var(--tp-common-black);
}
.theme-bg {
    background-color: var(--standard_color);
}
.theme-bg-2 {
    background-color: var(--tp-theme-5);
}
.lightblue-bg {
    background-color: var(--tp-blue-1);
}
[data-bg-color="footer-bg-grey"] {
    background-color: var(--tp-footer-grey-1);
}
.nice-select {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #e8e8e8;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    float: left;
    font-family: inherit;
    font-size: 14px;
    font-weight: 400;
    height: 42px;
    line-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 30px;
    position: relative;
    text-align: left !important;
    transition: all 0.2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: auto;
}
.nice-select:hover {
    border-color: #dbdbdb;
}
.nice-select.open,
.nice-select:active,
.nice-select:focus {
    border-color: #999;
}
.nice-select:after {
    position: absolute;
    content: "";
    top: 50%;
    right: 0;
    font-family: var(--tp-ff-fontawesome);
    color: var(--tp-common-black);
    font-weight: 500;
    pointer-events: none;
    transition: all 0.15s ease-in-out;
    margin-top: 0;
    transform-origin: center;
    transform: translateY(-50%);
}
.nice-select.open:after {
    transform: translateY(-50%) rotate(-180deg);
}
.nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    transform: scale(1) translateY(0);
}
.nice-select.disabled {
    border-color: #ededed;
    color: #999;
    pointer-events: none;
}
.nice-select.disabled:after {
    border-color: #ccc;
}
.nice-select.wide {
    width: 100%;
}
.nice-select.wide .list {
    left: 0 !important;
    right: 0 !important;
}
.nice-select.right {
    float: right;
}
.nice-select.right .list {
    left: auto;
    right: 0;
}
.nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px;
}
.nice-select.small:after {
    height: 4px;
    width: 4px;
}
.nice-select.small .option {
    line-height: 34px;
    min-height: 34px;
}
.nice-select .list {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
    box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    transform-origin: 50% 0;
    transform: scale(0.75) translateY(-21px);
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 9;
}
.nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 40px;
    list-style: none;
    min-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    transition: all 0.2s;
}
.nice-select .option.selected {
    font-weight: 700;
}
.nice-select .option.disabled {
    background-color: transparent;
    color: #999;
    cursor: default;
}
.no-csspointerevents .nice-select .list {
    display: none;
}
.no-csspointerevents .nice-select.open .list {
    display: block;
}
.tp-pagination ul {
    display: flex;
}
.tp-pagination ul li {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    color: #121420;
    border-radius: 20px;
    background-color: var(--tp-common-white);
    border: 0 solid rgba(0, 0, 0, 0.1);
}
.tp-pagination ul li.current,
.tp-pagination ul li:hover {
    color: var(--tp-common-white);
    background: var(--tp-dashboard-secondary);
    border-color: var(--tp-dashboard-secondary);
}
.tp-pagination ul li:not(:last-child) {
    margin-right: 6px;
}
.tp-pagination ul li.disabled {
    display: none;
}
.tp-pagination ul li a,
.tp-pagination ul li span {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    color: #121420;
    border-radius: 20px;
    border: 0 solid rgba(0, 0, 0, 0.1);
}
.tp-pagination ul li a.current,
.tp-pagination ul li a:hover,
.tp-pagination ul li span.current,
.tp-pagination ul li span:hover {
    color: var(--tp-common-white);
    background: var(--tp-dashboard-secondary);
    border-color: var(--tp-dashboard-secondary);
}
.tp-pagination.shop ul li a.current,
.tp-pagination.shop ul li a:hover,
.tp-pagination.shop ul li span.current,
.tp-pagination.shop ul li span:hover,
.tp-pagination.shop ul li.current,
.tp-pagination.shop ul li:hover {
    background-color: var(--tp-theme-8);
    border-color: var(--tp-theme-8);
}
.offcanvas__area {
    position: fixed;
    right: 0;
    top: 0;
    width: 450px;
    height: 98vh;
    transform: translateX(calc(100% + 80px));
    background: var(--tp-common-white) none repeat scroll 0 0;
    z-index: 1000;
    transition: 0.3s linear;
    overflow-y: scroll;
    overscroll-behavior-y: contain;
    scrollbar-width: none;
}
.offcanvas-contact ul {
    padding-left: 16px;
}
.offcanvas-contact li {
    list-style: circle !important;
    margin-bottom: 8px !important;
}
.offcanvas__area::-webkit-scrollbar {
    display: none;
}
.offcanvas__area.offcanvas-opened {
    transform: translateX(0);
    opacity: 1;
}
@media only screen and (max-width: 767px) {
    .offcanvas__area {
        width: calc(100% - 50px);
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .offcanvas__area {
        width: 350px;
    }
}
@media only screen and (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
    .offcanvas__top {
        margin-bottom: 40px;
    }
}
.offcanvas__wrapper {
    position: relative;
    padding: 50px 40px 145px;
    z-index: 1;
    min-height: 100%;
}
@media only screen and (max-width: 767px) {
    .offcanvas__wrapper {
        padding: 20px;
    }
}
.offcanvas-title {
    font-size: 40px;
    line-height: 1;
    font-weight: 700;
    margin-bottom: 15px;
    letter-spacing: -0.8px;
    color: var(--tp-common-black-1);
}
.offcanvas-title.sm {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 0;
}
.offcanvas-content {
    margin-bottom: 45px;
}
@media only screen and (max-width: 767px) {
    .offcanvas-content {
        display: none;
    }
}
.offcanvas-content p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #414144;
}
.offcanvas-gallery {
    margin-bottom: 45px;
}
@media only screen and (max-width: 767px) {
    .offcanvas-gallery {
        display: none;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .offcanvas-gallery.home-2 {
        margin-top: 30px;
    }
}
.offcanvas-gallery-img {
    position: relative;
}
.offcanvas-gallery-img img {
    width: 100%;
    transition: 0.4s;
}
.offcanvas-gallery-img:after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    height: 100%;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transition: 0.4s;
    pointer-events: none;
    background-color: rgba(0, 0, 0, 0.3);
}
.offcanvas-gallery-img:hover img {
    transform: scale(1.1);
}
.offcanvas-gallery-img:hover:after {
    opacity: 1;
    visibility: visible;
}
.offcanvas-contact {
    margin-bottom: 55px;
}
.offcanvas-contact ul li {
    margin-bottom: 2px;
    list-style: none;
}
.offcanvas-contact ul li a {
    position: relative;
    font-size: 18px;
    color: #414144;
    display: inline-block;
}
.offcanvas-contact ul li a:before {
    position: absolute;
    content: "";
    width: 0;
    height: 1px;
    left: auto;
    right: 0;
    bottom: 0;
    opacity: 0;
    background: #414144;
    transition: all 0.3s linear;
}
.offcanvas-contact ul li a:hover:before {
    opacity: 1;
    width: 100%;
    left: 0;
    right: auto;
    transition: all 0.2s linear;
}
.offcanvas-social ul {
    display: flex;
    align-items: center;
}
.offcanvas-social ul li {
    list-style: none;
}
.offcanvas-social ul li:not(:last-of-type) {
    margin-right: 8px;
}
.offcanvas-social ul li a {
    display: inline-block;
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 38px;
    border-radius: 40px;
    color: var(--tp-common-black-1);
    border: 1px solid rgba(2, 11, 24, 0.1);
}
.offcanvas-social ul li a svg {
    transform: translateY(-1px);
}
.offcanvas-social ul li a:hover {
    color: var(--tp-common-white);
    border-color: var(--tp-common-black);
    background-color: var(--tp-common-black);
}
.offcanvas__close {
    position: absolute;
    top: 30px;
    right: 30px;
    z-index: 2;
}
@media only screen and (max-width: 767px) {
    .offcanvas__close {
        top: 20px;
    }
}
.offcanvas__close-btn {
    display: inline-block;
    cursor: pointer;
    font-size: 16px;
    height: 50px;
    width: 50px;
    line-height: 40px;
    background-color: var(--standard_color);
    color: var(--tp-common-white);
    border: none;
    transition: 0.3s linear;
}
@media only screen and (max-width: 767px) {
    .offcanvas__close-btn {
        height: 40px;
        width: 40px;
    }
}
.offcanvas__close-btn:hover {
    background-color: var(--standard_color);
    color: var(--tp-common-white);
    opacity: 0.8;
}
.offcanvas__close-btn svg,
.offcanvas__close-btn:hover svg {
    transform: translateY(-2px);
}
.offcanvas-open-btn {
    height: 40px;
    width: 40px;
    border-radius: 6px;
    line-height: 42px;
    text-align: center;
    cursor: pointer;
    background-color: transparent;
    transition: 0.3s linear;
    border: 1px solid hsla(0, 0%, 100%, 0.3);
}
.offcanvas-open-btn span {
    font-size: 16px;
    font-weight: 400;
    transform: translateY(-3px);
    display: inline-block;
    transition: 0.3s linear;
}
.offcanvas-open-btn:hover {
    border-color: #fff;
    background-color: var(--tp-common-white);
}
.offcanvas-open-btn:hover i {
    color: var(--tp-common-black);
}
.offcanvas-open-btn i {
    display: inline-block;
    transform: translateY(-2px);
    color: var(--tp-common-white);
    transform: 0.3s linear;
}
.offcanvas-btn {
    margin-left: 20px;
}
@media only screen and (max-width: 767px) {
    .offcanvas-btn {
        margin-left: 8px;
    }
}
.offcanvas__2 .offcanvas__close-btn {
    background-color: var(--tp-theme-secondary);
}
.offcanvas__2 .offcanvas__2 .tp-main-menu-mobile ul li.has-dropdown.expanded,
.offcanvas__2 .tp-main-menu-mobile ul li.has-dropdown > a.expanded,
.offcanvas__2 .tp-main-menu-mobile ul li:hover > a,
.offcanvas__2 .tp-main-menu-mobile ul li:hover > a .dropdown-toggle-btn i {
    color: var(--tp-theme-secondary);
}
.offcanvas__2 .offcanvas__2 .tp-main-menu-mobile ul li.has-dropdown.expanded .dropdown-toggle-btn:after,
.offcanvas__2 .offcanvas__2 .tp-main-menu-mobile ul li.has-dropdown.expanded .dropdown-toggle-btn:before,
.offcanvas__2 .tp-main-menu-mobile ul li.has-dropdown > a.expanded .dropdown-toggle-btn:after,
.offcanvas__2 .tp-main-menu-mobile ul li.has-dropdown > a.expanded .dropdown-toggle-btn:before,
.offcanvas__2 .tp-main-menu-mobile ul li:hover > a .dropdown-toggle-btn i .dropdown-toggle-btn:after,
.offcanvas__2 .tp-main-menu-mobile ul li:hover > a .dropdown-toggle-btn i .dropdown-toggle-btn:before,
.offcanvas__2 .tp-main-menu-mobile ul li:hover > a .dropdown-toggle-btn:after,
.offcanvas__2 .tp-main-menu-mobile ul li:hover > a .dropdown-toggle-btn:before {
    background-color: var(--tp-dashboard-primary);
}
.offcanvas__2 .offcanvas__social a {
    color: var(--tp-theme-secondary);
    border: 2px solid var(--tp-theme-secondary);
}
.offcanvas__3 .offcanvas__close-btn {
    background-color: var(--tp-theme-3);
}
.offcanvas__3 .tp-main-menu-mobile ul li.has-dropdown > a.expanded,
.offcanvas__3 .tp-main-menu-mobile ul li:hover > a,
.offcanvas__3 .tp-main-menu-mobile ul li:hover > a .dropdown-toggle-btn i {
    color: var(--tp-theme-3);
}
.offcanvas__3 .tp-main-menu-mobile ul li.has-dropdown > a.expanded .dropdown-toggle-btn:after,
.offcanvas__3 .tp-main-menu-mobile ul li.has-dropdown > a.expanded .dropdown-toggle-btn:before,
.offcanvas__3 .tp-main-menu-mobile ul li:hover > a .dropdown-toggle-btn i .dropdown-toggle-btn:after,
.offcanvas__3 .tp-main-menu-mobile ul li:hover > a .dropdown-toggle-btn i .dropdown-toggle-btn:before,
.offcanvas__3 .tp-main-menu-mobile ul li:hover > a .dropdown-toggle-btn:after,
.offcanvas__3 .tp-main-menu-mobile ul li:hover > a .dropdown-toggle-btn:before {
    background-color: var(--tp-theme-3);
}
.offcanvas__3 .offcanvas__social a {
    color: var(--tp-theme-3);
    border: 2px solid var(--tp-theme-3);
}
.offcanvas__3 .offcanvas__social a:hover {
    color: var(--tp-common-white);
}
.cartmini__area {
    position: fixed;
    right: 0;
    top: 0;
    left: auto;
    width: 400px;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    z-index: 999;
    overflow-y: scroll;
    overscroll-behavior-y: contain;
    scrollbar-width: none;
    background: var(--tp-common-white) none repeat scroll 0 0;
    transform: translateX(calc(100% + 80px));
    transition: all 0.4s ease-in-out;
}
@media only screen and (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .cartmini__area {
        right: 0;
        left: auto;
        transform: translateX(calc(100% + 80px));
    }
}
.cartmini__area::-webkit-scrollbar {
    display: none;
}
.cartmini__area.cartmini-opened {
    transform: translateX(0);
    visibility: visible;
    opacity: 1;
}
@media only screen and (max-width: 767px) {
    .cartmini__area {
        width: 100%;
    }
}
.cartmini__close {
    top: 35px;
    right: 30px;
}
@media only screen and (max-width: 767px) {
    .cartmini__close {
        right: 20px;
        top: 20px;
    }
}
.cartmini__close-btn {
    position: relative;
    display: inline-block;
    font-size: 16px;
    height: 44px;
    width: 44px;
    line-height: 40px;
    background-color: #f5f5f5;
    color: var(--tp-heading-primary);
    z-index: 2;
}
.cartmini__wrapper {
    position: relative;
    min-height: 100%;
    padding-left: 25px;
    padding-right: 25px;
}
.cartmini__top-title {
    padding: 20px 0;
    border-bottom: 1px solid var(--tp-border-primary);
}
.cartmini__top-title .h4,
.cartmini__top-title h4 {
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 0;
}
.cartmini__close {
    position: absolute;
    top: 8px;
    right: 15px;
}
.cartmini__close-btn {
    background: transparent;
    color: var(--tp-common-black);
    font-size: 22px;
}
.cartmini__close-btn:hover {
    transform: rotate(90deg);
}
.cartmini__shipping {
    padding: 15px 0;
    border-bottom: 1px solid var(--tp-border-primary);
}
.cartmini__shipping .progress {
    height: 10px;
    border-radius: 50px;
}
.cartmini__shipping .progress-bar {
    border-radius: 10px;
    background-color: var(--standard_color);
}
.cartmini__shipping.home-2 .progress-bar {
    background-color: var(--tp-dashboard-primary);
}
.cartmini__shipping.home-5 .progress-bar {
    background-color: var(--tp-heading-primary);
}
.cartmini__shipping.home-shop .progress-bar {
    background-color: #006b61;
}
.cartmini__shipping p {
    margin-bottom: 5px;
}
.cartmini__shipping p span {
    font-weight: 600;
}
.cartmini__widget {
    height: calc(100vh - 380px);
    overflow-y: scroll;
    overscroll-behavior-y: contain;
    scrollbar-width: none;
}
.cartmini__widget::-webkit-scrollbar {
    display: none;
}
.cartmini__widget-item {
    position: relative;
    display: flex;
    align-items: center;
    padding: 20px 0;
    border-bottom: 1px solid hsla(0, 0%, 51%, 0.2);
}
.cartmini__widget-item:not(:last-of-type) {
    border-bottom: 0;
}
.cartmini__thumb {
    border: 1px solid var(--tp-border-primary);
    margin-right: 15px;
}
.cartmini__thumb img {
    width: 70px;
    height: auto;
}
.cartmini__title {
    font-size: 15px;
    margin-bottom: 4px;
    font-weight: 500;
}
.cartmini__title a:hover {
    color: var(--standard_color);
}
.cartmini__title.home-2 a:hover {
    color: var(--tp-dashboard-primary);
}
.cartmini__title.home-5 a:hover {
    color: var(--tp-heading-primary);
}
.cartmini__title.home-shop a:hover {
    color: #006b61;
}
.cartmini__content {
    padding-right: 15px;
}
.cartmini__content .tp-product-quantity {
    width: 75px;
    padding: 0;
}
.cartmini__content .tp-product-quantity .tp-cart-input[type="text"] {
    height: 30px;
    text-align: center;
    font-size: 13px;
    border: 1px solid var(--tp-border-primary);
    background-color: var(--tp-common-white);
    padding: 0;
}
.cartmini__content .tp-product-quantity .tp-cart-minus,
.cartmini__content .tp-product-quantity .tp-cart-plus {
    width: 20px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    text-align: center;
    font-size: 13px;
    left: 3px;
}
.cartmini__content .tp-product-quantity .tp-cart-minus svg,
.cartmini__content .tp-product-quantity .tp-cart-plus svg {
    transform: translateY(-1px);
    width: 10px;
}
.cartmini__content .tp-product-quantity .tp-cart-minus:after,
.cartmini__content .tp-product-quantity .tp-cart-plus:after {
    display: none;
}
.cartmini__content .tp-product-quantity .tp-cart-plus {
    left: auto;
    right: 3px;
}
.cartmini__del {
    position: absolute;
    top: 15px;
    right: 0;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    color: var(--tp-common-black);
    font-size: 14px;
}
.cartmini__del:hover {
    color: var(--standard_color);
}
.cartmini__del.home-2:hover {
    color: var(--tp-dashboard-primary);
}
.cartmini__del.home-5:hover {
    color: var(--tp-heading-primary);
}
.cartmini__checkout {
    padding-top: 15px;
    padding-bottom: 85px;
    width: 100%;
    background: var(--tp-common-white);
    border-top: 2px solid var(--tp-border-primary);
}
.cartmini__checkout-title .h4,
.cartmini__checkout-title h4 {
    font-size: 15px;
    display: inline-block;
    font-weight: 500;
    margin-bottom: 0;
    text-transform: capitalize;
}
.cartmini__checkout-title span {
    float: right;
    font-size: 15px;
    color: var(--tp-common-black);
    font-weight: 500;
}
.cartmini__checkout-btn .tp-btn {
    font-size: 15px;
    padding: 10px 30px;
    text-align: center;
    border-radius: 50px;
    text-transform: capitalize;
    border: 1px solid var(--standard_color);
}
.cartmini__checkout-btn .tp-btn:hover {
    background-color: var(--tp-heading-primary);
    border: 1px solid var(--tp-heading-primary);
}
.cartmini__checkout-btn .tp-btn-border:hover {
    background-color: var(--standard_color);
    border-color: var(--standard_color);
}
.cartmini__checkout-btn .tp-btn-border {
    background: none;
    color: var(--tp-heading-primary);
    border: 1px solid var(--tp-text-body);
}
.cartmini__checkout-btn .tp-btn-border:hover {
    border: 1px solid var(--tp-heading-primary);
    color: var(--tp-common-white);
    background: var(--tp-heading-primary);
}
.cartmini__checkout-btn.home-2 .tp-btn {
    background-color: var(--tp-dashboard-primary);
    border: 1px solid var(--tp-dashboard-primary);
}
.cartmini__checkout-btn.home-2 .tp-btn:hover {
    background-color: var(--tp-heading-primary);
    border: 1px solid var(--tp-heading-primary);
}
.cartmini__checkout-btn.home-2 .tp-btn.tp-btn-border {
    background-color: transparent;
    border: 1px solid var(--tp-heading-primary);
}
.cartmini__checkout-btn.home-2 .tp-btn.tp-btn-border:hover {
    background: var(--tp-heading-primary);
    border-color: var(--tp-heading-primary);
}
.cartmini__checkout-btn.home-5 .tp-btn {
    background-color: var(--tp-heading-primary);
    border: 1px solid var(--tp-heading-primary);
}
.cartmini__checkout-btn.home-5 .tp-btn:hover {
    background-color: transparent;
    color: var(--tp-common-black);
}
.cartmini__checkout-btn.home-5 .tp-btn.tp-btn-border {
    background-color: transparent;
    border: 1px solid var(--tp-heading-primary);
}
.cartmini__checkout-btn.home-5 .tp-btn.tp-btn-border:hover {
    color: var(--tp-common-white);
    background: var(--tp-heading-primary);
    border-color: var(--tp-heading-primary);
}
.cartmini__checkout-btn.home-shop .tp-btn {
    background-color: #006b61;
    border: 1px solid #006b61;
}
.cartmini__checkout-btn.home-shop .tp-btn:hover {
    background-color: transparent;
    color: var(--tp-common-black);
}
.cartmini__checkout-btn.home-shop .tp-btn.tp-btn-border {
    background-color: transparent;
    border: 1px solid #006b61;
}
.cartmini__checkout-btn.home-shop .tp-btn.tp-btn-border:hover {
    color: var(--tp-common-white);
    background: #006b61;
    border-color: #006b61;
}
.cartmini__price {
    font-size: 14px;
    font-weight: 500;
    color: var(--standard_color);
}
.cartmini__price.home-2 {
    color: var(--tp-dashboard-primary);
}
.cartmini__price.home-5 {
    color: var(--tp-heading-primary);
}
.cartmini__price.home-shop {
    color: #006b61;
}
.cartmini__quantity {
    font-size: 12px;
    font-weight: 500;
}
.cartmini__empty {
    margin-top: 150px;
}
.cartmini__empty img {
    margin-bottom: 30px;
}
.cartmini__empty p {
    font-size: 16px;
    color: var(--tp-common-black);
    margin-bottom: 15px;
}
.cartmini__empty .tp-btn {
    background-color: var(--tp-grey-1);
    font-size: 15px;
    text-transform: capitalize;
    color: var(--tp-common-black);
    padding: 10px 30px;
    text-align: center;
}
.cartmini__empty .tp-btn:hover {
    background-color: var(--tp-common-black);
    color: var(--tp-common-white);
}
.filter__area {
    position: fixed;
    right: 0;
    left: auto;
    width: 400px;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    z-index: 999;
    overflow-y: scroll;
    overscroll-behavior-y: contain;
    scrollbar-width: none;
    background: var(--tp-common-white) none repeat scroll 0 0;
    transform: translateX(calc(100% + 80px));
    transition: all 0.4s ease-in-out;
}
@media only screen and (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .filter__area {
        right: 0;
        left: auto;
        transform: translateX(calc(100% + 80px));
    }
}
.filter__area::-webkit-scrollbar {
    display: none;
}
.filter__area.filter-opened {
    transform: translateX(0);
    visibility: visible;
    opacity: 1;
}
.filter__close {
    position: absolute;
    right: 30px;
    top: 22px;
}
.filter__close-btn {
    position: relative;
    display: inline-block;
    font-size: 16px;
    height: 44px;
    width: 44px;
    line-height: 40px;
    background-color: #f5f5f5;
    color: var(--tp-heading-primary);
    z-index: 2;
}
.filter__close-btn i {
    position: relative;
    z-index: 2;
    transition: all 0.3s ease-out 0s;
    transform: translateY(-1px);
}
.filter__close-btn:hover {
    background-color: var(--tp-dashboard-primary);
}
.filter__close-btn:hover i {
    transform: rotate(45deg);
    color: var(--tp-common-white);
}
.filter__wrapper {
    position: relative;
    min-height: 100%;
    padding: 30px;
}
.body-overlay {
    background-color: var(--tp-common-black);
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 99;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-out 0s;
}
.body-overlay.opened {
    opacity: 0.3;
    visibility: visible;
}
.body-overlay:hover {
    cursor: url(../media/cross-out.3645b2b0.png), pointer;
}
.filter-overlay {
    background-color: var(--tp-common-black);
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 99;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-out 0s;
}
.filter-overlay.opened {
    opacity: 0.3;
    visibility: visible;
}
.filter-overlay:hover {
    cursor: url(../media/cross-out.3645b2b0.png), pointer;
}
.tp-breadcrumb__bg {
    z-index: -1;
}
.tp-breadcrumb__bg,
.tp-breadcrumb__bg.overlay:after {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.tp-breadcrumb__bg.overlay:after {
    content: "";
/*    background: rgb(0 0 0 / 75%);*/
    background: rgb(0 11 47);
}
@media only screen and (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px) {
    .tp-breadcrumb__bg {
        background-size: cover;
        background-repeat: no-repeat;
    }
}
.tp-breadcrumb__bg.details3 {
    height: 990px;
}
.tp-breadcrumb__bg.details3:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(134, 56, 252, 0.9), #5838fc);
}
.tp-breadcrumb__title {
    color: #031f42;
    font-size: 56px;
    font-weight: 600;
    margin: 0;
    letter-spacing: -1.12px;
}
.tp-breadcrumb__title.color {
    font-size: 40px;
    font-weight: 700;
    letter-spacing: -1.4px;
    color: var(--tp-common-white);
    line-height: normal;
}
.tp-instagram-item img {
    height: 200px;
}
@media only screen and (max-width: 767px) {
    .tp-breadcrumb__title.color {
        font-size: 46px;
    }
}
.tp-breadcrumb__list span {
    position: relative;
    font-size: 16px;
    font-weight: 300;
}
.tp-breadcrumb__list span:not(:last-child) {
    padding-right: 12px;
    margin-right: 5px;
}
.tp-breadcrumb__list span:not(:last-child):after {
    position: absolute;
    content: "";
    right: 0;
    top: 50%;
    width: 1px;
    height: 16px;
    background-color: rgba(3, 31, 66, 0.2);
}
.tp-breadcrumb__list span.color {
    color: #031f42;
}
.tp-breadcrumb__list span.white {
    color: var(--tp-common-white);
}
.tp-breadcrumb__list span a {
    display: inline-block;
    transform: translateY(-2px);
}
.tp-breadcrumb__list span a:hover {
    color: var(--tp-theme-7);
}
.tp-breadcrumb__list.tp-event-details-breadcrumb-list span {
    color: var(--tp-common-white);
}
.tp-breadcrumb__list.tp-event-details-breadcrumb-list span:after {
    background-color: hsla(0, 0%, 100%, 0.2);
}
.tp-breadcrumb__list.inner-after span:after {
    height: 14px;
    background: hsla(0, 0%, 100%, 0.2);
}
.tp-breadcrumb__content-filter p {
    font-weight: 300;
    font-size: 18px;
    color: #4f5158;
    margin-bottom: 0;
}
.tp-breadcrumb__content-filter p span {
    color: #031f42;
    font-weight: 500;
}
.tp-breadcrumb__overlay {
    position: relative;
}
.tp-breadcrumb__overlay:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}
.tp-accordion .accordion-item {
    border: 0;
    background-color: transparent;
    border-bottom: 1px solid rgba(var(--tp-common-black), 1);
}
.tp-accordion .accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.tp-accordion .accordion-item:last-of-type,
.tp-accordion .accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.tp-accordion .accordion-button {
    padding: 30px 15px 30px 0;
    font-size: 24px;
    font-weight: 500;
    color: var(--tp-common-black);
    background-color: transparent;
}
.tp-accordion .accordion-button:after {
    position: absolute;
    content: "";
    font-family: var(--tp-ff-fontawesome);
    background-image: none;
    top: 28%;
    right: 0;
    transform: rotate(180deg);
    color: var(--standard_color);
    width: auto;
    height: auto;
    font-weight: 500;
    background: none;
}
.tp-accordion .accordion-button.has-plus-icon:after {
    display: none;
}
.tp-accordion .accordion-button .tp-accordion-plus {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    display: inline-block;
    width: 14px;
    height: 14px;
}
[dir="rtl"] .tp-accordion .accordion-button .tp-accordion-plus {
    right: auto;
    left: 0;
}
.tp-accordion .accordion-button .tp-accordion-plus:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: #525258;
    border-radius: 2px;
}
[dir="rtl"] .tp-accordion .accordion-button .tp-accordion-plus:after {
    right: 0;
    left: auto;
}
.tp-accordion .accordion-button .tp-accordion-plus:before {
    position: absolute;
    content: "";
    width: 2px;
    height: 100%;
    left: 50%;
    top: 0;
    background-color: #525258;
    transform: translateX(-50%);
    border-radius: 2px;
}
[dir="rtl"] .tp-accordion .accordion-button .tp-accordion-plus:before {
    right: 50%;
    left: auto;
    transform: translateX(50%);
}
.tp-accordion .accordion-button.collapsed:after {
    transform: rotate(0deg);
    color: var(--tp-common-black);
}
.tp-accordion .accordion-button:not(.collapsed) {
    color: var(--standard_color);
    background-color: transparent;
    box-shadow: none;
}
.tp-accordion .accordion-button:not(.collapsed) .tp-accordion-plus:before {
    transform: translateX(-50%) rotate(90deg);
    background-color: var(--tp-theme-1);
}
[dir="rtl"] .tp-accordion .accordion-button:not(.collapsed) .tp-accordion-plus:before {
    transform: translateX(50%) rotate(90deg);
}
.tp-accordion .accordion-button:not(.collapsed) .tp-accordion-plus:after {
    background-color: var(--tp-theme-1);
}
.tp-accordion .accordion-button:focus {
    box-shadow: none;
    border: 0;
}
.tp-accordion .accordion-button:hover,
.tp-accordion .accordion-button:hover:after {
    color: var(--standard_color);
}
.tp-accordion .accordion-body {
    padding: 0 0 25px;
}
.tp-accordion .accordion-body p {
    font-size: 16px;
    color: var(--tp-text-1);
}
.tp-tab .nav-tabs,
.tp-tab .nav-tabs .nav-link {
    padding: 0;
    margin: 0;
    border: 0;
}
.tp-product-tab-2 .nav-tabs .nav-link {
    font-size: 20px;
    color: #a0a2a4;
    position: relative;
}
@media only screen and (max-width: 767px) {
    .tp-product-tab-2 .nav-tabs .nav-link {
        font-size: 15px;
    }
}
.tp-product-tab-2 .nav-tabs .nav-link:not(:first-child) {
    margin-left: 28px;
}
.tp-product-tab-2 .nav-tabs .nav-link:not(:first-child):after {
    position: absolute;
    left: -17px;
    top: 50%;
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #ced2d6;
}
.tp-product-tab-2 .nav-tabs .nav-link.active {
    color: var(--tp-theme-secondary);
}
.tp-product-tab-2 .nav-tabs .nav-link.active .tp-product-tab-tooltip {
    opacity: 1;
    visibility: visible;
}
.tp-product-tab-2 .nav-tabs .nav-link .tp-product-tab-tooltip {
    position: absolute;
    top: -24px;
    right: 0;
    background-color: var(--tp-theme-secondary);
    color: var(--tp-common-white);
    font-size: 12px;
    line-height: 1;
    display: inline-block;
    padding: 4px 9px;
    border-radius: 4px;
    visibility: hidden;
    opacity: 0;
    font-weight: 700;
}
.tp-product-tab-2 .nav-tabs .nav-link .tp-product-tab-tooltip:after {
    position: absolute;
    content: "";
    bottom: 0;
    bottom: -5px;
    left: 7px;
    width: 13px;
    height: 6px;
    background-color: var(--tp-theme-secondary);
    -webkit-clip-path: polygon(100% 0, 0 0, 28% 100%);
    clip-path: polygon(100% 0, 0 0, 28% 100%);
}
.tp-product-tab-3 .nav-tabs .nav-link {
    font-size: 16px;
    padding: 0;
}
@media only screen and (max-width: 767px) {
    .tp-product-tab-3 .nav-tabs .nav-link {
        font-size: 15px;
    }
}
.tp-product-tab-3 .nav-tabs .nav-link:not(:first-child) {
    margin-left: 23px;
}
.tp-product-tab-3 .nav-tabs .nav-link:not(:first-child):after {
    width: 4px;
    height: 4px;
    left: -14px;
}
.tp-product-tab-3 .nav-tabs .nav-link.active {
    color: var(--tp-common-black);
}
.tp-product-tab-3 .nav-tabs .nav-link.active .tp-product-tab-tooltip {
    opacity: 1;
    visibility: visible;
}
.tp-product-tab-3 .nav-tabs .nav-link .tp-product-tab-tooltip,
.tp-product-tab-3 .nav-tabs .nav-link .tp-product-tab-tooltip:after {
    background-color: var(--standard_color);
}
.tp-product-tab-5 .nav-tabs .nav-link {
    padding: 0 5px;
}
@media only screen and (max-width: 767px) {
    .tp-product-tab-5 .nav-tabs .nav-link {
        font-size: 15px;
    }
}
.tp-product-tab-5 .nav-tabs .nav-link:not(:last-child):after {
    left: -15px;
}
.tp-product-tab-5 .nav-tabs .nav-link:not(:first-child) {
    margin-left: 22px;
}
.tp-product-tab-5 .nav-tabs .nav-link.active {
    color: var(--tp-common-black);
}
.tp-product-tab-5 .nav-tabs .nav-link.active .tp-product-tab-tooltip {
    opacity: 1;
    visibility: visible;
}
.tp-product-tab-5 .nav-tabs .nav-link .tp-product-tab-tooltip,
.tp-product-tab-5 .nav-tabs .nav-link .tp-product-tab-tooltip:after {
    background-color: var(--tp-theme-green);
}
.tp-tab-line {
    position: absolute;
    content: "";
    left: 0;
    bottom: -1px;
    width: 38%;
    height: 2px;
    background-color: var(--tp-common-black);
}
.tp-section-title {
    font-size: 40px;
    line-height: 1.07;
    letter-spacing: -0.6px;
}
@media only screen and (max-width: 767px) {
    .tp-section-title {
        font-size: 32px;
    }
}
.tp-section-title span {
    position: relative;
    color: var(--standard_color);
    display: inline-block;
}
.tp-section-title span svg {
    position: absolute;
    bottom: -10px;
    left: 37px;
    color: #161613;
}
@media only screen and (max-width: 767px) {
    .tp-section-title span svg {
        left: 0;
    }
}
.tp-section-title-white {
    font-size: 60px;
    font-weight: 600;
    color: var(--tp-common-white);
}
.tp-section-subtitle {
    color: var(--standard_color);
    font-size: 18px;
    font-style: italic;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.tp-section p {
/*    margin-left: 25px;*/
    font-size: 17px;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-section p {
        margin-left: 0;
    }
}
@media only screen and (max-width: 767px),
    only screen and (min-width: 1200px) and (max-width: 1399px),
    only screen and (min-width: 1400px) and (max-width: 1599px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-section p br {
        display: none;
    }
}
.tp-section-2-subtitle {
    color: var(--tp-theme-3);
    font-size: 20px;
    display: inline-block;
}
.tp-section-2-title {
    font-size: 40px;
    line-height: 1.1;
    letter-spacing: -1.2px;
    font-weight: 500;
    color: var(--tp-heading-3);
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-section-2-title {
        font-size: 55px;
    }
}
@media only screen and (max-width: 767px) {
     .tp-section-2-title {
        font-size: 28px;
    }
}
.tp-section-2-title span {
    color: var(--standard_color);
    position: relative;
    display: inline-block;
}
.tp-section-3-subtitle {
    color: var(--tp-theme-secondary);
    font-size: 18px;
    font-weight: 400;
}
.tp-section-3-title {
    color: var(--tp-heading-2);
    font-size: 50px;
    font-weight: 500;
}
@media only screen and (max-width: 767px) {
    .tp-section-3-title {
        font-size: 36px;
    }
}
.tp-section-3-title span {
    color: var(--tp-theme-secondary);
    position: relative;
    z-index: 1;
    display: inline-block;
}
.tp-section-4-title {
    font-size: 60px;
    line-height: 1.1;
    letter-spacing: -1.2px;
    font-weight: 500;
}
.tp-section-4-title span {
    position: relative;
    z-index: 1;
    color: var(--standard_color);
}
.tp-section-4-title span svg {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}
.tp-section-4-title span svg path {
    stroke: #161613;
    stroke-dasharray: 2300;
    stroke-dashoffset: 3500;
    animation: dash 4s linear forwards;
}
.tp-section-5-subtitle {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.84px;
    text-transform: uppercase;
}
.tp-section-5-title {
    font-size: 60px;
    font-weight: 600;
    letter-spacing: -1.2px;
    line-height: 1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-section-5-title {
        font-size: 48px;
    }
}
@media only screen and (max-width: 767px) {
    .tp-section-5-title {
        font-size: 54px;
    }
    .tp-section-5 p br {
        display: none;
    }
}
.tp-underline-shape-1 {
    position: absolute;
    bottom: -10px;
    left: 37px;
}
@media only screen and (max-width: 767px) {
    .tp-underline-shape-1 {
        left: 0;
    }
}
.tp-underline-shape-2 {
    position: absolute;
    bottom: -6px;
    left: 37px;
}
@media only screen and (max-width: 767px) {
    .tp-underline-shape-2 {
        bottom: -8px;
        left: 0;
    }
}
.tp-underline-shape-3 {
    position: absolute;
    bottom: -6px;
    left: 24px;
}
@media only screen and (max-width: 767px) {
    .tp-underline-shape-3 {
        left: 0;
        display: none;
    }
}
.tp-underline-shape-4 {
    position: absolute;
    bottom: -8px;
    left: -150px;
}
@media only screen and (max-width: 767px) {
    .tp-underline-shape-4 {
        bottom: -18px;
        left: 0;
        display: none;
    }
}
.tp-underline-shape-5 {
    position: absolute;
    bottom: -5px;
    left: 55px;
    z-index: -1;
}
.tp-underline-shape-6 {
    position: absolute;
    bottom: -5px;
    left: 20px;
}
.tp-underline-shape-7 {
    position: absolute;
    bottom: -5px;
    left: -6px;
}
.tp-underline-shape-8 {
    position: absolute;
    bottom: -3px;
    left: -6px;
    z-index: -1;
}
.tp-underline-shape-9 {
    position: absolute;
    bottom: -6px;
    left: 35px;
    z-index: -1;
}
.tp-underline-shape-10 {
    position: absolute;
    bottom: -4px;
    left: 7px;
    z-index: -1;
}
.tp-underline-shape-11 {
    position: absolute;
    bottom: -7px;
    left: 17px;
    z-index: -1;
}
.tp-underline-shape-12 {
    position: absolute;
    bottom: -8px;
    left: 40px;
}
.select2.select2-container {
    width: 100% !important;
}
.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
    height: 46px;
}
.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 46px;
    -moz-user-select: none;
    user-select: none;
    -webkit-user-select: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 26px;
    padding-right: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.select2-container .select2-selection--single .select2-selection__clear {
    background-color: transparent;
    border: none;
    font-size: 14px;
}
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px;
}
.select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 46px;
    -moz-user-select: none;
    user-select: none;
    -webkit-user-select: none;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: inline-block;
    list-style: none;
    padding: 0;
}
.select2-container .select2-selection--multiple .select2-selection__clear {
    background-color: transparent;
    border: none;
    font-size: 14px;
}
.select2-container .select2-search--inline .select2-search__field {
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 0;
    margin-left: 0;
    padding: 0;
    max-width: 100%;
    resize: none;
    height: 50px;
    line-height: 50px;
    vertical-align: bottom;
    overflow: hidden;
    word-break: keep-all;
}
.select2-container .select2-search--inline .select2-search__field::placeholder {
    font-size: 16px;
}
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none;
}
.select2-dropdown {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051;
}
.select2-results {
    display: block;
}
.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0;
}
.select2-results__option {
    padding: 6px;
    -moz-user-select: none;
    user-select: none;
    -webkit-user-select: none;
}
.select2-results__option--selectable {
    cursor: pointer;
}
.select2-container--open .select2-dropdown {
    left: 0;
}
.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.select2-search--dropdown {
    display: block;
    padding: 4px;
}
.select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box;
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none;
}
.select2-search--dropdown.select2-search--hide {
    display: none;
}
.select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff;
    filter: alpha(opacity=0);
}
.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    white-space: nowrap !important;
}
.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid rgba(1, 15, 28, 0.1);
    border-radius: 6px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: var(--tp-common-black);
    line-height: 46px;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700;
    height: 46px;
    margin-right: 20px;
    padding-right: 0;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 46px;
    position: absolute;
    top: 1px;
    right: 26px;
    width: 20px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left;
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto;
}
.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #eee;
    cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888;
    border-width: 0 4px 5px;
}
.select2-container--default .select2-selection--multiple {
    background-color: #fff;
    border: 1px solid rgba(1, 15, 28, 0.1);
    border-radius: 6px;
    cursor: text;
    position: relative;
    padding: 0 15px;
    line-height: 46px;
}
.select2-container--default .select2-selection--multiple.select2-selection--clearable {
    padding-right: 25px;
}
.select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    font-weight: 400;
    font-size: 18px;
    height: 20px;
    margin-right: 15px;
    margin-top: 0;
    position: absolute;
    right: 0;
    padding: 1px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background: #eff1f7;
    box-sizing: border-box;
    display: inline-block;
    margin-right: 10px;
    position: relative;
    white-space: nowrap;
    line-height: 26px;
    margin-bottom: 10px;
    padding: 3px 32px 1px 16px;
    border-radius: 100px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    cursor: default;
    font-weight: 400;
    font-size: 15px;
    color: #4f5158;
    line-height: 1;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    background-color: transparent;
    border: none;
    color: #8f9195;
    cursor: pointer;
    font-size: 18px;
    font-weight: 400;
    position: absolute;
    right: 14px;
    top: 3px;
    display: inline-block;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus,
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    background-color: var(--tp-common-danger);
    color: #4f5158;
    outline: none;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display {
    padding-left: 5px;
    padding-right: 2px;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    border-left: 1px solid rgba(1, 15, 28, 0.1);
    border-right: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__clear {
    float: left;
    margin-left: 10px;
    margin-right: auto;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: 1px solid rgba(1, 15, 28, 0.1);
    outline: 0;
    padding: 0 15px;
}
@media only screen and (max-width: 576px) {
    .select2-container--default.select2-container--focus .select2-selection--multiple {
        min-height: inherit;
        height: 46px;
        overflow: hidden;
    }
}
.select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none;
}
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid rgba(1, 15, 28, 0.1);
}
.select2-container--default .select2-search--inline .select2-search__field {
    background: transparent;
    border: none;
    outline: 0;
    box-shadow: none;
    -webkit-appearance: textfield;
}
.select2-container--default .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto;
}
.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -2em;
    padding-left: 3em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -3em;
    padding-left: 4em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -4em;
    padding-left: 5em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -5em;
    padding-left: 6em;
}
.select2-container--default .select2-results__option--group {
    padding: 0;
}
.select2-container--default .select2-results__option--disabled {
    color: #999;
}
.select2-container--default .select2-results__option--selected {
    background-color: #ddd;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: var(--tp-theme-secondary);
    color: #fff;
}
.select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px;
}
.select2-container--classic .select2-selection--single {
    background-color: #f7f7f7;
    border: 1px solid rgba(1, 15, 28, 0.1);
    border-radius: 4px;
    outline: 0;
    background-image: linear-gradient(180deg, #fff 50%, #eee);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF",endColorstr="#FFEEEEEE",GradientType=0);
}
.select2-container--classic .select2-selection--single:focus {
    border: 1px solid var(--tp-theme-secondary);
}
.select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: var(--tp-common-black);
    line-height: 28px;
}
.select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700;
    height: 26px;
    margin-right: 20px;
}
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999;
}
.select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid rgba(1, 15, 28, 0.1);
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: linear-gradient(180deg, #eee 50%, #ccc);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE",endColorstr="#FFCCCCCC",GradientType=0);
}
.select2-container--classic .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
}
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left;
}
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    border: none;
    border-right: 1px solid #aaa;
    border-radius: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    left: 1px;
    right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--single {
    border: 1px solid var(--tp-theme-secondary);
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent rgba(1, 15, 28, 0.1);
    border-width: 0 4px 5px;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-image: linear-gradient(180deg, #fff 0, #eee 50%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF",endColorstr="#FFEEEEEE",GradientType=0);
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-image: linear-gradient(180deg, #eee 50%, #fff);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE",endColorstr="#FFFFFFFF",GradientType=0);
}
.select2-container--classic .select2-selection--multiple {
    background-color: #fff;
    border: 1px solid rgba(1, 15, 28, 0.1);
    border-radius: 4px;
    cursor: text;
    outline: 0;
    padding-bottom: 5px;
    padding-right: 5px;
}
.select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid var(--tp-theme-secondary);
}
.select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid rgba(1, 15, 28, 0.1);
    border-radius: 4px;
    display: inline-block;
    margin-left: 5px;
    margin-top: 5px;
    padding: 0;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__display {
    cursor: default;
    padding-left: 2px;
    padding-right: 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    background-color: transparent;
    border: none;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    color: #888;
    cursor: pointer;
    font-size: 1em;
    font-weight: 700;
    padding: 0 4px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #555;
    outline: none;
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto;
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display {
    padding-left: 5px;
    padding-right: 2px;
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.select2-container--classic.select2-container--open .select2-selection--multiple {
    border: 1px solid var(--tp-theme-secondary);
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.select2-container--classic .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    outline: 0;
}
.select2-container--classic .select2-search--inline .select2-search__field {
    outline: 0;
    box-shadow: none;
}
.select2-container--classic .select2-dropdown {
    background-color: #fff;
    border: 1px solid transparent;
}
.select2-container--classic .select2-dropdown--above {
    border-bottom: none;
}
.select2-container--classic .select2-dropdown--below {
    border-top: none;
}
.select2-container--classic .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto;
}
.select2-container--classic .select2-results__option--group {
    padding: 0;
}
.select2-container--classic .select2-results__option--disabled {
    color: gray;
}
.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: var(--tp-theme-secondary);
    color: #fff;
}
.select2-container--classic .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px;
}
.select2-container--classic.select2-container--open .select2-dropdown {
    border-color: var(--tp-theme-secondary);
}
.tpd-new-course-select2 .tpd-input input:focus,
.tpd-new-course-select2 .tpd-input textarea:focus {
    box-shadow: none;
}
.flatpickr-calendar {
    border-radius: 10px;
}
.flatpickr-calendar.open {
    padding: 30px;
    height: 384px;
    width: 374px;
}
.flatpickr-calendar.open:after {
    display: none !important;
}
.flatpickr-calendar.open .flatpickr-months {
    margin-bottom: 35px;
}
.flatpickr-calendar.open .flatpickr-months .flatpickr-next-month,
.flatpickr-calendar.open .flatpickr-months .flatpickr-prev-month {
    height: 40px;
    width: 40px;
    line-height: 35px;
    padding: 0;
    border-radius: 100px;
    border: 1px solid #f5f6ff;
}
.flatpickr-calendar.open .flatpickr-months .flatpickr-prev-month {
    top: 30px;
    left: 30px;
    border: 1px solid #e6e8ec;
    transition: 0.3s;
}
.flatpickr-calendar.open .flatpickr-months .flatpickr-prev-month svg path {
    fill: #57595f;
}
.flatpickr-calendar.open .flatpickr-months .flatpickr-prev-month:hover {
    border-color: rgba(81, 105, 241, 0.06);
    background-color: rgba(81, 105, 241, 0.06);
}
.flatpickr-calendar.open .flatpickr-months .flatpickr-prev-month:hover svg path {
    fill: #556df5;
}
.flatpickr-calendar.open .flatpickr-months .flatpickr-next-month {
    top: 30px;
    right: 30px;
    border: 1px solid #e6e8ec;
    transition: 0.3s;
}
.flatpickr-calendar.open .flatpickr-months .flatpickr-next-month svg path {
    fill: #57595f;
}
.flatpickr-calendar.open .flatpickr-months .flatpickr-next-month:hover {
    border-color: rgba(81, 105, 241, 0.06);
    background-color: rgba(81, 105, 241, 0.06);
}
.flatpickr-calendar.open .flatpickr-months .flatpickr-next-month:hover svg path {
    fill: #556df5;
}
.flatpickr-calendar.open .flatpickr-months .flatpickr-month .flatpickr-current-month {
    font-size: 18px;
    font-weight: 400;
    color: #1e1e2f;
}
.flatpickr-calendar.open .flatpickr-months .flatpickr-month .flatpickr-current-month .flatpickr-monthDropdown-months:hover {
    background: transparent;
}
.flatpickr-calendar.open .flatpickr-months .flatpickr-month .flatpickr-current-month .flatpickr-monthDropdown-months {
    font-weight: 400;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
}
.flatpickr-calendar.open .flatpickr-months .flatpickr-month .flatpickr-current-month input.cur-year {
    font-size: 18px;
    font-weight: 400;
    color: #1e1e2f;
}
.flatpickr-calendar.open .flatpickr-months .flatpickr-month .flatpickr-current-month .numInputWrapper span {
    display: none;
}
.flatpickr-calendar.open .flatpickr-months .flatpickr-month .flatpickr-current-month .numInputWrapper:hover {
    background: transparent;
}
.flatpickr-calendar.open .flatpickr-innerContainer .flatpickr-weekdaycontainer span {
    color: #57595f;
    font-size: 15px;
    font-weight: 400;
}
.flatpickr-calendar.open .flatpickr-innerContainer .flatpickr-days .flatpickr-day.selected,
.flatpickr-calendar.open .flatpickr-innerContainer .flatpickr-days .flatpickr-day.today {
    color: var(--tp-common-white);
    background: #556df5;
    box-shadow: 0 0 1px 0 #1438b5, 0 1px 2px 0 rgba(20, 56, 181, 0.25);
    border: none;
}
.flatpickr-calendar.open .flatpickr-innerContainer .flatpickr-days .flatpickr-day:hover {
    color: #556df5;
    background-color: #f5f6ff;
    border: 1px solid #f5f6ff;
}
.flatpickr-calendar.open .flatpickr-innerContainer .flatpickr-days .flatpickr-day.today:hover {
    color: var(--tp-common-white);
    background: #556df5;
    box-shadow: 0 0 1px 0 #1438b5, 0 1px 2px 0 rgba(20, 56, 181, 0.25);
    border: none;
}
.flatpickr-calendar.arrowTop:before {
    content: none;
}
.tp-search-area {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 540px;
    opacity: 0;
    visibility: hidden;
    background: var(--tp-common-white);
    transform: translateY(calc(-100% - 80px));
    transition: all 0.5s ease-in-out 0s, visibility 0.5s ease-in-out;
    animation: headerSlideDown 0.95s ease 0s 1 normal forwards running;
    z-index: 999;
    overflow-y: scroll;
    overscroll-behavior-y: contain;
    scrollbar-width: none;
}
.tp-search-area::-webkit-scrollbar {
    display: none;
}
.tp-search-area.opened {
    transform: translateY(0);
    visibility: visible;
    opacity: 1;
}
.tp-search-wrapper {
    position: relative;
    display: flex;
    padding-top: 80px;
    justify-content: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-search-wrapper {
        padding-top: 115px;
    }
}
.tp-search-close {
    position: absolute;
    top: 35px;
    right: 35px;
}
@media only screen and (max-width: 767px) {
    .tp-search-close {
        right: 20px;
        top: 20px;
    }
}
.tp-search-close-btn {
    position: relative;
    height: 50px;
    width: 50px;
    z-index: 2;
    line-height: 1;
    border-radius: 50%;
    transition: all 0.3s ease-out 0s;
    background-color: transparent;
    color: var(--tp-heading-prilmary);
    border: 1px solid rgba(22, 22, 19, 0.1);
}
.tp-search-close-btn svg {
    height: 12px;
    width: 12px;
    transition: all 0.3s ease-out 0s;
    transform: translateY(-1px);
}
.tp-search-close-btn:hover svg {
    transform: rotate(45deg);
}
.tp-search-content .search {
    margin-bottom: 40px;
}
.tp-search-content .search:hover .tp-search-icon,
.tp-search-content input {
    color: var(--tp-heading-primary);
}
.tp-search-content input {
    font-size: 17px;
    font-weight: 400;
    height: 50px;
    padding: 0 48px;
    border-radius: 8px;
    letter-spacing: -0.17px;
    border: 1px solid #e6e8f0;
    transition: all 0.3s ease-out 0s;
    background: var(--tp-common-white);
    box-shadow: 0 1px 2px 0 rgba(164, 172, 185, 0.25);
}
.tp-search-content input:focus ~ button {
    color: var(--tp-heading-primary);
}
.tp-search-content input:focus {
    border-color: rgba(171, 12, 47, 0.49);
    box-shadow: 0 1px 2px 0 rgba(65, 95, 251, 0.06), 0 4px 10px 0 rgba(65, 95, 251, 0.06), 0 0 0 3px rgba(171, 12, 47, 0.2);
}
.tp-search-content input:focus:hover {
    background: transparent;
}
.tp-search-content input::placeholder {
    color: #a8aaad;
    font-size: 17px;
    font-weight: 400;
    letter-spacing: -0.17px;
}
.tp-search-content input:hover {
    background: linear-gradient(180deg, rgba(248, 249, 251, 0), #f2f4f8);
}
.tp-search-content.blue input:focus {
    border-color: rgba(70, 97, 253, 0.49);
    box-shadow: 0 1px 2px 0 rgba(65, 95, 251, 0.06), 0 4px 10px 0 rgba(65, 95, 251, 0.06), 0 0 0 3px rgba(65, 95, 251, 0.2);
}
.tp-search-icon {
    position: absolute;
    left: 20px;
    top: 50%;
    line-height: 1;
    transform: translateY(-50%);
}
.tp-search-course-item {
    padding: 10px;
    border-radius: 8px;
    border: 1px solid #edeef3;
    background: var(--tp-common-white);
    transition: all 0.3s ease-out 0s;
}
.tp-search-course-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 30px 0 rgba(25, 24, 34, 0.06);
}
.tp-search-course-item:hover .tp-search-course-thumb img {
    transform: scale(1.08);
}
.tp-search-course-item-title {
    color: #031f42;
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 2px;
}
.tp-search-course-item-title a:hover {
    color: var(--standard_color);
}
.tp-search-course-thumb {
    overflow: hidden;
    border-radius: 4px;
}
.tp-search-course-thumb img {
    border-radius: 4px;
    transition: all 0.3s ease-out 0s;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-search-course-thumb img {
        width: 100%;
    }
}
.tp-search-course-price span {
    color: #4f5158;
    font-size: 14px;
    font-weight: 500;
}
.tp-search-course-title {
    color: #a8aaad;
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.tp-header-transparent {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 9;
}
.tp-header-transparent.tp-header-2,
.tp-header-transparent.tp-header-inner {
    box-shadow: none;
    background-color: transparent;
}
.tp-header-transparent .main-menu nav ul li .tp-submenu,
.tp-header-transparent .tp-megamenu-academics,
.tp-header-transparent .tp-megamenu-container,
.tp-header-transparent .tp-megamenu-courses,
.tp-header-transparent .tp-megamenu-fullwidth,
.tp-header-transparent .tp-megamenu-small {
    border-radius: 8px;
}
.tp-header-transparent .tp-header-sticky .main-menu nav ul li .tp-submenu,
.tp-header-transparent .tp-header-sticky .tp-megamenu-academics,
.tp-header-transparent .tp-header-sticky .tp-megamenu-container,
.tp-header-transparent .tp-header-sticky .tp-megamenu-courses,
.tp-header-transparent .tp-header-sticky .tp-megamenu-fullwidth,
.tp-header-transparent .tp-header-sticky .tp-megamenu-small,
.tp-header-transparent.tp-header-sticky .main-menu nav ul li .tp-submenu,
.tp-header-transparent.tp-header-sticky .tp-megamenu-academics,
.tp-header-transparent.tp-header-sticky .tp-megamenu-container,
.tp-header-transparent.tp-header-sticky .tp-megamenu-courses,
.tp-header-transparent.tp-header-sticky .tp-megamenu-fullwidth,
.tp-header-transparent.tp-header-sticky .tp-megamenu-small {
    border-radius: 0 0 8px 8px;
}
.tp-header-transparent.tp-header-sticky .main-menu nav ul li .tp-submenu li > .tp-submenu {
    border-radius: 8px;
}
.tp-header-logo-1 img {
    object-fit: contain;
    width: 93%;
    height: 80px;
    position: relative;
    z-index: 1;
}
.tp-header-mob-space {
    position: relative;
    background: var(--primary_color);
}
.tp-header-mob-space:before {
    content: "";
    height: 100%;
    position: absolute;
    width: 27%;
    background: #ffffff;
    top: 0;
    z-index: 1;
    left: -25px;
    transform: skew(30deg);
}
.tp-header-logo-1 .logo-2 {
    display: none;
}
.tp-header-top {
    padding: 10px 0;
}
.tp-header-info-item {
    margin-right: 10px;
    padding-right: 10px;
    line-height: 1.4;
    border-right: 1px solid hsla(0, 0%, 100%, 0.16);
}
.tp-header-info-item:last-child {
    margin-right: 0;
    padding-right: 0;
    border: none;
}
.tp-header-info-item span {
    color: var(--tp-common-white);
    font-size: 14px;
    font-weight: 500;
}
.tp-header-info-item span a:hover {
    color: hsla(0, 0%, 100%, 0.8);
}
.tp-header-info-item span a i {
    margin-right: 10px;
}
.tp-header-right-list a {
    color: var(--tp-common-white);
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    border-right: 1px solid hsla(0, 0%, 100%, 0.16);
    display: inline-block;
    line-height: 1;
    padding: 4px 20px;
    transition: all 0.3s ease-out 0s;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-header-right-list a {
        padding: 4px 12px;
    }
}
.tp-header-right-list a:hover {
    background-color: hsla(0, 0%, 100%, 0.1);
}
.tp-header-serach {
    color: var(--tp-common-white);
}
.tp-header-serach:hover {
    color: hsla(0, 0%, 100%, 0.7);
}
.tp-header-btn a {
    font-size: 16px;
    font-weight: 500;
    border-radius: 6px;
    padding: 7px 24px 9px;
    color: var(--tp-common-white);
    border: 1px solid hsla(0, 0%, 100%, 0.3);
    transition: all 0.3s ease-out 0s;
}
.tp-header-btn a:hover {
    background-color: var(--tp-common-white);
    color: var(--standard_color);
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-header-mob-space {
        padding: 2px 0;
    }
}
.tp-header-1.tp-header-sticky .tp-header-logo-1 .logo-1 {
    display: none;
}
.tp-header-1.tp-header-sticky .tp-header-logo-1 .logo-2 {
    display: block;
}
.tp-header-1.tp-header-sticky .tp-header-serach {
    color: var(--tp-common-black);
}
.tp-header-1.tp-header-sticky .tp-header-serach:hover {
    color: var(--standard_color);
}
.tp-header-1.tp-header-sticky .tp-header-btn a {
    color: var(--tp-common-white);
    background-color: var(--standard_color);
}
.tp-header-1.tp-header-sticky .tp-header-btn a:hover {
    color: var(--tp-common-white);
    background-color: #880824;
    border-color: #880824;
    box-shadow: 0 10px 15px -5px rgba(21, 36, 34, 0.1);
}
.tp-header-1.tp-header-sticky .offcanvas-open-btn {
    background-color: var(--standard_color);
}
.tp-header-1.tp-header-sticky .offcanvas-open-btn:hover {
    background-color: #880824;
    border-color: #880824;
    box-shadow: 0 10px 15px -5px rgba(21, 36, 34, 0.1);
}
.tp-header-1.tp-header-sticky .offcanvas-open-btn:hover i {
    color: var(--tp-common-white);
}
.tp-header-1.tp-header-sticky .main-menu nav > ul > li > a {
    padding: 25px 0;
    color: var(--tp-common-black);
}
.tp-header-1.tp-header-sticky .main-menu nav > ul > li.has-dropdown > a:after {
    color: var(--tp-common-black);
}
.tp-header-sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
    width: 100%;
    transition: 0.3s ease;
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    background: hsl(0deg 0% 100%);
    box-shadow: 0 2px 4px rgba(7, 37, 68, 0.1);
    animation: headerSlideDown 0.95s ease 0s 1 normal forwards running;
}
.tp-header-2 {
    background: var(--tp-common-white);
    box-shadow: 0 1px 2px 1px rgba(3, 11, 30, 0.06), 0 1px 1px 0 rgba(3, 11, 30, 0.1);
}
@media only screen and (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-header-2 {
        padding: 20px 0;
    }
}
.tp-header-2-category {
    position: relative;
}
.tp-header-2-category:hover .tp-header-2-category-list {
    visibility: visible;
    opacity: 1;
    top: calc(100% + 20px);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-header-2-category:hover .tp-header-2-category-list {
        top: calc(100% + 20px);
    }
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-header-2-category:hover .tp-header-2-category-list {
        top: calc(100% + 20px);
    }
}
.tp-header-2-category:before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 34px;
    width: 1px;
    background: rgba(0, 31, 63, 0.12);
}
.tp-header-2-category p {
    margin-bottom: 0;
    color: var(--tp-dashboard-primary);
    font-size: 16px;
    font-weight: 500;
    position: relative;
    cursor: pointer;
}
.tp-header-2-category p span {
    display: inline-block;
    margin-right: 7px;
    color: var(--tp-dashboard-primary);
}
.tp-header-2-category-list {
    position: absolute;
    left: 0;
    z-index: 1;
    opacity: 0;
    width: 200px;
    border-radius: 4px;
    visibility: hidden;
    padding: 17px 0 15px;
    top: calc(100% + 30px);
    background: var(--tp-common-white);
    box-shadow: 0 10px 20px 0 rgba(8, 0, 42, 0.08);
    transition: all 0.3s ease-out 0s;
    z-index: 9;
}
.tp-header-2-category-list ul li {
    list-style: none;
}
.tp-header-2-category-list ul li:not(:last-of-type) {
    margin-bottom: 12px;
}
.tp-header-2-category-list ul li a {
    width: 100%;
    position: relative;
    font-size: 16px;
    font-weight: 400;
    color: #55585b;
    padding-left: 30px;
    display: inline-block;
    text-transform: capitalize;
}
.tp-header-2-category-list ul li a:hover {
    color: var(--tp-theme-secondary);
}
.tp-header-2-category.tp-header-inner-category:before {
    content: none;
}
.tp-header-2-category.tp-header-inner-category:hover {
    background: rgba(85, 109, 245, 0.14);
}
.tp-header-2-category.home-2 .tp-header-2-category p,
.tp-header-2-category.home-2 .tp-header-2-category p span {
    color: var(--tp-theme-secondary);
}
.tp-header-2-search {
    position: relative;
    margin-left: 24px;
}
.tp-header-2-search-btn {
    position: absolute;
    top: 50%;
    right: 18px;
    line-height: 1;
    transform: translateY(-50%);
}
.tp-header-2-search-btn:hover {
    color: var(--tp-dashboard-primary);
}
.tp-header-2-search input {
    border-radius: 8px;
    height: 42px;
    width: 280px;
    padding: 0 40px 0 18px;
    background-color: #f4f4f3;
    transition: all 0.3s ease-out 0s;
}
.tp-header-2-search input::placeholder {
    color: #8b8b8b;
    font-size: 15px;
    font-weight: 400;
}
.tp-header-2-search input:focus {
    border: 1px solid #556df5;
    background-color: var(--tp-common-white);
    box-shadow: 0 1px 2px 0 rgba(85, 109, 245, 0.08), 0 2px 6px 0 rgba(85, 109, 245, 0.04), 0 3px 6px 0 rgba(85, 109, 245, 0.08), 0 0 0 4px rgba(85, 109, 245, 0.1);
}
.tp-header-2 .main-menu > nav > ul > li {
    margin-left: 0;
    margin-right: 0;
}
.tp-header-2 .main-menu > nav > ul > li:not(:last-of-type) {
    margin-right: 25px;
}
.tp-header-2 .main-menu > nav > ul > li.has-dropdown > a:after {
    color: var(--tp-grey-6);
}
.tp-header-2 .main-menu > nav > ul > li:hover > a,
.tp-header-2 .main-menu > nav > ul > li:hover > a.has-dropdown > a:after,
.tp-header-2 .main-menu > nav > ul > li:hover > a:after {
    color: var(--tp-dashboard-primary);
}
.tp-header-2 .main-menu > nav > ul > li > a {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    display: inline-block;
    padding: 31px 0 27px;
    color: var(--tp-grey-6);
}
.tp-header-2 .main-menu > nav > ul > li > a:hover {
    color: var(--tp-dashboard-primary);
}
.tp-header-2 .main-menu > nav > ul > li > a:hover:after {
    color: var(--tp-dashboard-primary);
    transform: rotate(180deg);
}
.tp-header-2 .main-menu > nav > ul > li .tp-submenu li:hover > a {
    padding-left: 35px;
    color: var(--tp-dashboard-primary);
}
.tp-header-2 .main-menu > nav > ul > li .tp-submenu li:hover > a:before {
    background-color: var(--tp-dashboard-primary);
}
@media only screen and (max-width: 767px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-header-2.tp-header-shop {
        padding: 15px 0;
    }
}
.tp-header-2.tp-header-shop .main-menu > nav > ul > li:not(:last-of-type) {
    margin-right: 25px;
}
.tp-header-2.tp-header-shop .main-menu > nav > ul > li > a {
    font-size: 16px;
    font-weight: 500;
    color: #4f5158;
}
.tp-header-2.tp-header-shop .main-menu > nav > ul > li .tp-submenu > li:hover a,
.tp-header-2.tp-header-shop .main-menu > nav > ul > li:hover > a,
.tp-header-2.tp-header-shop .main-menu > nav > ul > li:hover > a.has-dropdown > a:after,
.tp-header-2.tp-header-shop .main-menu > nav > ul > li:hover > a:after,
.tp-header-2.tp-header-shop .main-menu > nav > ul > li > a:hover,
.tp-header-2.tp-header-shop .main-menu > nav > ul > li > a:hover:after {
    color: var(--tp-theme-8);
}
.tp-header-2.tp-header-shop .main-menu > nav > ul > li .tp-submenu > li:hover a:before {
    background-color: var(--tp-theme-8);
}
.tp-header-2.bxs-none {
    box-shadow: none;
}
.tp-header-2-cart {
    position: relative;
}
.tp-header-2-cart button:hover span {
    color: var(--tp-dashboard-primary);
}
.tp-header-2-cart button i {
    position: absolute;
    top: -8px;
    right: -14px;
    font-style: normal;
    color: var(--tp-common-white);
    font-size: 12px;
    font-weight: 700;
    display: inline-block;
    height: 24px;
    width: 24px;
    line-height: 23px;
    text-align: center;
    border-radius: 50%;
    background-color: var(--tp-dashboard-primary);
}
.tp-header-2-cart.tp-header-cart-inner i {
    line-height: 22px;
    background-color: var(--standard_color);
}
.tp-header-2-cart.cart-4 button:hover span {
    color: var(--tp-common-white);
}
.tp-header-2-cart.cart-4 button i {
    top: -7px;
    right: -14px;
    width: 24px;
    height: 24px;
    line-height: 20px;
    color: #161613;
    font-size: 12px;
    font-weight: 500;
    border: 2px solid #b1040e;
    background-color: var(--tp-common-white);
}
.tp-header-2-cart.cart-4 button span {
    color: var(--tp-common-white);
    transition: all 0.3s ease-out 0s;
}
.tp-header-2-cart.home-2 button i {
    background-color: var(--tp-theme-secondary);
}
.tp-header-2-login {
    position: relative;
    margin-left: 35px;
    padding-left: 20px;
}
.tp-header-2-login:before {
    position: absolute;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    height: 34px;
    width: 1px;
    background-color: rgba(0, 31, 63, 0.12);
}
.tp-header-2-login button {
    color: #656565;
    font-size: 16px;
}
.tp-header-2-login button:hover {
    color: var(--tp-dashboard-primary);
}
.tp-header-2-login button span {
    display: inline-block;
    margin-right: 2px;
}
.tp-header-2-login img {
    height: 40px;
    width: 40px;
    border-radius: 50%;
}
.tp-header-2-btn {
    margin-left: 23px;
}
.tp-header-2-btn .tp-btn-2 {
    color: var(--tp-common-white);
    font-size: 16px;
    font-weight: 600;
    border-radius: 100px;
    background: var(--tp-theme-6);
    padding: 8px 35px;
    border-color: var(--tp-theme-6);
}
.tp-header-2-btn .tp-btn-2:hover {
    background-color: transparent;
    color: var(--tp-theme-6);
}
.tp-header-2 .offcanvas-open-btn {
    line-height: 44px;
    border: 1px solid rgba(3, 31, 66, 0.2);
}
.tp-header-2 .offcanvas-open-btn i {
    font-size: 16px;
    color: #031f42;
    transition: all 0.3s ease-in-out;
}
.tp-header-2 .offcanvas-open-btn:hover {
    border-color: #0071dc;
}
.tp-header-2 .offcanvas-open-btn:hover i {
    color: #0071dc;
}
.tp-header-2-contact.tp-header-shop .tp-header-2-cart {
    position: relative;
}
.tp-header-2-contact.tp-header-shop .tp-header-2-cart button:hover span {
    color: var(--tp-theme-8);
}
.tp-header-2-contact.tp-header-shop .tp-header-2-cart button i {
    background-color: var(--tp-theme-8);
}
.tp-header-2-contact.tp-header-shop .tp-header-2-cart:after {
    position: absolute;
    content: "";
    top: 0;
    left: -24px;
    height: 34px;
    width: 1px;
    background: rgba(0, 31, 63, 0.12);
}
@media only screen and (max-width: 767px),
    only screen and (min-width: 1200px) and (max-width: 1399px),
    only screen and (min-width: 576px) and (max-width: 767px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-header-2-contact.tp-header-shop .tp-header-2-cart:after {
        content: none;
    }
}
.tp-header-2-contact.tp-header-shop .tp-btn-inner {
    font-weight: 600;
    font-size: 15px;
    border-radius: 0;
    color: #ddf49f;
    background: var(--tp-theme-8);
    box-shadow: 0 0 1px 0 var(--tp-theme-8), 0 1px 2px 0 rgba(0, 107, 97, 0.2);
}
.tp-header-2-contact.tp-header-shop .tp-btn-inner:hover {
    box-shadow: none;
    color: var(--tp-common-white);
    background-color: var(--tp-theme-6);
}
.tp-header-2.tp-header-sticky {
    background: hsla(0, 0%, 100%, 0.7);
    box-shadow: 0 2px 4px rgba(7, 37, 68, 0.1);
}
.tp-header-2.tp-header-sticky .main-menu nav > ul > li > a {
    padding: 26px 0;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-header-3 {
        padding: 18px 0;
    }
}
.tp-header-3 .main-menu nav > ul > li > a {
    color: var(--tp-heading-3);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.tp-header-3 .main-menu nav > ul > li.has-dropdown > a:hover:after,
.tp-header-3 .main-menu nav > ul > li > a:hover,
.tp-header-3 .main-menu nav > ul > li > a:hover:after {
    color: var(--tp-theme-3);
}
.tp-header-3 .main-menu nav > ul > li.has-dropdown > a:after {
    color: var(--tp-heading-3);
}
.tp-header-3 .main-menu nav > ul > li:hover > a,
.tp-header-3 .main-menu nav > ul > li:hover > a:after {
    color: var(--tp-theme-3);
}
.tp-header-3 .main-menu nav > ul > li:hover > a:before {
    background-color: var(--tp-theme-3);
}
.tp-header-3 .main-menu nav > ul > li .tp-submenu > li:hover a {
    color: var(--tp-theme-3);
}
.tp-header-3 .main-menu nav > ul > li .tp-submenu > li:hover a:before {
    background-color: var(--tp-theme-3);
}
.tp-header-3 .offcanvas-open-btn {
    border: 2px solid rgba(255, 113, 98, 0.4);
}
.tp-header-3 .offcanvas-open-btn i {
    color: var(--tp-theme-3);
}
.tp-header-3 .offcanvas-open-btn:hover {
    border-color: #ff7162;
}
.tp-header-3.tp-header-sticky .main-menu nav > ul > li > a {
    padding: 28px 0;
}
.tp-header-4-top {
    background-color: #900000;
}
.tp-header-4-top-item:not(:first-of-type) {
    margin-left: 25px;
}
.tp-header-4-main {
    background-color: var(--standard_color);
}
@media only screen and (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-header-4-main {
        padding: 16px 0;
    }
}
.tp-header-4-main.tp-header-sticky {
    background: hsla(0, 0%, 100%, 0.7);
}
.tp-header-4-main.tp-header-sticky .tp-header-4-logo .logo-1 {
    display: none;
}
.tp-header-4-main.tp-header-sticky .tp-header-4-logo .logo-2 {
    display: block;
}
.tp-header-4-main.tp-header-sticky .tp-header-2-cart.cart-4 span {
    color: var(--tp-heading-primary);
}
.tp-header-4-main.tp-header-sticky .tp-header-2-cart.cart-4 i {
    border: 2px solid #c7c7c4;
    color: var(--tp-common-white);
    background-color: #b1040e;
}
.tp-header-4-main.tp-header-sticky .tp-header-4-btn a {
    transition: all 0.3s ease-out 0s;
    color: var(--tp-common-white);
    background-color: #b1040e;
}
.tp-header-4-main.tp-header-sticky .tp-header-4-btn a:hover {
    color: var(--tp-common-white);
    background-color: #880824;
    border-color: #880824;
    box-shadow: 0 10px 15px -5px rgba(21, 36, 34, 0.1);
}
.tp-header-4-main.tp-header-sticky .tp-header-bar .offcanvas-open-btn {
    background-color: var(--standard_color);
}
.tp-header-4-main.tp-header-sticky .tp-header-bar .offcanvas-open-btn:hover {
    background-color: #880824;
    border-color: #880824;
    box-shadow: 0 10px 15px -5px rgba(21, 36, 34, 0.1);
}
.tp-header-4-main.tp-header-sticky .tp-header-bar .offcanvas-open-btn:hover i {
    color: var(--tp-common-white);
}
.tp-header-4-main.tp-header-sticky .main-menu nav > ul > li > a {
    padding: 25px 0;
    color: var(--tp-common-black);
}
.tp-header-4-main.tp-header-sticky .main-menu nav > ul > li.has-dropdown > a:after {
    color: var(--tp-common-black);
}
.tp-header-4-logo .logo-2 {
    height: 48px;
    width: 125px;
    display: none;
}
.tp-header-4-link a {
    color: var(--tp-common-white);
    font-size: 15px;
    font-weight: 500;
    position: relative;
}
.tp-header-4-link a:not(:first-of-type) {
    margin-left: 8px;
    padding-left: 16px;
}
.tp-header-4-link a:not(:first-of-type):before {
    position: absolute;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    height: 4px;
    width: 4px;
    left: 0;
    border-radius: 50%;
    background-color: hsla(0, 0%, 100%, 0.5);
}
.tp-header-4-btn a {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    padding: 9px 36px;
    border-radius: 6px;
    color: var(--tp-heading-primary);
    background-color: var(--tp-common-white);
}
.tp-header-4-btn a:hover {
    color: var(--tp-common-white);
    background-color: var(--tp-heading-primary);
}
.tp-header-4-btn-top a {
    border-radius: 4px;
    border: 1px solid hsla(0, 0%, 100%, 0.3);
    color: var(--tp-common-white);
    font-size: 14px;
    font-weight: 500;
    padding: 5px 10px;
}
.tp-header-4-btn-top a span {
    margin-right: 6px;
}
.tp-header-4-btn-top a i {
    margin-left: 12px;
}
.tp-header-4-search {
    position: relative;
}
.tp-header-4-search input {
    width: 75px;
    background-color: transparent;
    border: none;
    padding: 0 0 0 22px;
    color: #fff;
}
.tp-header-4-search input::placeholder {
    color: hsla(0, 0%, 100%, 0.7);
    font-size: 14px;
    font-weight: 500;
}
.tp-header-4-search span {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.header-bottom__lang > ul > li {
    position: relative;
    list-style: none;
}
.header-bottom__lang > ul > li > a {
    border-radius: 30px;
    font-weight: 500;
    font-size: 14px;
    color: #88898a;
    line-height: 0;
}
.header-bottom__lang > ul > li > a img {
    height: 12px;
    width: 18px;
    object-fit: cover;
    transform: translateY(-2px);
    margin-right: 7px;
}
.header-bottom__lang > ul > li > a > span svg {
    margin-left: 2px;
}
.header-bottom__lang-2 > ul > li {
    position: relative;
    list-style: none;
}
.header-bottom__lang-2 > ul > li > a {
    color: #57595f;
    font-size: 16px;
    font-weight: 300;
    text-align: center;
    padding: 5px 20px;
    display: inline-block;
    border-radius: 100px;
    border: 1px solid rgba(30, 30, 47, 0.1);
}
.header-bottom__lang-2 > ul > li > a > span svg {
    margin-left: 2px;
}
.header-bottom__lang-submenu {
    position: absolute;
    top: 110%;
    left: 0;
    width: 120px;
    z-index: 9;
    opacity: 0;
    padding: 15px 20px;
    border-radius: 4px;
    visibility: hidden;
    transition: all 0.3s ease-out 0s;
    background: var(--tp-common-white);
    box-shadow: 0 30px 70px 6px rgba(11, 6, 70, 0.08);
}
.header-bottom__lang-submenu li {
    list-style: none;
    margin-bottom: 7px;
}
.header-bottom__lang-submenu li:last-child {
    margin-bottom: 0;
}
.header-bottom__lang-submenu li a {
    display: block;
}
.header-bottom__lang-submenu li:hover {
    color: var(--standard_color);
}
.header-bottom__lang-submenu.open {
    top: 100%;
    opacity: 1;
    visibility: visible;
}
.header-bottom__lang-submenu-2 {
    position: absolute;
    bottom: 110%;
    right: 0;
    width: 120px;
    z-index: 9;
    opacity: 0;
    text-align: start;
    padding: 15px 20px;
    border-radius: 4px;
    visibility: hidden;
    transition: all 0.3s ease-out 0s;
    background: var(--tp-common-white);
    box-shadow: 0 30px 70px 6px rgba(11, 6, 70, 0.08);
}
@media only screen and (max-width: 767px) {
    .header-bottom__lang-submenu-2 {
        left: 0;
        right: auto;
    }
}
.header-bottom__lang-submenu-2 li {
    list-style: none;
    margin-bottom: 7px;
}
.header-bottom__lang-submenu-2 li:last-child {
    margin-bottom: 0;
}
.header-bottom__lang-submenu-2 li a {
    display: block;
}
.header-bottom__lang-submenu-2 li:hover {
    color: var(--tp-theme-secondary);
}
.header-bottom__lang-submenu-2.open {
    bottom: 100%;
    opacity: 1;
    visibility: visible;
}
.tp-header-5 {
    padding: 0 85px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-header-5 {
        padding: 20px 40px;
    }
}
@media only screen and (max-width: 767px) {
    .tp-header-5 {
        padding: 20px 15px;
    }
}
.tp-header-5 .tp-megamenu-container {
    left: -50px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-header-5 .tp-megamenu-container {
        left: 0;
    }
}
.tp-header-5 .main-menu {
    margin-left: -70px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-header-5 .main-menu {
        margin-left: 0;
    }
}
.tp-header-5 .main-menu > nav > ul > li > a {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}
.tp-header-5 .main-menu > nav > ul > li .tp-submenu > li:hover a {
    color: #679307;
}
.tp-header-5 .main-menu > nav > ul > li .tp-submenu > li:hover a:before {
    background-color: #679307;
}
.tp-header-5-logo .logo-2 {
    display: none;
}
@media only screen and (max-width: 767px) {
    .tp-header-5-login {
        display: none;
    }
}
.tp-header-5-login button span {
    color: var(--tp-common-white);
}
.tp-header-5-login img {
    height: 40px;
    width: 40px;
    border-radius: 50%;
}
.tp-header-5-cart {
    position: relative;
}
.tp-header-5-cart button span {
    color: var(--tp-common-white);
}
.tp-header-5-cart button i {
    position: absolute;
    height: 24px;
    width: 24px;
    top: -8px;
    right: -12px;
    color: #010a19;
    font-size: 12px;
    font-weight: 700;
    font-style: normal;
    border-radius: 50%;
    display: inline-block;
    line-height: 18px;
    border: 3px solid #415a45;
    background-color: var(--tp-theme-5);
}
.tp-header-5-sidebar .offcanvas-open-btn {
    border: none;
    line-height: 1;
    height: 0;
}
.tp-header-5-sidebar .offcanvas-open-btn:hover span:after {
    transform: translate(5px, -8px);
}
.tp-header-5-sidebar .offcanvas-open-btn:hover span:before {
    transform: translateX(-5px);
}
.tp-header-5-sidebar .offcanvas-open-btn span {
    display: inline-block;
    position: relative;
    transform: translateY(4px);
}
.tp-header-5-sidebar .offcanvas-open-btn span:after,
.tp-header-5-sidebar .offcanvas-open-btn span:before {
    content: "";
    height: 2px;
    width: 40px;
    background-color: var(--tp-common-white);
    display: block;
    transition: all 0.3s ease-out 0s;
}
.tp-header-5-sidebar .offcanvas-open-btn span:after {
    transform: translateY(-8px);
}
.tp-header-5.tp-header-sticky .main-menu nav > ul > li > a {
    color: var(--tp-heading-3);
    padding: 28px 0;
}
.tp-header-5.tp-header-sticky .main-menu nav > ul > li > a:after {
    color: var(--tp-heading-3);
}
.tp-header-5.tp-header-sticky .tp-header-5-logo .logo-1 {
    display: none;
}
.tp-header-5.tp-header-sticky .tp-header-5-logo .logo-2 {
    display: block;
}
.tp-header-5.tp-header-sticky .tp-header-5-cart button span,
.tp-header-5.tp-header-sticky .tp-header-5-login span {
    color: var(--tp-heading-3);
}
.tp-header-5.tp-header-sticky .tp-header-5-sidebar .offcanvas-open-btn span:after,
.tp-header-5.tp-header-sticky .tp-header-5-sidebar .offcanvas-open-btn span:before {
    background-color: var(--tp-heading-3);
}
.tp-header-inner {
    box-shadow: 0 1px 1px 0 rgba(3, 11, 30, 0.1), 0 1px 2px 1px rgba(3, 11, 30, 0.06);
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-header-inner {
        padding: 12px 0;
    }
}
.tp-header-inner-logo {
    position: relative;
    margin-right: 30px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-header-inner-logo {
        margin-right: 15px;
    }
}
.tp-header-inner-category {
    display: inline-block;
    border-radius: 1000px;
    cursor: pointer;
    padding: 6px 25px;
    transition: all 0.3s ease-out 0s;
    background-color: rgba(81, 105, 241, 0.06);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-header-inner-category {
        padding: 6px 12px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .tp-header-inner-category {
        padding: 6px 17px;
    }
}
.tp-header-inner-search {
    position: relative;
    padding-right: 20px;
    margin-right: 22px;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-header-inner-search {
        display: none;
    }
}
.tp-header-inner-search button:hover {
    color: var(--tp-dashboard-primary);
}
.tp-header-inner-search:before {
    position: absolute;
    content: "";
    right: 0;
    top: 50%;
    height: 34px;
    width: 1px;
    transform: translateY(-50%);
    background: rgba(0, 31, 63, 0.12);
}
.tp-header-inner-login img {
    height: 40px;
    width: 40px;
    border-radius: 50%;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-header-inner-login img {
        display: none;
    }
}
.tp-header-inner .main-menu > nav > ul > li {
    margin: 0;
}
.tp-header-inner .main-menu > nav > ul > li:not(:last-of-type) {
    margin-right: 29px;
}
.tp-header-inner .main-menu > nav > ul > li.has-dropdown > a:after {
    color: #30302f;
}
.tp-header-inner .main-menu > nav > ul > li:hover > a,
.tp-header-inner .main-menu > nav > ul > li:hover > a.has-dropdown > a:after,
.tp-header-inner .main-menu > nav > ul > li:hover > a:after {
    color: var(--standard_color);
}
.tp-header-inner .main-menu > nav > ul > li > a {
    line-height: 1.5;
    color: #30302f;
    font-size: 17px;
    font-weight: 500;
    display: inline-block;
    padding: 25px 0;
}
.tp-header-inner .main-menu > nav > ul > li > a:hover {
    color: var(--standard_color);
}
.tp-header-inner .main-menu > nav > ul > li > a:hover:after {
    color: var(--standard_color);
    transform: rotate(180deg);
}
.tp-header-inner .main-menu > nav > ul > li .tp-submenu {
    padding: 30px 0 15px;
}
.tp-header-inner .main-menu > nav > ul > li .tp-submenu > li:not(:last-of-type) {
    margin-bottom: 12px;
}
.tp-header-inner .main-menu > nav > ul > li .tp-submenu > li a {
    font-size: 16px;
    font-weight: 400;
    color: #55585b;
    padding-left: 30px;
    display: inline-block;
}
.tp-header-inner .main-menu > nav > ul > li .tp-submenu > li:hover > a {
    color: var(--standard_color);
    padding-left: 35px;
}
.tp-header-inner .main-menu > nav > ul > li .tp-submenu > li:hover > a:before {
    background-color: var(--standard_color);
}
.tp-header-inner-btn {
    margin-left: 33px;
    margin-right: 20px;
}
.tp-header-inner-btn .tp-btn-3 {
    background-color: var(--standard_color);
    border: 1px solid var(--standard_color);
    padding: 6px 25px;
    box-shadow: 0 1px 2px 0 rgba(165, 9, 35, 0.2);
}
.tp-header-inner-btn .tp-btn-3:hover {
    color: var(--tp-common-white);
    background-color: #880824;
    border: 1px solid #880824;
    box-shadow: 0 10px 15px -5px rgba(21, 36, 34, 0.1) !important;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-header-inner-btn .tp-btn-3 {
        padding: 8px 25px;
    }
}
.tp-header-inner-btn.home-2 .tp-btn-inner {
    border-radius: 50px;
    background-color: var(--tp-theme-secondary);
}
.tp-header-inner.tp-header-inner-2 .tp-header-2-category.tp-header-inner-category {
    background-color: rgba(var(--standard_color), 0.5);
}
.tp-header-red-search {
    color: #30302f;
}
.tp-header-red-search:hover {
    color: var(--standard_color);
}
.tp-header-red-sidebar .offcanvas-open-btn {
    color: #30302f;
    border: none;
    line-height: 1;
}
.tp-header-red-sidebar .offcanvas-open-btn svg .width {
    transition: all 0.3s ease-out 0s;
}
.tp-header-red-sidebar .offcanvas-open-btn:hover {
    color: var(--standard_color);
    background-color: transparent;
}
.tp-header-red-sidebar .offcanvas-open-btn:hover svg .width {
    width: 30px;
}
.tp-header-shop-box {
    box-shadow: 0 1px 1px 0 rgba(3, 11, 30, 0.1), 0 1px 2px 1px rgba(3, 11, 30, 0.04);
}
.tp-header-shop-btn {
    margin-left: 31px;
}
.tp-header-shop-search input {
    background: #f3f4f9;
    border-radius: 100px;
    height: 40px;
    width: 240px;
    padding-left: 45px;
}
.tp-header-shop-search input:focus {
    background-color: transparent;
    border: 1px solid var(--tp-theme-8);
}
.tp-header-shop-search .tp-header-search-btn {
    position: absolute;
    top: 48%;
    left: 20px;
    transform: translateY(-50%);
}
.tp-header-shop-login {
    margin-left: 20px;
}
.tp-header-shop-login img {
    height: 40px;
    width: 40px;
    border-radius: 50%;
}
.tp-header-new-course {
    padding: 27px 85px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-header-new-course {
        padding: 26px 35px;
    }
}
@media only screen and (max-width: 767px) {
    .tp-header-new-course {
        padding: 20px;
    }
}
.tp-header-new-course-right .draft {
    font-weight: 600;
    font-size: 15px;
    color: #57595f;
    margin-right: 15px;
}
.tp-header-new-course-right .preview {
    font-weight: 600;
    font-size: 16px;
    padding: 10px 25px;
    border-radius: 6px;
    background: #e9ecff;
    margin-right: 10px;
    color: var(--tp-dashboard-primary);
}
.tp-header-new-course-right .preview:hover {
    color: var(--tp-common-white);
    background-color: var(--tp-dashboard-primary);
}
.tp-header-new-course-right .pulish {
    font-size: 16px;
    font-weight: 600;
    padding: 10px 30px;
    border-radius: 6px;
    margin-right: 18px;
    color: var(--tp-common-white);
    background: var(--tp-dashboard-primary);
    box-shadow: 0 0 1px 0 #1438b5, 0 1px 2px 0 rgba(20, 56, 181, 0.25);
}
.tp-header-new-course-right .pulish:hover {
    box-shadow: none;
}
.tp-header-new-course-right span:hover {
    color: var(--tp-dashboard-primary);
}
.tp-header-user-hover {
    position: relative;
}
.tp-header-user-hover.active .tp-header-user-box {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
}
.tp-header-user-box {
    position: absolute;
    width: 260px;
    opacity: 0;
    top: 57px;
    right: 0;
    padding: 4px;
    z-index: 99;
    border-radius: 6px;
    background: #faf9fb;
    transform: scaleY(0);
    transform-origin: 0 0;
    visibility: hidden;
    border: 2px solid #fff;
    transition: all 0.3s ease-out 0s;
    box-shadow: 0 20px 40px 0 rgba(18, 20, 32, 0.1);
}
.tp-header-user-profile {
    padding: 15px 18px;
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(87, 87, 90, 0.08);
}
.tp-header-user-profile-thumb {
    margin-right: 15px;
}
.tp-header-user-profile-content .h4,
.tp-header-user-profile-content h4 {
    font-size: 16px;
    font-weight: 500;
    color: #191822;
    margin: 0;
}
.tp-header-user-profile-content span {
    font-size: 13px;
    font-weight: 400;
    color: #939397;
    display: inline-block;
}
.tp-header-user-list {
    margin-bottom: 15px;
}
.tp-header-user-list ul li {
    list-style: none;
}
.tp-header-user-list ul li a {
    font-size: 15px;
    font-weight: 400;
    line-height: 30px;
    color: #57575a;
    display: block;
    padding: 5px 20px;
    transition: all 0.3s ease-out 0s;
}
.tp-header-user-list ul li a span {
    margin-right: 10px;
    display: inline-block;
}
.tp-header-user-list ul li a:hover {
    background: #f2f1f5;
    color: var(--tp-common-black-1);
}
.tp-header-user-list ul li.hr-border {
    margin-top: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(87, 87, 90, 0.08);
}
.tp-announcement-area {
    padding: 7px 10px;
    background-repeat: no-repeat;
}
@media only screen and (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px) {
    .tp-announcement-area {
        display: none;
    }
}
.tp-announcement-content p {
    font-size: 15px;
    font-weight: 400;
    color: #4e1b49;
    margin: 0 20px 0 0;
}
.tp-announcement-content p span {
    font-weight: 600;
}
.tp-announcement-btn {
    font-weight: 500;
    font-size: 14px;
    color: #ffd4fb;
    background: #640c5b;
    border-radius: 100px;
    padding: 0 16px 1px;
}
.tp-announcement-btn:hover {
    color: var(--tp-common-white);
}
.tp-announcement-close {
    position: absolute;
    top: 7px;
    right: 60px;
}
.tp-announcement-close button {
    display: inline-block;
    height: 26px;
    width: 26px;
    line-height: 7px;
    border-radius: 50%;
    background: rgba(100, 12, 91, 0.3);
}
.tp-announcement-close button:hover {
    background: #640c5b;
}
.main-menu > nav > ul > li {
    position: relative;
    list-style: none;
    display: inline-block;
    margin: 0 10px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .main-menu > nav > ul > li {
        margin-left: 25px;
    }
}
.main-menu > nav > ul > li > a {
    display: inline-block;
    color: var(--tp-common-white);
    padding: 25px 0;
    line-height: 1.5;
    font-size: 17px;
    font-weight: 500;
}
@media (min-width: 992px) {
    .tp-header-mob-space:before {
        width: 60%;
    }  
    .tp-header-logo-1 img {
        height: 80px;
    }


}
@media (min-width: 1200px) {
  .main-menu > nav > ul > li > a {
        font-size: 13px;
    }  
    .main-menu > nav > ul > li {
        margin: 0 8px;
    }
    .tp-header-mob-space:before {
        width: 28%;
    }
    .tp-header-logo-1 img {
        height: 80px;
    }
}
@media (min-width: 1400px) {
    .main-menu > nav > ul > li > a {
        font-size: 15px;
    } 
    .main-menu > nav > ul > li {
        margin: 0 10px;
    }
    .tp-header-mob-space:before {
        width: 27%;
    }
    .tp-header-logo-1 img {
        height: 80px;
    }
}
.main-menu > nav > ul > li.has-dropdown > a {
    position: relative;
}
.main-menu > nav > ul > li.has-dropdown > a:after {
    content: "";
    font-size: 10px;
    color: var(--tp-common-white);
    font-weight: 900;
    font-family: "Font Awesome 6 Free";
    margin-left: 5px;
    display: inline-block;
    transition: all 0.3s ease-out 0s;
    content: "\f078";
}
.main-menu > nav > ul > li.has-dropdown > a.tp-static {
    position: static;
}
.main-menu > nav > ul > li > .tp-submenu {
    position: absolute;
    top: 100%;
    left: -30px;
    width: 240px;
    z-index: 99;
    opacity: 0;
    transform: scaleY(0);
    transform-origin: 0 0;
    visibility: hidden;
    transition: 0.5s;
    border-radius: 0 0 8px 8px;
    background: var(--tp-common-white);
    border: 1px solid rgba(48, 48, 47, 0.1);
    box-shadow: 0 1px 2px 1px rgba(3, 11, 30, 0.06), 0 1px 1px 0 rgba(3, 11, 30, 0.1);
    padding: 30px 0 15px;
    text-align: start;
}
.main-menu > nav > ul > li > .tp-submenu li {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    transform: translateY(-10px);
}
.main-menu > nav > ul > li > .tp-submenu li:not(:last-of-type) {
    margin-bottom: 12px;
}
.main-menu > nav > ul > li > .tp-submenu li.has-dropdown > a:after {
    position: absolute;
    top: 50%;
    right: 25px;
    transform: translateY(-50%) rotate(-90deg);
}
.main-menu > nav > ul > li > .tp-submenu li > a {
    position: relative;
    font-size: 16px;
    font-weight: 400;
    color: #55585b;
    padding-left: 30px;
    display: inline-block;
    width: 100%;
    z-index: 11;
    transition: all 0.3s ease-out 0s;
}
.main-menu > nav > ul > li > .tp-submenu li > a:before {
    position: absolute;
    content: "";
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 1px;
    background-color: var(--standard_color);
    transition: all 0.3s ease-out 0s;
}
.main-menu > nav > ul > li > .tp-submenu li > .tp-submenu {
    position: absolute;
    top: 0;
    left: 100%;
    width: 240px;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    transform: scaleY(0);
    transform-origin: 0 0;
    transition: 0.5s;
    border-radius: 8px;
    background: var(--tp-common-white);
    border: 1px solid rgba(48, 48, 47, 0.1);
    box-shadow: 0 1px 2px 1px rgba(3, 11, 30, 0.06), 0 1px 1px 0 rgba(3, 11, 30, 0.1);
    padding: 30px 0 15px;
}
.main-menu > nav > ul > li > .tp-submenu li.active > a,
.main-menu > nav > ul > li > .tp-submenu li:hover > a {
    color: var(--standard_color);
    padding-left: 35px;
}
.main-menu > nav > ul > li > .tp-submenu li.active > a:after,
.main-menu > nav > ul > li > .tp-submenu li:hover > a:after {
    color: var(--tp-common-white);
}
.main-menu > nav > ul > li > .tp-submenu li.active > a:before,
.main-menu > nav > ul > li > .tp-submenu li:hover > a:before {
    width: 12px;
}
.main-menu > nav > ul > li > .tp-submenu li.active .tp-submenu,
.main-menu > nav > ul > li > .tp-submenu li:hover .tp-submenu {
    left: 100%;
    opacity: 1;
    visibility: visible;
}
.main-menu > nav > ul > li.tp-static {
    position: static;
}
.main-menu > nav > ul > li:hover > a {
    color: hsla(0, 0%, 100%, 0.7);
}
.main-menu > nav > ul > li:hover > a:after {
    transform: rotate(180deg);
    color: hsla(0, 0%, 100%, 0.7);
}
.main-menu > nav > ul > li:hover .tp-submenu {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
}
.main-menu > nav > ul > li:hover .tp-submenu li:hover > .tp-submenu {
    left: 100%;
    visibility: visible;
    opacity: 1;
    transform: scale(1);
}
.main-menu > nav > ul > li:hover > .tp-megamenu-main {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
}
.main-menu.main-menu-4 > nav > ul > li {
    margin: 0;
}
.main-menu.main-menu-4 > nav > ul > li:not(:last-of-type) {
    margin-right: 30px;
}
.main-menu.main-menu-4 > nav > ul > li > a {
    padding: 28px 0 27px;
}
.tp-megamenu-main {
    position: absolute;
    z-index: 99;
    opacity: 0;
    transform: scaleY(0);
    transform-origin: 0 0;
    visibility: hidden;
    transition: 0.3s;
    top: 100%;
    left: 0;
    right: 0;
}
.tp-megamenu-small {
    top: 100%;
    left: -40px;
    width: 580px;
    text-align: start;
    border-radius: 0 0 8px 8px;
    background: var(--tp-common-white);
    border: 1px solid rgba(48, 48, 47, 0.1);
    box-shadow: 0 1px 2px 1px rgba(3, 11, 30, 0.06), 0 1px 1px 0 rgba(3, 11, 30, 0.1);
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-megamenu-small {
        border: none;
        box-shadow: none;
        background: transparent;
    }
}
.tp-megamenu-small-content {
    padding: 20px 25px 0px;
}
.tp-header-sticky img {
    height: 56px;
}
.p-footer-widget {
    text-align: right;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-megamenu-small-content {
        padding: 10px 0 0 25px;
    }
}
.tp-megamenu-small-content .tp-megamenu-list a {
    position: relative;
    display: block;
    color: #55585b;
    font-size: 16px;
    font-weight: 400;
    padding-bottom: 15px;
    margin-bottom: 14px;
    border-bottom: 1px solid #ededed;
}
.tp-megamenu-small-content .tp-megamenu-list a:hover {
    padding-left: 15px;
    color: var(--standard_color);
}
.tp-megamenu-small-content .tp-megamenu-list a:hover:before {
    width: 12px;
}
.tp-megamenu-small-content .tp-megamenu-list a:before {
    position: absolute;
    content: "";
    left: 0;
    top: 14px;
    width: 0;
    height: 1px;
    background-color: var(--standard_color);
    transition: all 0.3s ease-out 0s;
}
.tp-megamenu-small-content .tp-megamenu-list.orange-color a:hover {
    color: var(--tp-theme-3);
}
.tp-megamenu-small-content .tp-megamenu-list.orange-color a:hover:before {
    background-color: var(--tp-theme-3);
}
.tp-megamenu-small-content .tp-megamenu-list.yellow-color a:hover {
    color: #679307;
}
.tp-megamenu-small-content .tp-megamenu-list.yellow-color a:hover:before {
    background-color: #679307;
}
.tp-megamenu-small-content .tp-megamenu-list.green-color a:hover {
    color: var(--tp-theme-8);
}
.tp-megamenu-small-content .tp-megamenu-list.green-color a:hover:before {
    background-color: var(--tp-theme-8);
}
.tp-megamenu-small-cta {
    border-radius: 6px;
    background: #ffdef7;
    padding: 18px 46px 0;
}
.tp-megamenu-small-cta-wrap {
    padding: 0 6px 5px;
}
.tp-megamenu-small-cta-thumb {
    margin-right: 15px;
}
.tp-megamenu-small-cta-title {
    color: #073742;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: -0.2px;
    margin: 5px 22px 0 0;
}
.tp-megamenu-small-cta-btn .tp-btn {
    padding: 4px 14px;
    border-radius: 4px;
    background: #073742;
    border: 1px solid #073742;
}
.tp-megamenu-small-cta-btn .tp-btn:hover {
    background-color: #c41230;
    border: 1px solid #c41230;
}
.tp-megamenu-fullwidth {
    top: 100%;
    left: 0;
    right: 0;
    width: 90%;
    margin: 0 auto;
    overflow: hidden;
    text-align: start;
    border-radius: 0 0 8px 8px;
    background: var(--tp-common-white);
    border: 1px solid rgba(48, 48, 47, 0.1);
    box-shadow: 0 1px 2px 1px rgba(3, 11, 30, 0.06), 0 1px 1px 0 rgba(3, 11, 30, 0.1);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-megamenu-fullwidth {
        width: 100%;
    }
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-megamenu-fullwidth {
        border: none;
        box-shadow: none;
        background: transparent;
    }
    .tp-megamenu-fullwidth-list {
        margin-bottom: 10px;
    }
}
.tp-megamenu-fullwidth-list ul li {
    list-style: none;
    width: 100%;
    display: block;
}
.tp-megamenu-fullwidth-list ul li:not(:last-of-type) {
    margin-bottom: 12px;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-megamenu-fullwidth-list ul li:not(:last-of-type) {
        margin-bottom: 0;
    }
}
.tp-megamenu-fullwidth-list ul li a {
    position: relative;
    font-size: 16px;
    font-weight: 400;
    color: #57595f;
    display: block;
}
.tp-megamenu-fullwidth-list ul li a:hover {
    padding-left: 15px;
    color: var(--standard_color);
}
.tp-megamenu-fullwidth-list ul li a:hover:before {
    width: 12px;
}
.tp-megamenu-fullwidth-list ul li a:hover.blue {
    color: var(--tp-dashboard-primary);
}
.tp-megamenu-fullwidth-list ul li a:hover.blue:before {
    background-color: var(--tp-dashboard-primary);
}
.tp-megamenu-fullwidth-list ul li a:hover.orange {
    color: var(--tp-theme-3);
}
.tp-megamenu-fullwidth-list ul li a:hover.orange:before {
    background-color: var(--tp-theme-3);
}
.tp-megamenu-fullwidth-list ul li a:hover.yellow {
    color: #679307;
}
.tp-megamenu-fullwidth-list ul li a:hover.yellow:before {
    background-color: #679307;
}
.tp-megamenu-fullwidth-list ul li a:hover.green {
    color: var(--tp-theme-8);
}
.tp-megamenu-fullwidth-list ul li a:hover.green:before {
    background-color: var(--tp-theme-8);
}
.tp-megamenu-fullwidth-list ul li a:before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    width: 0;
    height: 1px;
    transform: translateY(-50%);
    background-color: var(--standard_color);
    transition: all 0.3s ease-out 0s;
}
.tp-megamenu-fullwidth-list-wrapper {
    padding: 40px 0 40px 50px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-megamenu-fullwidth-list-wrapper {
        padding: 40px 0 40px 40px;
    }
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-megamenu-fullwidth-list-wrapper {
        padding: 10px 0;
    }
}
@media only screen and (max-width: 767px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-megamenu-fullwidth-list-wrapper.home-2 {
        padding: 10px 0;
    }
    .tp-megamenu-fullwidth-list-wrapper.home-2 .tp-megamenu-fullwidth-list {
        margin-bottom: 10px;
    }
}
.tp-megamenu-fullwidth-title {
    font-size: 17px;
    font-weight: 500;
    color: #4f5158;
    letter-spacing: -0.17px;
    padding-bottom: 10px;
    margin-bottom: 18px;
    border-bottom: 1px solid #ededed;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-megamenu-fullwidth-title {
        margin-bottom: 10px;
    }
}
.tp-megamenu-fullwidth-item {
    position: relative;
    border-radius: 6px;
    overflow: hidden;
    z-index: 1;
    background: linear-gradient(90deg, rgba(255, 137, 180, 0.16), hsla(58, 45%, 64%, 0.16));
}
.tp-megamenu-fullwidth-item.bg {
    background: linear-gradient(90deg, #f6ebff, #ffebf9);
}
.tp-megamenu-fullwidth-item-wrap {
    margin-left: 77px;
    padding: 6px 6px 6px 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 1400px) and (max-width: 1599px) {
    .tp-megamenu-fullwidth-item-wrap {
        margin-left: 0;
    }
}
.tp-megamenu-fullwidth-content {
    padding: 30px 0 30px 35px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .tp-megamenu-fullwidth-content {
        padding: 30px 0 30px 26px;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-megamenu-fullwidth-content {
        padding: 25px 0 25px 20px;
    }
}
.tp-megamenu-fullwidth-content-title {
    color: #15161d;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 20px;
    letter-spacing: -0.24px;
    font-family: var(--tp-ff-secondary);
}
.tp-megamenu-fullwidth-content .tp-btn {
    padding: 3px 14px 4px;
    color: #15161d;
    font-size: 15px;
    background-color: transparent;
    border: 1.5px solid rgba(21, 22, 29, 0.1);
}
.tp-megamenu-fullwidth-content .tp-btn:hover {
    box-shadow: none;
    color: var(--tp-common-white);
    border-color: var(--standard_color);
    background-color: var(--standard_color);
}
.tp-megamenu-fullwidth-content-thumb {
    position: absolute;
    bottom: 0;
    right: 22px;
    z-index: -1;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .tp-megamenu-fullwidth-content-thumb {
        right: 0;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-megamenu-fullwidth-content-thumb {
        right: -28px;
    }
    .tp-megamenu-fullwidth-content-thumb img {
        width: 80%;
    }
}
.tp-megamenu-fullwidth-content.blue .tp-btn:hover {
    box-shadow: none;
    color: var(--tp-common-white);
    border-color: var(--tp-dashboard-primary);
    background-color: var(--tp-dashboard-primary);
}
.tp-megamenu-container {
    top: 100%;
    left: 0;
    right: 0;
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    text-align: start;
    padding: 40px 30px 0;
    border-radius: 0 0 8px 8px;
    background: var(--tp-common-white);
    border: 1px solid rgba(48, 48, 47, 0.1);
    box-shadow: 0 1px 2px 1px rgba(3, 11, 30, 0.06), 0 1px 1px 0 rgba(3, 11, 30, 0.1);
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-megamenu-container {
        padding: 0;
        border: none;
        box-shadow: none;
        background: transparent;
    }
}
.tp-megamenu-home-item {
    overflow: hidden;
}
.tp-megamenu-home-item:hover .tp-megamenu-home-thumb {
    box-shadow: none;
}
.tp-megamenu-home-item:hover .tp-megamenu-home-thumb img {
    transform: scale(1.1);
}
.tp-megamenu-home-item:hover .tp-megamenu-home-thumb:after {
    opacity: 1;
    visibility: visible;
}
.tp-megamenu-home-item:hover .tp-megamenu-home-title .red {
    color: var(--standard_color);
}
.tp-megamenu-home-item:hover .tp-megamenu-home-title .blue {
    color: var(--tp-dashboard-primary);
}
.tp-megamenu-home-item:hover .tp-megamenu-home-title .orange {
    color: var(--tp-theme-3);
}
.tp-megamenu-home-item:hover .tp-megamenu-home-title .yellow {
    color: #679307;
}
.tp-megamenu-home-item:hover .tp-megamenu-home-title .green {
    color: #006b61;
}
.tp-megamenu-home-thumb {
    position: relative;
    margin-bottom: 15px;
    overflow: hidden;
    border-radius: 6px;
    background: #dcdcdc;
    border: 1px solid #e3e4e9;
    transition: all 0.3s ease-out 0s;
    box-shadow: 0 1px 1px rgba(1, 15, 28, 0.14);
}
.tp-megamenu-home-thumb img {
    width: 270px;
    height: 170px;
    border-radius: 6px;
    transition: all 0.3s ease-out 0s;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-megamenu-home-thumb img {
        height: inherit;
    }
}
.tp-megamenu-home-thumb:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    transition: all 0.3s ease-out 0s;
    background-color: rgba(1, 15, 28, 0.3);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-megamenu-home-thumb.home-2 img {
        height: 100%;
    }
}
.tp-megamenu-home-title {
    font-size: 17px;
    font-weight: 500;
    color: #2a2b30;
    letter-spacing: -0.16px;
}
.tp-megamenu-home-title a {
    position: relative;
}
.tp-megamenu-academics {
    top: 100%;
    left: 0;
    right: 0;
    width: 1075px;
    margin: 0 auto;
    overflow: hidden;
    text-align: start;
    border-radius: 0 0 8px 8px;
    background: var(--tp-common-white);
    border: 1px solid rgba(48, 48, 47, 0.1);
    box-shadow: 0 1px 2px 1px rgba(3, 11, 30, 0.06), 0 1px 1px 0 rgba(3, 11, 30, 0.1);
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-megamenu-academics {
        padding: 0;
        border: none;
        box-shadow: none;
        background: transparent;
    }
}
.tp-megamenu-academics-border {
    padding: 0 0 0 44px;
    border-bottom: 1px solid #ededed;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-megamenu-academics-border {
        padding: 0 0 0 15px;
    }
}
@media only screen and (max-width: 767px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-megamenu-academics-border.home-2 {
        padding: 0 0 0 15px;
    }
    .tp-megamenu-academics-border.home-2 .tp-megamenu-academics-list {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}
.tp-megamenu-academics-title {
    font-size: 17px;
    font-weight: 500;
    letter-spacing: -0.17px;
    color: var(--tp-heading-2);
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ededed;
}
.tp-megamenu-academics-list {
    padding-top: 44px;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-megamenu-academics-list {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}
.tp-megamenu-academics-list a {
    position: relative;
    display: block;
    color: #55585b;
    font-size: 16px;
    font-weight: 400;
}
.tp-megamenu-academics-list a:not(:last-of-type) {
    margin-bottom: 14px;
}
.tp-megamenu-academics-list a:hover {
    padding-left: 15px;
    color: var(--tp-dashboard-primary);
}
.tp-megamenu-academics-list a:hover:before {
    width: 12px;
}
.tp-megamenu-academics-list a:before {
    position: absolute;
    content: "";
    left: 0;
    top: 14px;
    width: 0;
    height: 1px;
    background-color: var(--tp-dashboard-primary);
    transition: all 0.3s ease-out 0s;
}
.tp-megamenu-academics-banner {
    padding: 55px 30px;
    background: #d1f4ff;
}
.tp-megamenu-academics-banner-title {
    color: #073742;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 12px;
    letter-spacing: -0.6px;
    font-family: var(--tp-ff-secondary);
}
.tp-megamenu-academics-banner p {
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    color: #073742;
    margin-top: 26px;
    font-family: var(--tp-ff-secondary);
}
.tp-megamenu-academics-banner a {
    position: relative;
    color: #0b8bb4;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -0.32px;
}
.tp-megamenu-academics-banner a span {
    display: inline-block;
    margin-left: 4px;
    transform: translateY(-1px);
}
.tp-megamenu-academics-banner a:after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    height: 1px;
    width: 0;
    background-color: #0b8bb4;
    transition: all 0.3s ease-out 0s;
}
.tp-megamenu-academics-banner a:hover:after {
    width: 100%;
}
.tp-megamenu-academics-banner-shape {
    position: absolute;
    bottom: 0;
    right: 40px;
}
.tp-megamenu-academics-btns {
    padding: 24px 0;
}
.tp-megamenu-academics-btns a {
    font-size: 15px;
    font-weight: 600;
    color: #031f42;
    display: inline-block;
    border-radius: 6px;
    padding: 7px 70px;
    background: rgba(81, 105, 241, 0.1);
}
.tp-megamenu-academics-btns a:not(:last-of-type) {
    margin-right: 8px;
}
.tp-megamenu-academics-btns a.active,
.tp-megamenu-academics-btns a:hover {
    background: #5169f1;
    color: var(--tp-common-white);
    box-shadow: 0 1px 2px 0 rgba(20, 56, 181, 0.25), 0 0 1px 0 #1438b5;
}
.tp-megamenu-courses {
    top: 100%;
    left: 0;
    right: 0;
    width: 580px;
    margin: 0 auto;
    overflow: hidden;
    text-align: start;
    border-radius: 0 0 8px 8px;
    background: var(--tp-common-white);
    border: 1px solid rgba(48, 48, 47, 0.1);
    box-shadow: 0 1px 2px 1px rgba(3, 11, 30, 0.06), 0 1px 1px 0 rgba(3, 11, 30, 0.1);
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-megamenu-courses {
        padding: 0;
        border: none;
        box-shadow: none;
        background: transparent;
    }
}
.tp-megamenu-courses-content {
    padding: 30px 40px 25px;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-megamenu-courses-content {
        padding: 15px 0 0 15px;
    }
}
@media only screen and (max-width: 767px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-megamenu-courses-content.home-2 {
        padding: 15px 0 0 15px;
    }
}
.tp-megamenu-courses-wrap {
    position: relative;
    border-radius: 6px;
    margin: 0 6px 5px;
    padding: 26px 35px 22px;
    background-color: #d1f4ff;
}
.tp-megamenu-courses-wrap-title {
    color: #073742;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 4px;
    letter-spacing: -0.18px;
}
.tp-megamenu-courses-wrap p {
    color: #57595f;
    font-size: 15px;
    font-weight: 400;
    margin: 0;
}
.tp-megamenu-courses-thumb {
    position: absolute;
    bottom: 0;
    right: 40px;
}
.tp-megamenu-courses-title {
    font-size: 17px;
    font-weight: 500;
    color: #4f5158;
    letter-spacing: -0.17px;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ededed;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-megamenu-courses-list {
        margin-bottom: 25px;
    }
}
@media only screen and (max-width: 767px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-megamenu-courses-list.home-2 {
        margin-bottom: 25px;
    }
}
.tp-megamenu-courses-list a {
    position: relative;
    display: block;
    color: #57595f;
    font-size: 16px;
    font-weight: 400;
}
.tp-megamenu-courses-list a:not(:last-of-type) {
    margin-bottom: 14px;
}
.tp-megamenu-courses-list a:hover {
    padding-left: 15px;
    color: var(--tp-dashboard-primary);
}
.tp-megamenu-courses-list a:hover:before {
    width: 12px;
}
.tp-megamenu-courses-list a:before {
    position: absolute;
    content: "";
    left: 0;
    top: 14px;
    width: 0;
    height: 1px;
    background-color: var(--tp-dashboard-primary);
    transition: all 0.3s ease-out 0s;
}
.tp-megamenu-courses-list a span {
    font-size: 13px;
    font-weight: 600;
    border-radius: 100px;
    padding: 2px 8px 3px;
    margin-left: 3px;
    color: var(--tp-common-white);
    box-shadow: 0 1px 1px 0 rgba(34, 10, 154, 0.2);
    background: linear-gradient(109deg, rgba(134, 56, 252, 0.72) 14.81%, rgba(88, 56, 252, 0.8) 97.12%);
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-main-menu-content {
        margin-bottom: 40px;
    }
}
.tp-main-menu-mobile .tp-megamenu-main,
.tp-main-menu-mobile .tp-submenu {
    display: none;
}
.tp-main-menu-mobile ul {
    position: static;
    display: block;
    box-shadow: none;
}
.tp-main-menu-mobile ul li {
    list-style: none;
    position: relative;
    width: 100%;
    padding: 0;
}
@media only screen and (max-width: 767px) {
    .tp-main-menu-mobile ul li {
        padding-left: 10px;
        padding-right: 10px;
    }
}
.tp-main-menu-mobile ul li:not(:last-child) > a {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.tp-main-menu-mobile ul li.has-dropdown > a .dropdown-toggle-btn {
    position: absolute;
    right: 0;
    top: 50%;
    z-index: 1;
    width: 30px;
    height: 30px;
    line-height: 28px;
    text-align: end;
    transition: all 0.3s ease-in-out;
    transform: translateY(-50%);
}
.tp-main-menu-mobile ul li.has-dropdown > a .dropdown-toggle-btn:before {
    height: 12px;
    width: 2px;
}
.tp-main-menu-mobile ul li.has-dropdown > a .dropdown-toggle-btn:after,
.tp-main-menu-mobile ul li.has-dropdown > a .dropdown-toggle-btn:before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: var(--tp-common-black);
    transition: 0.4s ease 0.1s;
    margin: auto;
}
.tp-main-menu-mobile ul li.has-dropdown > a .dropdown-toggle-btn:after {
    height: 2px;
    width: 12px;
}
.tp-main-menu-mobile ul li.has-dropdown.expanded {
    color: var(--standard_color);
}
.tp-main-menu-mobile ul li.has-dropdown.expanded > a .dropdown-toggle-btn:before {
    transform: rotate(90deg);
}
.tp-main-menu-mobile ul li.has-dropdown:hover > a:after {
    color: var(--tp-theme-green);
}
.tp-main-menu-mobile ul li:last-child a span {
    border-bottom: 0;
}
.tp-main-menu-mobile ul li > a {
    display: block;
    font-size: 16px;
    color: var(--tp-common-black);
    position: relative;
    padding: 10px 20px 10px 0;
}
.tp-main-menu-mobile ul li > a svg {
    transform: translateY(-2px);
}
.tp-main-menu-mobile ul li > a > i {
    display: inline-block;
    width: 11%;
    margin-right: 13px;
    transform: translateY(4px);
    font-size: 21px;
    line-height: 1;
}
.tp-main-menu-mobile ul li > a .menu-text {
    font-size: 16px;
    line-height: 11px;
    border-bottom: 1px solid #eaebed;
    width: 82%;
    display: inline-block;
    padding: 19px 0 17px;
}
.tp-main-menu-mobile ul li img {
    width: 100%;
}
.tp-main-menu-mobile ul li ul,
.tp-main-menu-mobile ul li ul li {
    padding: 0;
}
.tp-main-menu-mobile ul li ul li a {
    margin-left: auto;
    width: 93%;
    text-shadow: none !important;
    visibility: visible;
    padding: 10px 20px 10px 0;
}
.tp-main-menu-mobile ul li ul li li a {
    width: 88%;
    padding: 10px 20px 10px 0;
}
.tp-main-menu-mobile ul li ul li li li a {
    width: 83%;
    padding: 10px 20px 10px 0;
}
.tp-main-menu-mobile ul li ul li li li li a {
    width: 68%;
    padding: 10px 20px 10px 0;
}
.tp-main-menu-mobile ul li:hover > a {
    color: var(--standard_color);
}
.tp-main-menu-mobile ul li:hover > a .dropdown-toggle-btn:after,
.tp-main-menu-mobile ul li:hover > a .dropdown-toggle-btn:before {
    background-color: var(--standard_color);
}
.tp-main-menu-mobile ul li:hover .mega-menu {
    visibility: visible;
    opacity: 1;
    top: 0;
}
.tp-main-menu-mobile ul li .mega-menu,
.tp-main-menu-mobile ul li .tp-megamenu-main,
.tp-main-menu-mobile ul li .tp-submenu {
    position: static;
    min-width: 100%;
    padding: 0;
    box-shadow: none;
    visibility: visible;
    opacity: 1;
    display: none;
    transform: scale(1);
    transform-origin: inherit;
    transition: none;
}
.tp-main-menu-mobile ul li .mega-menu li,
.tp-main-menu-mobile ul li .tp-megamenu-main li,
.tp-main-menu-mobile ul li .tp-submenu li {
    float: none;
    display: block;
    width: 100%;
    padding: 0;
}
.tp-main-menu-mobile ul li .mega-menu li:hover a .dropdown-toggle-btn,
.tp-main-menu-mobile ul li .tp-megamenu-main li:hover a .dropdown-toggle-btn,
.tp-main-menu-mobile ul li .tp-submenu li:hover a .dropdown-toggle-btn {
    color: var(--standard_color);
}
.tp-main-menu-mobile ul li .mega-menu .tp-megamenu-academics,
.tp-main-menu-mobile ul li .mega-menu .tp-megamenu-container,
.tp-main-menu-mobile ul li .mega-menu .tp-megamenu-courses,
.tp-main-menu-mobile ul li .mega-menu .tp-megamenu-fullwidth,
.tp-main-menu-mobile ul li .mega-menu .tp-megamenu-small,
.tp-main-menu-mobile ul li .tp-megamenu-main .tp-megamenu-academics,
.tp-main-menu-mobile ul li .tp-megamenu-main .tp-megamenu-container,
.tp-main-menu-mobile ul li .tp-megamenu-main .tp-megamenu-courses,
.tp-main-menu-mobile ul li .tp-megamenu-main .tp-megamenu-fullwidth,
.tp-main-menu-mobile ul li .tp-megamenu-main .tp-megamenu-small,
.tp-main-menu-mobile ul li .tp-submenu .tp-megamenu-academics,
.tp-main-menu-mobile ul li .tp-submenu .tp-megamenu-container,
.tp-main-menu-mobile ul li .tp-submenu .tp-megamenu-courses,
.tp-main-menu-mobile ul li .tp-submenu .tp-megamenu-fullwidth,
.tp-main-menu-mobile ul li .tp-submenu .tp-megamenu-small {
    top: auto;
    left: auto;
    width: 100%;
}
.tp-main-menu-mobile * li,
.tp-main-menu-mobile * ul {
    transition: none !important;
}
.tp-postbox-item {
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(3, 31, 66, 0.1);
}
@media only screen and (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px) {
    .tp-postbox-item-list-box {
        flex-wrap: wrap;
    }
}
.tp-postbox-item-list-thumb {
    margin-right: 34px;
}
.tp-postbox-item-list-thumb img {
    border-radius: 16px;
}
.tp-postbox-item-list-title {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 15px;
    letter-spacing: -0.2px;
    color: var(--tp-heading-2);
}
.tp-postbox-item-list-title a:hover {
    color: var(--tp-dashboard-primary);
}
@media only screen and (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-postbox-item-pagination {
        padding-bottom: 30px;
    }
}
.tp-postbox-thumb,
.tp-postbox-thumb img {
    border-radius: 16px 16px 0 0;
}
.tp-postbox-thumb img {
    width: 100%;
}
.tp-postbox-content {
    padding-top: 30px;
}
.tp-postbox-content p {
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    margin-bottom: 38px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-postbox-content p {
        margin-bottom: 25px;
    }
}
.tp-postbox-title {
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 15px;
    color: var(--tp-heading-2);
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .tp-postbox-title {
        font-size: 36px;
    }
}
@media only screen and (max-width: 767px) {
    .tp-postbox-title {
        font-size: 32px;
    }
}
.tp-postbox-title a:hover {
    color: var(--tp-dashboard-primary);
}
.tp-postbox-btn a {
    font-size: 15px;
    font-weight: 500;
    padding: 6px 20px;
    border-radius: 6px;
    color: var(--tp-grey-6);
    border: 1px solid rgba(117, 124, 142, 0.2);
}
.tp-postbox-btn a,
.tp-postbox-btn a span {
    display: inline-block;
    transition: all 0.3s ease-out 0s;
}
.tp-postbox-btn a span {
    margin-left: 2px;
    transform: translateY(-2px);
}
.tp-postbox-btn a:hover {
    background: var(--tp-dashboard-primary);
    border: 1px solid var(--tp-dashboard-primary);
}
.tp-postbox-btn a:hover,
.tp-postbox-btn a:hover span {
    color: var(--tp-common-white);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-postbox-btn a {
        padding: 6px 10px;
    }
}
.tp-postbox-share {
    position: relative;
}
.tp-postbox-share:hover button span {
    color: var(--tp-common-white);
    background: var(--tp-dashboard-primary);
    border: 1px solid var(--tp-dashboard-primary);
}
.tp-postbox-share:hover .tp-postbox-share-hover {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.tp-postbox-share button {
    font-size: 15px;
    font-weight: 400;
    color: var(--tp-text-body);
}
.tp-postbox-share button span {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    line-height: 35px;
    text-align: center;
    margin-left: 10px;
    display: inline-block;
    border: 1px solid rgba(3, 31, 66, 0.1);
}
.tp-postbox-share button span svg {
    transform: translateX(-1px);
}
.tp-postbox-share-hover {
    opacity: 0;
    right: -18px;
    padding: 6px;
    visibility: hidden;
    border-radius: 6px;
    position: absolute;
    transition: all 0.2s;
    display: block ruby;
    bottom: calc(100% + 10px);
    transform: translateY(5px);
    background-color: var(--tp-common-white);
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.06);
    filter: drop-shadow(0 2px 20px rgba(0, 0, 0, 0.06));
}
.tp-postbox-share-hover:after {
    position: absolute;
    content: "";
    bottom: -6px;
    right: 32px;
    width: 0;
    height: 0;
    border-top: 6px solid #fff;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
}
.tp-postbox-share-hover li {
    list-style: none;
}
.tp-postbox-share-hover li a {
    position: relative;
    font-size: 15px;
    padding: 5px 8px;
    color: var(--tp-text-body);
}
.tp-postbox-share-hover li a:hover {
    color: var(--tp-dashboard-primary);
}
.tp-postbox-share-hover li a:hover b {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.tp-postbox-share-hover li a b {
    font-size: 14px;
    line-height: 1.7;
    font-weight: 400;
    opacity: 0;
    right: -10px;
    padding: 2px 10px;
    visibility: hidden;
    border-radius: 6px;
    position: absolute;
    transition: all 0.2s;
    display: inline-block;
    bottom: calc(100% + 10px);
    transform: translateY(5px);
    color: var(--tp-common-white);
    background-color: #24272e;
    box-shadow: 0 4px 12px rgba(3, 18, 51, 0.3);
}
.tp-postbox-share-hover li a b:after {
    position: absolute;
    content: "";
    bottom: -5px;
    right: 20px;
    width: 0;
    height: 0;
    border-top: 6px solid #303651;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
}
.tp-postbox-quote-box {
    padding: 40px 50px;
    border-radius: 16px;
    background-color: #dff9f0;
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-postbox-quote-box {
        padding: 40px 30px;
    }
}
@media only screen and (max-width: 767px) {
    .tp-postbox-quote-box {
        padding: 30px;
        flex-wrap: wrap;
    }
}
.tp-postbox-quote-content {
    position: relative;
    z-index: 1;
}
.tp-postbox-quote-icon {
    margin-right: 30px;
}
@media only screen and (max-width: 767px) {
    .tp-postbox-quote-icon {
        margin-bottom: 10px;
    }
}
.tp-postbox-quote-title {
    font-size: 38px;
    font-weight: 400;
    line-height: 44px;
    letter-spacing: -0.2px;
    margin-bottom: 30px;
    font-family: var(--tp-ff-secondary);
}
.tp-postbox-quote-shape {
    position: absolute;
    right: 60px;
    bottom: 0;
}
.tp-postbox-quote-sub span {
    font-size: 17px;
    font-weight: 400;
    color: var(--tp-heading-2);
    margin-right: 24px;
}
.tp-postbox-quote-sub .p {
    position: relative;
    font-size: 14px;
    font-weight: 400;
    color: var(--tp-text-body);
}
.tp-postbox-quote-sub .p:after {
    position: absolute;
    content: "";
    height: 4px;
    width: 4px;
    border-radius: 50%;
    top: 6px;
    left: -14px;
    background-color: rgba(3, 31, 66, 0.5);
}
.tp-postbox-quote-2-box {
    position: relative;
    padding: 67px 62px;
    border-radius: 16px;
    background-color: #ffe2db;
}
@media only screen and (max-width: 767px) {
    .tp-postbox-quote-2-box {
        padding: 30px;
        flex-wrap: wrap;
    }
}
.tp-postbox-quote-2-title {
    margin: 0;
    font-size: 38px;
    font-weight: 400;
    line-height: 44px;
    letter-spacing: -0.2px;
    font-family: var(--tp-ff-secondary);
}
.tp-postbox-quote-2-icon {
    margin-right: 34px;
}
@media only screen and (max-width: 767px) {
    .tp-postbox-quote-2-icon {
        margin-bottom: 10px;
    }
}
.tp-postbox-quote-2-shape {
    position: absolute;
    bottom: 0;
    right: 45px;
}
.tp-postbox-details-bottom {
    border-top: 1px solid #e6e8f0;
}
.tp-postbox-details-bottom-title {
    font-size: 36px;
    font-weight: 600;
    letter-spacing: -0.02em;
    margin-bottom: 50px;
}
.tp-postbox-details-title {
    font-size: 34px;
    font-weight: 600;
    margin-bottom: 12px;
    letter-spacing: -0.2px;
}
.tp-postbox-details-text p {
    font-size: 18px;
    font-weight: 300;
    line-height: 28px;
    margin-bottom: 22px;
    color: var(--tp-heading-primary);
}
.tp-postbox-details-text p.tp-dropcap {
    padding-right: 10px;
}
@media only screen and (max-width: 767px) {
    .tp-postbox-details-text p.tp-dropcap {
        padding-right: 0;
    }
}
.tp-postbox-details-text p.tp-dropcap:first-letter {
    font-size: 100px;
    font-weight: 400;
    line-height: 26px;
    margin-right: 18px;
    margin-bottom: 30px;
    display: inline-block;
    color: var(--tp-heading-2);
}
.tp-postbox-details-text p.text-1 {
    margin-bottom: 0;
}
.tp-postbox-details-text p.text-2 {
    margin-bottom: 55px;
}
.tp-postbox-details-thumb img {
    border-radius: 6px;
    width: 100%;
}
@media only screen and (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px) {
    .tp-postbox-details-thumb {
        padding-bottom: 30px;
    }
}
.tp-postbox-details-list ul {
    padding-left: 15px;
}
.tp-postbox-details-list ul li {
    position: relative;
    list-style: none;
    font-size: 17px;
    font-weight: 400;
    margin-bottom: 8px;
}
.tp-postbox-details-list ul li:after {
    position: absolute;
    content: "";
    left: -15px;
    top: 50%;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #4f5158;
    transform: translateY(-50%);
}
.tp-postbox-details-share {
    margin-top: 10px;
    padding-top: 30px;
    padding-bottom: 30px;
    border-top: 1px solid rgba(10, 11, 15, 0.1);
    border-bottom: 1px solid rgba(10, 11, 15, 0.1);
}
@media only screen and (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px) {
    .tp-postbox-details-tag.tagcloud {
        margin-bottom: 20px;
    }
}
.tp-postbox-details-tag.tagcloud a {
    padding: 5px 9px;
    margin-bottom: 0;
    background-color: transparent;
    border: 1px solid #e6e8f0;
    box-shadow: 0 1px 1px 0 rgba(48, 54, 81, 0.06);
}
.tp-postbox-details-tag.tagcloud a:hover {
    border: 1px solid var(--tp-dashboard-secondary);
}
@media only screen and (max-width: 767px) {
    .tp-postbox-details-tag.tagcloud a {
        margin-bottom: 10px;
    }
}
.tp-postbox-details-social a {
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    font-size: 16px;
    border: 1px solid #e6e8f0;
    background: var(--tp-common-white);
    box-shadow: 0 1px 1px 0 rgba(48, 54, 81, 0.06);
}
.tp-postbox-details-social a:not(:last-of-type) {
    margin-right: 5px;
}
.tp-postbox-details-social a:hover {
    color: var(--tp-common-white);
    border: 1px solid var(--tp-dashboard-secondary);
    background: var(--tp-dashboard-secondary);
    box-shadow: 0 0 1px 0 #1438b5, 0 1px 2px 0 rgba(20, 56, 181, 0.25);
}
.tp-postbox-details-navigation-btn {
    font-size: 13px;
    font-weight: 400;
    color: #8e8f92;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.tp-postbox-details-navigation-btn span {
    display: inline-block;
    margin-right: 8px;
    transform: translateY(-2px);
}
.tp-postbox-details-navigation-btn:hover,
.tp-postbox-details-navigation-btn:hover span {
    color: var(--tp-dashboard-secondary);
}
.tp-postbox-details-navigation-title {
    font-weight: 500;
    font-size: 20px;
    letter-spacing: -0.02px;
}
.tp-postbox-details-navigation-title a:hover {
    color: var(--tp-dashboard-secondary);
}
.tp-postbox-details-navigation-content.next a span {
    margin-left: 8px;
}
.tp-postbox-details-navigation-bar {
    line-height: 1;
}
@media only screen and (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px) {
    .tp-postbox-details-navigation-bar {
        padding-bottom: 20px;
        padding-top: 20px;
    }
}
.tp-postbox-details-author-box {
    padding: 41px 40px;
    border-radius: 14px;
    background: #f5f5f7;
    box-shadow: 0 1px 2px 0 rgba(10, 24, 51, 0.14);
}
@media only screen and (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px) {
    .tp-postbox-details-author-box {
        padding: 40px 20px;
    }
}
@media only screen and (max-width: 767px) {
    .tp-postbox-details-author-wrap {
        flex-wrap: wrap;
    }
}
.tp-postbox-details-author-social {
    position: absolute;
    top: 50%;
    right: 25px;
    transform: translateY(-50%);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-postbox-details-author-social {
        right: 15px;
    }
}
@media only screen and (max-width: 767px) {
    .tp-postbox-details-author-social {
        position: static;
        transform: translateY(0);
    }
}
.tp-postbox-details-author-social a {
    height: 32px;
    width: 32px;
    line-height: 32px;
    text-align: center;
    display: block;
    border-radius: 50%;
    font-size: 13px;
    background: var(--tp-common-white);
    box-shadow: 0 1px 1px 0 rgba(48, 54, 81, 0.06);
}
.tp-postbox-details-author-social a:not(:last-of-type) {
    margin-bottom: 6px;
}
.tp-postbox-details-author-social a:hover {
    background: var(--tp-dashboard-secondary);
    color: var(--tp-common-white);
    box-shadow: 0 0 1px 0 #1438b5, 0 1px 2px 0 rgba(20, 56, 181, 0.25);
}
@media only screen and (max-width: 767px) {
    .tp-postbox-details-author-social a {
        display: inline-block;
    }
}
.tp-postbox-details-author-avata {
    margin-right: 30px;
}
@media only screen and (max-width: 767px) {
    .tp-postbox-details-author-avata {
        margin-right: 0;
        margin-bottom: 10px;
    }
    .tp-postbox-details-author-content {
        margin-bottom: 10px;
    }
}
.tp-postbox-details-author-content .h4,
.tp-postbox-details-author-content h4 {
    font-size: 26px;
    font-weight: 500;
    margin-bottom: 5px;
}
.tp-postbox-details-author-content p {
    font-weight: 400;
    font-size: 16px;
    color: #4f5158;
    margin: 0;
}
@media only screen and (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-postbox-details-author-content p br {
        display: none;
    }
}
.tp-postbox-comment-box {
    padding-bottom: 47px;
    margin-bottom: 40px;
    border-bottom: 1px solid #dce0ec;
}
.tp-postbox-comment-title {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 30px;
}
.tp-postbox-comment ul li {
    list-style: none;
}
.tp-postbox-comment ul .children {
    padding-left: 100px;
}
@media only screen and (max-width: 767px) {
    .tp-postbox-comment ul .children {
        padding-left: 0;
    }
}
.tp-postbox-comment-name {
    margin-bottom: 15px;
}
.tp-postbox-comment-name .h5,
.tp-postbox-comment-name h5 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0;
}
.tp-postbox-comment-name span {
    font-size: 14px;
    font-weight: 400;
}
.tp-postbox-comment-reply a {
    font-weight: 400;
    font-size: 15px;
    color: #031f42;
    padding: 4px 14px;
    border-radius: 100px;
    border: 1px solid #e6e8f0;
    box-shadow: 0 1px 1px 0 rgba(48, 54, 81, 0.06);
}
.tp-postbox-comment-reply a svg {
    display: inline-block;
    margin-right: 5px;
    transform: translateY(-2px);
}
.tp-postbox-comment-reply a:hover {
    color: var(--tp-common-white);
    background-color: var(--tp-dashboard-secondary);
    border: 1px solid var(--tp-dashboard-secondary);
}
.tp-postbox-comment-text p {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 25px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-postbox-comment-text p br {
        display: none;
    }
}
.tp-postbox-comment-avater img {
    width: 50px;
}
@media only screen and (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-postbox-comment-from {
        margin-bottom: 30px;
    }
}
.tp-postbox-comment-from .tp-postbox-comment-title {
    margin-bottom: 5px;
}
.tp-postbox-comment-from .tp-postbox-comment-p {
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 40px;
}
.tp-postbox-comment-from .tp-contact-input-form label {
    font-size: 14px;
    font-weight: 500;
}
.tp-postbox-comment-from .tp-contact-input-remeber label {
    font-size: 15px;
    font-weight: 300;
}
.tp-postbox-comment-from .tp-contact-input-remeber label:after,
.tp-postbox-comment-from .tp-contact-input-remeber label:before {
    top: 4px;
}
.tp-recent-post-content:not(:last-of-type) {
    border-bottom: 1px solid #e8e8e9;
    margin-bottom: 25px;
    padding-bottom: 20px;
}
.tp-recent-post-title {
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    margin-bottom: 8px;
    color: var(--tp-heading-2);
}
.tp-recent-post-title a:hover {
    color: var(--tp-dashboard-primary);
}
.tp-recent-post-span {
    font-size: 12px;
    font-weight: 500;
    color: #525356;
    padding: 0 13px;
    border-radius: 6px;
    margin-bottom: 10px;
    display: inline-block;
    background-color: #dff9f0;
}
.tp-recent-post-span.grey {
    background-color: #efe9fe;
}
.tp-recent-post-span.yellow {
    background-color: #fdffd0;
}
.tp-recent-post-tag span {
    position: relative;
    font-size: 14px;
    font-weight: 400;
    color: #686a6d;
    margin-right: 18px;
}
.tp-recent-post-tag span:not(:last-of-type):after {
    position: absolute;
    content: "";
    height: 4px;
    width: 4px;
    top: 50%;
    right: -12px;
    transform: translateY(-50%);
    border-radius: 50%;
    background: #686a6d;
}
.tagcloud a {
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    color: #525356;
    border-radius: 6px;
    padding: 6px 21px;
    line-height: 20px;
    margin-right: 7px;
    text-transform: uppercase;
    margin-bottom: 11px;
    transition: all 0.3s ease-out 0s;
    background-color: rgba(81, 105, 241, 0.08);
}
.tagcloud a:hover {
    color: var(--tp-common-white);
    background-color: var(--tp-dashboard-primary);
    box-shadow: 0 0 1px 0 #1438b5, 0 1px 2px 0 rgba(20, 56, 181, 0.25);
}
@media only screen and (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-sidebar-wrapper {
        padding-left: 0;
    }
}
.tp-sidebar-search input {
    font-size: 15px;
    width: 100%;
    height: 60px;
    color: #686a6d;
    border-radius: 6px;
    padding-right: 50px;
    background: #f3f4f9;
    border: 1px solid #f3f4f9;
}
.tp-sidebar-search input:focus {
    background-color: var(--tp-common-white);
    border-color: var(--tp-theme-7);
    box-shadow: 0 0 0 3px rgba(70, 97, 253, 0.16);
}
.tp-sidebar-search input::placeholder {
    font-size: 15px;
    color: #686a6d;
}
.tp-sidebar-search-btn {
    position: absolute;
    top: 50%;
    right: 18px;
    line-height: 1;
    transform: translateY(-50%);
}
.tp-sidebar-search-btn span:hover {
    color: var(--tp-dashboard-primary);
}
.tp-sidebar-widget {
    padding-bottom: 35px;
    border-bottom: 1px solid #e8e8e9;
}
.tp-sidebar-widget-title {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
    color: var(--tp-heading-2);
}
.tp-sidebar-content ul li {
    list-style: none;
}
.tp-sidebar-content ul li:not(:last-of-type) {
    margin-bottom: 10px;
}
.tp-sidebar-content ul li a {
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: #4d5051;
}
.tp-sidebar-content ul li a span {
    color: #686a6d;
    float: right;
}
.tp-sidebar-content ul li a:hover,
.tp-sidebar-content ul li a:hover span {
    color: var(--tp-dashboard-primary);
}
.tp-blog-item {
    background-color: var(--tp-common-white);
    border-radius: 20px;
    padding: 15px 15px 0;
}
@media only screen and (max-width: 767px) {
    .tp-blog-item {
        margin-bottom: 60px;
    }
}
.tp-blog-item:hover .tp-blog-thumb img {
    transform: scale(1.08);
}
.tp-blog-item:hover .tp-blog-btn .blog-btn-bg {
    transform: scale(1.3);
}
.tp-blog-item:hover .tp-blog-btn .blog-btn-border {
    transform: scale(1.1);
}
.tp-blog-thumb {
    margin-bottom: 32px;
    border-radius: 10px;
}
.tp-blog-thumb img {
    border-radius: 10px;
    width: 100%;
    transition: all 0.3s ease-out 0s;
    height: 185px;
    object-fit: cover;
}
.rts-section-padding {
    padding: 40px 0;
}
.campus > * {
    position: relative;
    z-index: 2;
}
.campus__single--item--title a span {
    transform: rotate(-30deg);
    transition: var(--transition);
}
.campus__single--item--title:hover span {
    transform: rotate(0);
}
.tp-blog-tag {
    display: inline-block;
    color: var(--standard_color);
    font-size: 18px;
    margin-bottom: 8px;
    display: none;
}
.tp-program-all {
    margin-top: 27px;
}
.tp-blog-title {
    color: var(--tp-common-black-1);
    font-size: 20px;
    font-weight: 500;
    line-height: 1.18;
    margin-bottom: 14px;
}
@media only screen and (max-width: 767px) {
    .tp-blog-title {
        font-size: 28px;
    }
    .blog-area .tp-blog-title {
        font-size: 20px;
    }
}
.tp-blog-title a:hover {
    color: var(--standard_color);
}
.tp-blog-meta {
    margin-bottom: 12px;
}
.tp-blog-meta > span {
    color: var(--tp-grey-2);
    font-size: 15px;
    margin: 0 8px;
}
.tp-blog-meta > span > span svg {
    margin-right: 3px;
}
.tp-blog-btn a {
    display: inline-block;
    width: 46px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    border-radius: 50%;
    position: relative;
    z-index: 1;
    transform: translateY(50%);
}
.tp-blog-btn a .blog-btn-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    box-shadow: 0 10px 15px -5px rgba(21, 36, 34, 0.1);
}
.tp-blog-btn a .blog-btn-bg,
.tp-blog-btn a .blog-btn-border {
    position: absolute;
    display: inline-block;
    border-radius: 50%;
    transition: all 0.3s ease-out 0s;
}
.tp-blog-btn a .blog-btn-border {
    top: -11px;
    left: -11px;
    width: calc(100% + 22px);
    height: calc(100% + 22px);
    background-color: transparent;
    border: 16px solid #f6f4ee;
    z-index: -1;
}
.tp-blog-btn a span {
    color: var(--tp-heading-primary);
}
.tp-blog-btn a span svg {
    transform: translateY(-2px);
}
.tp-blog-full-width-pl {
    padding-left: 100px;
    padding-right: 100px;
}
@media only screen and (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-blog-full-width-pl {
        padding-left: 0;
        padding-right: 0;
    }
}
.tp-blog-full-width-title {
    font-size: 70px;
    font-weight: 600;
    margin-bottom: 35px;
    letter-spacing: -0.02em;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-blog-full-width-title {
        font-size: 60px;
    }
}
@media only screen and (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px) {
    .tp-blog-full-width-title {
        font-size: 45px;
    }
}
@media only screen and (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-blog-full-width-box {
        flex-wrap: wrap;
    }
}
.tp-blog-full-width-back a {
    font-size: 16px;
    font-weight: 400;
    color: #000;
}
.tp-blog-full-width-back a span {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 35px;
    border-radius: 50%;
    margin-right: 10px;
    border: 1px solid rgba(3, 31, 66, 0.14);
}
.tp-blog-full-width-thumb img {
    max-width: 100%;
}
.tp-blog-stories-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    z-index: -1;
}
.tp-blog-stories-p {
    font-size: 17px;
    margin-top: 5px;
    font-weight: 300;
    margin-bottom: 40px;
    color: var(--tp-grey-6);
}
.tp-blog-stories-btn-box a {
    font-size: 16px;
    font-weight: 400;
    padding: 7px 24px;
    border-radius: 100px;
    margin-right: 6px;
    display: inline-block;
    transition: all 0.3s ease-out 0s;
    color: var(--tp-grey-6);
    background: var(--tp-common-white);
    box-shadow: 0 1px 2px 0 rgba(3, 11, 30, 0.2);
}
.tp-blog-stories-btn-box a.active,
.tp-blog-stories-btn-box a:hover {
    color: var(--tp-common-white);
    background-color: var(--tp-dashboard-primary);
    box-shadow: 0 0 1px 0 #1438b5, 0 1px 2px 0 rgba(20, 56, 181, 0.25);
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-blog-stories-btn-box a {
        margin-bottom: 10px;
    }
}
.tp-blog-stories-btn-box span {
    display: inline-block;
    height: 40px;
    width: 40px;
    line-height: 38px;
    text-align: center;
    cursor: pointer;
    color: var(--tp-grey-6);
    background: var(--tp-common-white);
    box-shadow: 0 1px 2px 0 rgba(3, 11, 30, 0.2);
    border-radius: 100px;
    transition: all 0.3s ease-out 0s;
}
.tp-blog-stories-btn-box span:hover {
    color: var(--tp-common-white);
    background-color: var(--tp-dashboard-primary);
    box-shadow: 0 0 1px 0 #1438b5, 0 1px 2px 0 rgba(20, 56, 181, 0.25);
}
.tp-blog-stories-banner-thumb img {
    border-radius: 10px;
    width: 100%;
}
@media only screen and (max-width: 767px) {
    .tp-blog-stories-banner-thumb img {
        height: 260px;
        object-fit: cover;
    }
}
.tp-blog-stories-banner-title {
    font-size: 50px;
    font-weight: 600;
    line-height: 1.14;
    letter-spacing: -2px;
    margin-bottom: 30px;
    color: var(--tp-common-white);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-blog-stories-banner-title {
        font-weight: 600;
        margin-bottom: 20px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .tp-blog-stories-banner-title {
        font-size: 30px;
        margin-bottom: 10px;
    }
}
@media only screen and (max-width: 767px) {
    .tp-blog-stories-banner-title {
        font-size: 32px;
        margin-bottom: 20px;
    }
}
.tp-blog-stories-banner-content {
    position: absolute;
    top: 47px;
    left: 47px;
}
@media only screen and (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-blog-stories-banner-content {
        left: 30px;
        top: 20px;
    }
}
.tp-blog-stories-banner-sub {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    padding: 5px 15px;
    border-radius: 100px;
    margin-bottom: 20px;
    background-color: #f9e4b4;
}
.tp-blog-stories-banner-sub,
.tp-blog-stories-banner-sub:hover {
    color: var(--tp-heading-primary);
}
.tp-blog-stories-user-thumb img {
    width: 44px;
    margin-right: 12px;
    border-radius: 100%;
}
.tp-blog-stories-user-content .h6,
.tp-blog-stories-user-content h6 {
    font-size: 17px;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 0;
    color: var(--tp-common-white);
}
.tp-blog-stories-user-content span {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0;
    color: hsla(0, 0%, 100%, 0.7);
}
.tp-blog-stories-item:hover .tp-blog-stories-thumb img {
    transform: scale(1.08);
}
.tp-blog-stories-thumb {
    border-radius: 16px 16px 0 0;
    overflow: hidden;
}
.tp-blog-stories-thumb img {
    border-radius: 16px 16px 0 0;
    transition: all 0.3s ease-out 0s;
    width: 100%;
}
.tp-blog-stories-content {
    padding-top: 20px;
}
.tp-blog-stories-tag-wrap {
    margin-bottom: 20px;
}
.tp-blog-stories-tag-wrap a {
    font-size: 14px;
    font-weight: 400;
    padding: 0 14px;
    display: inline-block;
    border-radius: 100px;
    margin-right: 44px;
    background-color: #efe9fe;
    color: var(--tp-heading-primary);
}
.tp-blog-stories-tag-wrap a.sky {
    background-color: #dff9f0;
}
.tp-blog-stories-tag-wrap a.yeallow {
    background-color: #fdffd0;
}
.tp-blog-stories-tag-wrap span {
    position: relative;
    font-size: 14px;
    font-weight: 400;
    color: var(--tp-text-body);
}
.tp-blog-stories-tag-wrap span:after {
    position: absolute;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    left: -35px;
    height: 1px;
    width: 24px;
    background-color: #d9d9d9;
}
.tp-blog-stories-title {
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 20px;
    letter-spacing: -0.2px;
    color: var(--tp-heading-primary);
}
.tp-blog-stories-title a:hover {
    color: var(--tp-dashboard-primary);
}
.tp-blog-stories-user-box span {
    font-size: 15px;
    font-weight: 400;
    color: var(--tp-text-body);
}
@media only screen and (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-blog-details-p {
        padding-bottom: 80px;
    }
}
.tp-blog-details-wrap {
    padding-left: 100px;
}
@media only screen and (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-blog-details-wrap {
        padding-left: 0;
    }
}
.tp-blog-details-title {
    font-size: 70px;
    font-weight: 600;
    margin-bottom: 20px;
    letter-spacing: -1.4px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-blog-details-title {
        font-size: 65px;
    }
}
@media only screen and (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px) {
    .tp-blog-details-title {
        font-size: 54px;
        line-height: 1;
    }
}
@media only screen and (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-blog-details-title br {
        display: none;
    }
}
.tp-blog-details-user {
    margin-bottom: 55px;
}
@media only screen and (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px) {
    .tp-blog-details-user {
        flex-wrap: wrap;
    }
    .tp-blog-details-user-box {
        margin-bottom: 20px;
    }
}
.tp-blog-details-user span {
    position: relative;
    font-size: 16px;
    font-weight: 400;
    color: var(--tp-heading-2);
    margin-right: 30px;
}
.tp-blog-details-user span img {
    width: 46px;
    margin-right: 5px;
    border-radius: 50%;
}
.tp-blog-details-user span:not(:last-of-type):after {
    position: absolute;
    content: "";
    top: 0;
    right: -15px;
    width: 1px;
    height: 24px;
    background-color: #d9d9d9;
}
@media only screen and (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-blog-details-user-social {
        margin-bottom: 20px;
    }
}
.tp-blog-details-thumb img {
    border-radius: 16px;
    width: 100%;
}
@media only screen and (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-blog-details-thumb {
        margin-bottom: 40px;
    }
}
.tp-footer-widget-content p {
    color: var(--tp-grey-3);
    font-size: 16px;
    margin-bottom: 30px;
    line-height: 24px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-footer-widget-content p br {
        display: none;
    }
}
.tp-footer-widget-title {
    color: var(--tp-common-black-1);
    font-size: 20px;
    font-weight: 500;
}
.tp-footer-widget ul li {
    list-style: none;
}
.tp-footer-widget ul li:not(:last-child) {
    margin-bottom: 5px;
}
.tp-footer-widget ul li a {
    color: var(--tp-grey-3);
    font-size: 16px;
    font-family: var(--tp-ff-primary);
}
.tp-footer-widget ul li a:hover {
    color: var(--standard_color);
}
.tp-footer-widget.shop ul li a:hover {
    color: var(--tp-theme-8);
}
.tp-footer-contact > span {
    display: block;
    color: var(--tp-grey-3);
    font-size: 14px;
    margin-bottom: 3px;
    line-height: 1;
}
.tp-footer-contact > a {
    color: var(--tp-common-black-1);
    font-size: 22px;
    display: inline-block;
    font-weight: 500;
    margin-bottom: 10px;
}
.tp-footer-contact > a:hover {
    color: var(--standard_color);
}
.tp-footer-contact.shop > a:hover {
    color: var(--tp-theme-8);
}
.tp-footer-contact-mail a {
    color: var(--tp-grey-3);
    font-size: 16px;
}
.tp-footer-contact-mail a:hover {
    color: var(--standard_color);
}
.tp-footer-contact-mail a span {
    color: var(--tp-common-black-1);
    display: inline-block;
    margin-right: 3px;
    transition: all 0.3s ease-out 0s;
}
.tp-footer-contact-mail.shop a:hover,
.tp-footer-contact-mail.shop a:hover span {
    color: var(--tp-theme-8);
}
.tp-footer-newsletter-wrapper {
    position: relative;
}
.tp-footer-newsletter-wrapper.tp-footer-inner-input input {
    border: transparent;
    background: var(--tp-common-white);
    box-shadow: 0 1px 2px 0 rgba(3, 11, 30, 0.14);
}
.tp-footer-newsletter-wrapper.tp-footer-inner-input input:focus {
    border: 1px solid var(--tp-theme-7);
    box-shadow: 0 0 0 3px rgba(70, 97, 253, 0.16);
}
.tp-footer-newsletter-wrapper.tp-footer-inner-input .tp-footer-5-newsletter-submit .tp-btn-inner {
    box-shadow: 0 0 1px 0 #1438b5, 0 1px 2px 0 rgba(20, 56, 181, 0.25);
}
.tp-footer-newsletter-wrapper.tp-footer-inner-input .tp-footer-5-newsletter-submit .tp-btn-inner:hover {
    box-shadow: none;
    background: #425eff;
    color: var(--tp-common-white);
}
.tp-footer-newsletter-wrapper.tp-footer-shop-input input {
    border-radius: 0;
    background: var(--tp-common-white);
    border: 1px solid var(--tp-common-white);
    box-shadow: 0 1px 2px 0 rgba(3, 11, 30, 0.14);
}
.tp-footer-newsletter-wrapper.tp-footer-shop-input input:focus {
    border-color: var(--tp-theme-8);
}
.tp-footer-newsletter-wrapper.tp-footer-shop-input .tp-footer-5-newsletter-submit .tp-btn-inner {
    border-radius: 0;
    color: #ddf49f;
    padding: 6px 22px;
    background-color: var(--tp-theme-8);
    box-shadow: 0 1px 2px 0 rgba(1, 99, 90, 0.25), 0 0 1px 0 #01635a;
}
.tp-footer-newsletter-wrapper.tp-footer-shop-input .tp-footer-5-newsletter-submit .tp-btn-inner:hover {
    box-shadow: none;
    color: var(--tp-common-white);
    background-color: var(--tp-theme-6);
}
.tp-footer-newsletter-input input {
    border-radius: 6px;
    padding: 0 130px 0 24px;
    border: 2px solid #e4e2dc;
    background-color: transparent;
}
.tp-footer-newsletter-input input:focus {
    border-color: var(--standard_color);
}
.tp-footer-newsletter-submit {
    position: absolute;
    top: 50%;
    right: 8px;
    transform: translateY(-50%);
}
.tp-footer-newsletter-submit .tp-btn {
    padding: 6px 20px;
    background-color: var(--standard_color);
    border-color: var(--standard_color);
}
.tp-footer-newsletter-social a {
    height: 38px;
    width: 38px;
    line-height: 38px;
    text-align: center;
    display: inline-block;
    border: 1px solid var(--tp-border-2);
    border-radius: 50%;
    font-size: 16px;
}
.tp-footer-newsletter-social a:not(:last-of-type) {
    margin-right: 3px;
}
.tp-footer-newsletter-social.tp-footer-inner-social a {
    background: var(--tp-common-white);
    border: 1px solid var(--tp-common-white);
    box-shadow: 0 1px 2px 0 rgba(3, 11, 30, 0.14);
}
.tp-footer-bottom {
    padding: 17px 0;
    background-color: var(--tp-grey-4);
}
.tp-footer-bottom-social a {
    height: 36px;
    width: 36px;
    line-height: 36px;
    text-align: center;
    background-color: #edeff2;
    border-radius: 50%;
    display: inline-block;
    font-size: 14px;
    color: var(--tp-text-body);
    margin-right: 4px;
}
.tp-footer-bottom-social a:hover {
    background-color: var(--tp-theme-secondary);
    color: var(--tp-common-white);
}
.tp-footer-copyright span {
    color: #57595f;
    font-size: 16px;
    line-height: 24px;
}
.tp-footer-copyright span a:hover {
    color: var(--standard_color);
}
@media only screen and (max-width: 767px) {
    .tp-footer-copyright-payment {
        padding-top: 20px;
    }
}
.tp-footer-2 .tp-footer-widget-content > p {
    margin-bottom: 26px;
}
.tp-footer-2 .tp-footer-contact-mail > a:hover,
.tp-footer-2 .tp-footer-contact > a:hover,
.tp-footer-2 .tp-footer-widget-link ul li a:hover {
    color: var(--tp-theme-secondary);
}
.tp-footer-2 .tp-footer-bottom {
    padding: 20px 0;
    border-top: 1px solid rgba(30, 30, 47, 0.1);
    background-color: var(--tp-common-white);
}
@media only screen and (max-width: 767px) {
    .tp-footer-2 .tp-footer-bottom-social {
        text-align: start;
    }
    .tp-footer-2 .tp-footer-copyright {
        padding: 20px 0;
    }
}
.tp-footer-2 .tp-footer-copyright span a {
    color: var(--tp-theme-secondary);
}
.tp-footer-2 .tp-footer-copyright span a:hover {
    color: var(--tp-text-body);
}
a:hover.social-fb {
    border-color: #337fff;
}
a:hover.social-twit {
    border-color: #000000;
}
a:hover.social-lnkd {
    border-color: #069;
}
a:hover.social-yout {
    border-color: #ff3000;
}
a.social-fb {
    color: #337fff;
}
a.social-twit {
    color: #000000;
}

a.social-lnkd {
    color: #069;
}
a.social-yout {
    color: #ff3000;
}
.ap-download span img {
    filter: invert(100%);
    width: 24px;
    margin-right: 7px;
}
.tp-footer-widget-content p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    margin-bottom: 20px;
}
.ap-download {
    margin: 20px 0 0 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-footer-col-3 {
        margin-left: -30px;
    }
}
.tp-footer-col-4 {
    margin-left: 28px;
}
@media only screen and (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-footer-col-4 {
        margin-left: 0;
    }
}
.tp-footer-2-col-1 {
    margin-right: -18px;
}
@media only screen and (max-width: 767px) {
    .tp-footer-2-col-1 {
        margin-right: 0;
    }
}
.tp-footer-2-col-2 {
    margin-left: 100px;
}
@media only screen and (max-width: 767px) {
    .tp-footer-2-col-2 {
        margin-left: 0;
    }
}
.tp-footer-2-col-3 {
    margin-left: 22px;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-footer-2-col-3 {
        margin-left: 0;
    }
}
.tp-footer-2-col-4 {
    margin-left: -30px;
}
@media only screen and (max-width: 767px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-footer-2-col-4 {
        margin-left: 0;
    }
}
.tp-footer-3-bg {
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
}
.tp-footer-3 .tp-footer-main {
    padding-top: 190px;
    padding-bottom: 60px;
}
@media only screen and (max-width: 767px) {
    .tp-footer-3 .tp-footer-main {
        padding-bottom: 0;
    }
}
.tp-footer-3 .tp-footer-widget-content p {
    font-size: 17px;
    color: var(--tp-common-white);
}
.tp-footer-3 .tp-footer-widget-title {
    color: var(--tp-common-white);
    font-size: 22px;
}
.tp-footer-3 .tp-footer-widget ul li a {
    position: relative;
    color: var(--tp-common-white);
    font-weight: 500;
}
.tp-footer-3 .tp-footer-widget ul li a:after {
    position: absolute;
    content: "";
    width: 0;
    height: 1px;
    background: var(--tp-common-white);
    left: auto;
    right: 0;
    bottom: -2px;
    opacity: 0;
    transition: all 0.3s linear;
}
.tp-footer-3 .tp-footer-widget ul li a:hover:after {
    opacity: 1;
    width: 100%;
    left: 0;
    right: auto;
    transition: all 0.3s linear;
}
.tp-footer-3 .tp-footer-newsletter-wrap p {
    color: var(--tp-common-white);
}
.tp-footer-3 .tp-footer-newsletter-submit .tp-btn {
    font-size: 15px;
    font-weight: 600;
    padding: 6px 19px;
    border-radius: 14px;
    border: none;
    background-color: var(--tp-theme-3);
}
.tp-footer-3 .tp-footer-newsletter-input input {
    border-radius: 14px;
    border: 1px solid var(--tp-common-white);
    background-color: var(--tp-common-white);
}
.tp-footer-3 .tp-footer-newsletter-input input:focus {
    border: 1px solid var(--tp-theme-3);
}
.tp-footer-3 .tp-footer-newsletter-social a {
    color: var(--tp-common-white);
    border: none;
    border-radius: 16px;
    background: hsla(0, 0%, 100%, 0.1);
}
.tp-footer-3 .tp-footer-newsletter-social a:hover {
    background: hsla(0, 0%, 100%, 0.25);
}
.tp-footer-3 .tp-footer-contact > a,
.tp-footer-3 .tp-footer-contact > span {
    color: var(--tp-common-white);
}
.tp-footer-3 .tp-footer-contact a:hover {
    color: var(--tp-theme-3);
}
.tp-footer-3 .tp-footer-contact-mail a {
    color: var(--tp-common-white);
}
.tp-footer-3 .tp-footer-contact-mail a span {
    color: var(--tp-common-white);
    transition: all 0.3s ease-out 0s;
}
.tp-footer-3 .tp-footer-contact-mail a:hover,
.tp-footer-3 .tp-footer-contact-mail a:hover span {
    color: var(--tp-theme-3);
}
.tp-footer-3 .tp-footer-copyright {
    border-top: 1px solid hsla(0, 0%, 100%, 0.1);
    padding: 28px 0;
}
.tp-footer-3 .tp-footer-copyright span {
    color: var(--tp-common-white);
}
.tp-footer-3-shape-1 {
    position: absolute;
    bottom: 3px;
    left: 60px;
    animation: tpswing 4s ease-in-out 0.1s infinite alternate forwards;
    transform-origin: bottom left;
    z-index: -1;
}
.tp-footer-3-shape-2 {
    position: absolute;
    top: -10px;
    left: 320px;
    z-index: -1;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-footer-3-shape-2 {
        left: 120px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-footer-3-shape-2 {
        left: 30px;
    }
}
@media only screen and (max-width: 767px) {
    .tp-footer-3-shape-2 {
        display: none;
    }
}
.tp-footer-3-shape-3 {
    position: absolute;
    top: 155px;
    right: 225px;
    z-index: -1;
    animation: opacity 2s ease-in-out 0.1s infinite alternate forwards;
}
@media only screen and (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-footer-3-shape-3 {
        right: 10px;
    }
}
.tp-footer-3-shape-4 {
    position: absolute;
    bottom: 4px;
    left: 130px;
    animation: tpswing 2s ease-in-out 0.1s infinite alternate forwards;
    transform-origin: bottom right;
    z-index: -1;
}
@media only screen and (max-width: 767px) {
    .tp-footer-3-shape-4 {
        display: none;
    }
}
.tp-footer-3-shape-5 {
    position: absolute;
    bottom: 10px;
    right: 180px;
    animation-duration: 5s;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
    animation-name: hero-bounce;
    z-index: -1;
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-footer-3-shape-5 {
        right: 30px;
    }
}
@media only screen and (max-width: 767px) {
    .tp-footer-3-shape-5 {
        display: none;
    }
}
.tp-footer-3-col-2 {
    margin-left: -40px;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-footer-3-col-2 {
        margin-left: 0;
    }
}
.tp-footer-3-col-3 {
    margin-left: -15px;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-footer-3-col-3 {
        margin-left: 0;
    }
}
.tp-footer-3-col-4 {
    margin-left: 60px;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-footer-3-col-4 {
        margin-left: 0;
    }
}
.tp-footer-4-bg {
    background-color: var(--standard_color);
}
.tp-footer-4-bg.tp-footer-inner {
    background-color: var(--tp-heading-primary);
}
.tp-footer-4-top {
    padding-top: 67px;
    padding-bottom: 52px;
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.2);
}
.tp-footer-4-top-title {
    font-size: 30px;
    font-weight: 500;
    line-height: 36px;
    color: var(--tp-common-white);
}
@media only screen and (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-footer-4-top-title {
        margin-bottom: 30px;
    }
}
.tp-footer-4-top-form {
    position: relative;
}
.tp-footer-4-top-form input {
    height: 66px;
    padding-right: 140px;
    border-radius: 4px;
    transition: all 0.3s ease-in-out;
    border: 1px solid transparent;
    color: #fff;
    background: hsla(0, 0%, 100%, 0.1);
}
.tp-footer-4-top-form input::placeholder {
    color: hsla(0, 0%, 100%, 0.7);
}
.tp-footer-4-top-form input:focus {
    border: 1px solid var(--tp-common-white);
}
.tp-footer-4-top-btn {
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 4px;
    padding: 19px 35px;
    font-size: 16px;
    font-weight: 400;
    color: var(--tp-heading-primary);
    border: 1px solid var(--tp-common-white);
    background-color: var(--tp-common-white);
}
.tp-footer-4-top-btn span {
    display: inline-block;
    margin-left: 4px;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-footer-4-main {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}
.tp-footer-4-btn a {
    border-radius: 4px;
    border: 1px solid hsla(0, 0%, 100%, 0.5);
    display: block;
    color: #010f1c;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 20px;
    text-align: center;
    padding: 11px 5px;
    transition: all 0.3s ease-out 0s;
}
.tp-footer-4-btn a.active,
.tp-footer-4-btn a:hover {
    background-color: var(--tp-common-white);
    color: var(--standard_color);
}
.tp-footer-4-btn a.active:hover {
    background-color: hsla(0, 0%, 100%, 0.9);
}
.tp-footer-4-btn.tp-footer-btn-inner a {
    border: 1px solid #c8c8c8;
}
.tp-cta-logo img {
    filter: brightness(0) invert(1);
}
.tp-footer-4-btn.tp-footer-btn-inner a.active,
.tp-footer-4-btn.tp-footer-btn-inner a:hover {
    background-color: var(--standard_color);
    color: var(--tp-common-white);
}
.tp-footer-4-info span {
    line-height: 26px;
    margin-bottom: 15px;
}
.tp-footer-4-info span,
.tp-footer-4-mail a {
    color: var(--tp-common-white);
    font-size: 16px;
    display: inline-block;
}
.tp-footer-4-mail a {
    margin-bottom: 20px;
}
.tp-footer-4-phone a {
    color: var(--tp-common-white);
    font-size: 20px;
    display: inline-block;
    margin-bottom: 7px;
}
.tp-footer-4-bottom {
    background-color: #900000;
    padding: 17px 0;
}
.tp-footer-4-bottom.tp-footer-inner-bottom {
    background-color: #292926;
}
.tp-footer-4-copyright span {
    position: relative;
    font-size: 15px;
    font-weight: 500;
    display: inline-block;
    padding-left: 18px;
    margin-left: 18px;
    color: hsla(0, 0%, 100%, 0.7);
}
@media only screen and (max-width: 767px) {
    .tp-footer-4-copyright span {
        padding: 15px 0 15px 10px;
    }
}
.tp-footer-4-copyright span:first-child {
    padding-left: 0;
    margin-left: 0;
}
.tp-footer-4-copyright span:first-child:before {
    display: none;
}
.tp-footer-4-copyright span:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 2px;
    background-color: hsla(0, 0%, 100%, 0.7);
}
@media only screen and (max-width: 767px) {
    .tp-footer-4-copyright span:before {
        top: 10px;
        height: 60%;
    }
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-footer-4-copyright span.span {
        display: none;
    }
}
.tp-footer-4-copyright a {
    transition: all 0.3s ease-out 0s;
}
.tp-footer-4-copyright a:hover,
.tp-footer-4-social a {
    color: var(--tp-common-white);
}
.tp-footer-4-social a {
    display: inline-block;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    margin-left: 3px;
    background: hsla(0, 0%, 100%, 0.1);
    transition: all 0.3s ease-out 0s;
}
.tp-footer-4-social a:hover {
    background-color: #b1040e;
}
.tp-footer-widget-4 ul li:not(:last-child) {
    margin-bottom: 10px;
}
.tp-footer-widget-4 ul li a {
    color: var(--tp-common-white);
    position: relative;
    padding-left: 16px;
}
.tp-footer-widget-4 ul li a:before {
    position: absolute;
    content: "";
    height: 3px;
    width: 3px;
    border-radius: 50%;
    top: 10px;
    left: 0;
    background-color: var(--tp-common-white);
}
.tp-footer-widget-4 ul li a:after {
    position: absolute;
    content: "";
    width: 0;
    height: 1px;
    background: var(--tp-common-white);
    left: auto;
    right: 0;
    bottom: -2px;
    opacity: 0;
    transition: all 0.3s linear;
}
.tp-footer-widget-4 ul li a:hover {
    color: var(--tp-common-white);
}
.tp-footer-widget-4 ul li a:hover:after {
    opacity: 1;
    width: 100%;
    left: 0;
    right: auto;
    transition: all 0.3s linear;
}
.tp-footer-4-col-1 {
    margin-right: -23px;
}
@media only screen and (max-width: 767px) {
    .tp-footer-4-col-1 {
        margin-right: 0;
    }
}
.tp-footer-4-col-2 {
    margin-left: 128px;
    margin-right: 54px;
    border-top: 1px solid hsla(0, 0%, 100%, 0.2);
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.2);
    padding: 20px 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-footer-4-col-2 {
        margin-left: 80px;
    }
}
@media only screen and (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px) {
    .tp-footer-4-col-2 {
        margin-left: 0;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-footer-4-col-2 {
        margin-left: 30px;
    }
}
.tp-footer-4-col-3 {
    margin-left: 53px;
    margin-right: 26px;
    border-top: 1px solid hsla(0, 0%, 100%, 0.2);
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.2);
    padding: 20px 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-footer-4-col-3 {
        margin-left: 30px;
    }
}
@media only screen and (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-footer-4-col-3 {
        margin-left: 0;
    }
}
.tp-footer-4-col-4 {
    margin-left: 79px;
    border-top: 1px solid hsla(0, 0%, 100%, 0.2);
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.2);
    padding: 20px 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-footer-4-col-4 {
        margin-left: 30px;
    }
}
@media only screen and (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px) {
    .tp-footer-4-col-4 {
        margin-left: 0;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-footer-4-col-4 {
        margin-left: 30px;
    }
}
.tp-footer-5-newsletter-input input {
    border: 2px solid #e4e2dc;
    border-radius: 6px;
    height: 60px;
}
.tp-footer-5-newsletter-input input:focus {
    border-color: var(--tp-theme-5);
}
.tp-footer-5-newsletter-submit {
    position: absolute;
    top: 50%;
    right: 8px;
    transform: translateY(-50%);
}
.tp-footer-5-newsletter-submit .tp-btn-4 {
    color: var(--tp-heading-4);
    font-size: 13px;
    line-height: 0px;
    letter-spacing: 0.52px;
    padding: 21px 23px;
}
.tp-footer-5-bottom {
    padding: 17px 0;
    background-color: #e5edcc;
}
.tp-footer-5-bottom.tp-footer-inner-bottom {
    background-color: #f3f4f8;
}
.tp-footer-5-bottom.tp-footer-shop-bottom {
    background-color: #f5f5f5;
    padding: 24px 0;
}
.tp-footer-5-col-2 {
    margin-left: -15px;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-footer-5-col-2 {
        margin-left: 0;
    }
}
.tp-footer-5-col-2 .tp-footer-widget-link ul li a {
    position: relative;
    color: var(--tp-grey-3);
}
.tp-footer-5-col-2 .tp-footer-widget-link ul li a:after {
    position: absolute;
    content: "";
    width: 0;
    height: 1px;
    background: var(--tp-grey-3);
    left: auto;
    right: 0;
    bottom: -2px;
    opacity: 0;
    transition: all 0.3s linear;
}
.tp-footer-5-col-2 .tp-footer-widget-link ul li a:hover:after {
    opacity: 1;
    width: 100%;
    left: 0;
    right: auto;
    transition: all 0.3s linear;
}
.tp-footer-5-col-3 {
    margin-left: -20px;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-footer-5-col-3 {
        margin-left: 0;
    }
}
.tp-footer-5-col-3 .tp-footer-widget-link ul li a {
    position: relative;
    color: var(--tp-grey-3);
}
.tp-footer-5-col-3 .tp-footer-widget-link ul li a:after {
    position: absolute;
    content: "";
    width: 0;
    height: 1px;
    background: var(--tp-grey-3);
    left: auto;
    right: 0;
    bottom: -2px;
    opacity: 0;
    transition: all 0.3s linear;
}
.tp-footer-5-col-3 .tp-footer-widget-link ul li a:hover:after {
    opacity: 1;
    width: 100%;
    left: 0;
    right: auto;
    transition: all 0.3s linear;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-footer-5-col-4 {
        margin-left: -60px;
    }
}
.tp-footer-shop-col-2 .tp-footer-widget-link ul li a {
    position: relative;
    color: var(--tp-grey-3);
}
.tp-footer-shop-col-2 .tp-footer-widget-link ul li a:after {
    position: absolute;
    content: "";
    width: 0;
    height: 1px;
    background: var(--tp-grey-3);
    left: auto;
    right: 0;
    bottom: -2px;
    opacity: 0;
    transition: all 0.3s linear;
}
.tp-footer-shop-col-2 .tp-footer-widget-link ul li a:hover:after {
    opacity: 1;
    width: 100%;
    left: 0;
    right: auto;
    transition: all 0.3s linear;
}
.tp-footer-shop-col-3 .tp-footer-widget-link ul li a {
    position: relative;
    color: var(--tp-grey-3);
}
.tp-footer-shop-col-3 .tp-footer-widget-link ul li a:after {
    position: absolute;
    content: "";
    width: 0;
    height: 1px;
    background: var(--tp-grey-3);
    left: auto;
    right: 0;
    bottom: -2px;
    opacity: 0;
    transition: all 0.3s linear;
}
.tp-footer-shop-col-3 .tp-footer-widget-link ul li a:hover:after {
    opacity: 1;
    width: 100%;
    left: 0;
    right: auto;
    transition: all 0.3s linear;
}
.tp-footer-inner {
    background-color: #f3f4f8;
    border-bottom: 1px solid rgba(0, 31, 63, 0.08);
}
.tp-footer-inner .tp-footer-col-1 .tp-footer-contact-mail a:hover,
.tp-footer-inner .tp-footer-col-1 .tp-footer-contact > a:hover,
.tp-footer-inner .tp-footer-col-2.tp-footer-widget ul li a:hover,
.tp-footer-inner .tp-footer-col-3.tp-footer-widget ul li a:hover {
    color: var(--tp-dashboard-secondary);
}
.tp-footer-shop {
    background-color: #f5f5f5;
    border-bottom: 1px solid rgba(0, 31, 63, 0.08);
}
.tp-footer-shop-col-2 {
    margin-left: -40px;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-footer-shop-col-2 {
        margin-left: 0;
    }
}
.tp-footer-shop-col-3 {
    margin-left: -20px;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-footer-shop-col-3 {
        margin-left: 0;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-footer-shop-col-4 {
        margin-left: -60px;
    }
}
.tp-hero-item {
    padding-top: 130px;
    padding-bottom: 130px;
    position: relative;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-hero-item {
        padding-top: 150px;
        padding-bottom: 150px;
    }
}
.tp-hero-bg {
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    height: 600px !important;
}
.tp-hero-bg,
.tp-hero-bg:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
}
.tp-hero-bg:before {
    background: rgb(0 0 0 / 10%);
}
.tp-hero-wrapper {
    margin-left: 98px;
    position: relative;
}
/*.tp-hero-wrapper:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #000000;
    z-index: 1;
    -webkit-filter: blur(100px);
}*/
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-hero-wrapper {
        margin-left: 0;
    }
}
.tp-hero-subtitle {
    color: var(--tp-common-white);
    font-size: 22px;
    font-style: italic;
    font-weight: 400;
    text-transform: uppercase;
    display: inline-block;
}
.tp-hero-title {
    color: var(--tp-common-white);
    font-size: 45px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -2px;
    margin-bottom: 27px;
    position: relative;
}
h2.tp-hero-title:before {
    content: '';
    position: absolute;
    background: #000000;
    width: 104%;
    height: 109%;
    left: 0;
    -webkit-filter: blur(100px);
    z-index: -1;
}
.tp-program-content p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
}
.tp-testimonial-bg:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00000085;
}
.tp-testimonial-bg .container {
    position: relative;
}
h4.tp-blog-title a {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-hero-title {
        font-size: 80px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-hero-title {
        font-size: 70px;
    }
}
@media only screen and (max-width: 767px) {
    .tp-hero-title {
        font-size: 37px;
        line-height: normal !important;
    }
    .offcanvas-social {
        display: none;
    }
    .offcanvas__logo.tp-header-logo img {
        width: 165px;
        height: auto;
    }
}
.tp-hero-2-wrap {
    position: relative;
}
.tp-hero-2-thumb {
    position: absolute;
    bottom: 0;
    right: 230px;
    z-index: -1;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-hero-2-thumb {
        right: 135px;
    }
}
@media only screen and (max-width: 767px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-hero-2-thumb {
        display: none;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-hero-2-thumb {
        right: -30px;
    }
    .tp-hero-2-thumb img {
        max-width: 100%;
    }
}
.tp-hero-2-bg {
    position: relative;
    z-index: 1;
}
.tp-hero-2-subtitle {
    color: var(--tp-theme-secondary);
    font-size: 20px;
    display: inline-block;
    margin-bottom: 6px;
}
.tp-hero-2-title {
    font-size: 76px;
    font-weight: 500;
    line-height: 1.08;
    letter-spacing: -1.52px;
    margin-bottom: 18px;
}
@media only screen and (max-width: 767px) {
    .tp-hero-2-title {
        font-size: 50px;
    }
}
.tp-hero-2-title span {
    color: var(--tp-theme-secondary);
    position: relative;
    z-index: 1;
}
.tp-hero-2-title span img {
    position: absolute;
    bottom: 0;
    left: 35px;
}
@media only screen and (max-width: 767px) {
    .tp-hero-2-title span img {
        bottom: -5px;
        left: 0;
    }
}
.tp-hero-2-content {
    padding-top: 162px;
    padding-bottom: 190px;
}
@media only screen and (max-width: 767px) {
    .tp-hero-2-content {
        padding-top: 110px;
        padding-bottom: 60px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-hero-2-content {
        padding-top: 100px;
        padding-bottom: 70px;
    }
}
.tp-hero-2-content p {
    color: rgba(3, 31, 66, 0.7);
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 32px;
}
@media only screen and (max-width: 767px) {
    .tp-hero-2-content p br {
        display: none;
    }
}
.tp-hero-2-shape-1 {
    position: absolute;
    bottom: 0;
    right: 145px;
    z-index: -2;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-hero-2-shape-1 {
        right: 5px;
    }
}
@media only screen and (max-width: 767px) {
    .tp-hero-2-shape-1 {
        display: none;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-hero-2-shape-1 {
        right: 0;
    }
}
.tp-hero-2-shape-1 span svg path.line-2 {
    stroke: #ffbf8e;
    stroke-dasharray: 2300;
    stroke-dashoffset: 3500;
    animation: dash 4s linear forwards;
}
.tp-hero-2-shape-2 {
    position: absolute;
    top: 160px;
    left: 110px;
    z-index: -1;
    animation: hero-dot-1 5s linear 0s infinite alternate;
}
@media only screen and (max-width: 767px) {
    .tp-hero-2-shape-2 {
        display: none;
    }
}
.tp-hero-2-shape-3 {
    position: absolute;
    bottom: 69px;
    left: 130px;
    z-index: -1;
    animation: hero-dot-2 4s linear 0s infinite alternate;
}
.tp-hero-2-shape-4 {
    position: absolute;
    left: 22%;
    top: 0;
}
@media only screen and (max-width: 767px) {
    .tp-hero-2-shape-4 {
        display: none;
    }
}
.tp-hero-2-course {
    margin-left: 12px;
}
@media only screen and (max-width: 767px) {
    .tp-hero-2-course {
        margin-left: 0;
    }
}
.tp-hero-2-course .tp-course-item {
    box-shadow: 4px 4px 10px 0 rgba(26, 12, 2, 0.15);
}
.tp-hero-2-course .tp-course-thumb,
.tp-hero-2-course .tp-course-thumb img {
    border-radius: 10px;
}
.tp-hero-2-btn .tp-btn-border {
    padding: 12px 32px;
}
.tp-hero-3-bg {
    padding-top: 168px;
    padding-bottom: 142px;
    overflow: hidden;
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
}
.tp-hero-3-title {
    color: #0a1d3a;
    font-size: 100px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: -2px;
    line-height: 1.1;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-hero-3-title {
        font-size: 88px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-hero-3-title {
        font-size: 80px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .tp-hero-3-title {
        font-size: 70px;
    }
}
@media only screen and (max-width: 767px) {
    .tp-hero-3-title {
        font-size: 50px;
    }
}
.tp-hero-3-content-shape {
    position: absolute;
    top: -3px;
    left: -15px;
    z-index: 0;
    animation: tpswing 3s ease-in-out 0.1s infinite alternate forwards;
    transform-origin: bottom left;
}
@media only screen and (max-width: 767px) {
    .tp-hero-3-content-shape {
        display: none;
    }
}
.tp-hero-3-thumb {
    position: relative;
    z-index: 1;
}
@media only screen and (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px) {
    .tp-hero-3-thumb-2 {
        margin-top: 30px;
        margin-bottom: 30px;
    }
}
.tp-hero-3-thumb-2 img,
.tp-hero-3-thumb-3 img {
    max-width: 100%;
}
@media only screen and (max-width: 767px) {
    .tp-hero-3-shape {
        display: none;
    }
}
.tp-hero-3-shape-1 {
    position: absolute;
    top: 88px;
    right: 38px;
    animation: a 1.5s linear 0s infinite alternate;
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-hero-3-shape-1 {
        right: 38%;
    }
}
.tp-hero-3-shape-2 {
    position: absolute;
    top: 29px;
    right: -10px;
    animation: a 2s linear 0s infinite alternate;
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-hero-3-shape-2 {
        right: 32%;
    }
}
.tp-hero-3-shape-3 {
    position: absolute;
    top: 89px;
    right: -47px;
    animation: a 2s linear 0s infinite alternate;
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-hero-3-shape-3 {
        right: 26%;
    }
}
.tp-hero-3-shape-4 {
    position: absolute;
    top: 175px;
    left: -55px;
    animation: neptune 10s linear infinite;
    z-index: 0;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .tp-hero-3-shape-4 {
        left: -125px;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-hero-3-shape-4 {
        left: -155px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-hero-3-shape-4 {
        top: 50px;
    }
}
@media only screen and (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-hero-3-shape-4 {
        display: none;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-hero-3-apply-btn {
        margin-bottom: 30px;
    }
}
.tp-hero-3-apply-btn a {
    display: inline-block;
    padding: 53px 36px;
    border-radius: 50%;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    color: var(--tp-common-white);
    background-color: #ff7162;
    transition: all 0.3s ease-out 0s;
}
.tp-hero-3-apply-btn a span {
    display: inline-block;
    margin-bottom: 7px;
}
.tp-hero-3-apply-btn a:hover {
    animation: morph 3s linear infinite;
    background-color: var(--tp-common-black);
    border-radius: 40% 60% 70% 30%/40% 50% 60% 50%;
}
.tp-hero-3-text {
    margin-left: 24px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
    only screen and (min-width: 576px) and (max-width: 767px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-hero-3-text {
        margin-top: 30px;
        margin-left: 0;
    }
}
@media only screen and (max-width: 767px) {
    .tp-hero-3-text {
        margin-left: 0;
    }
}
.tp-hero-3-text p {
    color: #636366;
    font-size: 17px;
    line-height: 28px;
    margin-bottom: 34px;
}
@media only screen and (max-width: 767px),
    only screen and (min-width: 1200px) and (max-width: 1399px),
    only screen and (min-width: 576px) and (max-width: 767px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-hero-3-text p br {
        display: none;
    }
}
.tp-hero-4-bg {
    padding-top: 186px;
    padding-bottom: 200px;
    position: relative;
    z-index: 1;
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
}
.tp-hero-4-bg:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: -1;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
    only screen and (min-width: 576px) and (max-width: 767px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-hero-4-bg {
        padding-top: 170px;
        padding-bottom: 160px;
    }
}
.tp-hero-4-title {
    font-size: 100px;
    font-weight: 700;
    line-height: 100px;
    letter-spacing: -4px;
    margin-bottom: 37px;
    margin-top: 5px;
    color: var(--tp-common-white);
}
.tp-hero-4-title:after {
    position: absolute;
    content: "";
    width: 296px;
    height: 25px;
    left: -6px;
    top: 70px;
    z-index: -1;
    background: #dd000d;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-hero-4-title:after {
        height: 20px;
        width: 235px;
        top: 60px;
    }
}
@media only screen and (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px) {
    .tp-hero-4-title:after {
        width: 200px;
        top: 50px;
        height: 20px;
        left: 0;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-hero-4-title {
        font-size: 80px;
        line-height: 80px;
    }
}
@media only screen and (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px) {
    .tp-hero-4-title {
        font-size: 72px;
        line-height: 72px;
        margin-bottom: 30px;
    }
}
.tp-hero-4-btn {
    flex: 0 0 auto;
    margin-right: 43px;
    display: inline-block;
    padding: 9px;
    border-radius: 50%;
    border: 1px solid hsla(0, 0%, 100%, 0.2);
}
.tp-hero-4-info-list ul li {
    font-size: 20px;
    font-weight: 500;
    list-style: none;
    position: relative;
    padding-left: 19px;
    letter-spacing: 0.5px;
    color: var(--tp-common-white);
}
.tp-hero-4-info-list ul li:not(:last-of-type) {
    margin-bottom: 7px;
}
.tp-hero-4-info-list ul li:before {
    position: absolute;
    content: "";
    height: 5px;
    top: 10px;
    left: 0;
    width: 5px;
    border-radius: 50%;
    background-color: var(--tp-common-white);
}
.tp-about-bg {
    padding-bottom: 112px;
}
.tp-about-thumb-wrapper {
    display: flex;
}
.tp-about-thumb-1 img {
    width: 100%;
}
.tp-about-thumb-2 {
    margin-left: -82px;
    margin-top: 75px;
}
.tp-about-thumb-2 img {
    width: 100%;
}
.tp-about-shape-1 {
    position: absolute;
    bottom: 50px;
    left: -55px;
    z-index: -1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-about-shape-1 {
        bottom: 65px;
        left: -30px;
    }
}
.tp-about-shape-2 {
    position: absolute;
    left: -33px;
    top: 56px;
    z-index: -1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-about-shape-2 {
        left: -25px;
    }
}
.tp-about-wrap {
    position: relative;
    z-index: 1;
    margin-top: 23px;
}
.tp-about-wrapper {
    margin-left: 43px;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-about-wrapper {
        margin-left: 0;
    }
}
.tp-about-wrapper .tp-section p {
    position: relative;
    padding-left: 22px;
}
@media only screen and (max-width: 767px) {
    .tp-about-wrapper .tp-section p {
        margin-left: 0;
    }
}
.tp-about-wrapper .tp-section p:before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: calc(100% - 14px);
    width: 2px;
    background-color: var(--standard_color);
}
.tp-about-list {
    margin-left: 46px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-about-list {
        margin-bottom: 10px;
    }
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-about-list {
        margin-left: 0;
    }
}
.tp-about-list-icon {
    flex: 0 0 auto;
    margin-right: 20px;
}
.tp-about-list-icon span {
    display: inline-block;
    border-radius: 64px;
    border: 1px solid rgba(87, 89, 95, 0.1);
    height: 64px;
    width: 64px;
    line-height: 64px;
    text-align: center;
}
.tp-about-list-title {
    font-size: 18px;
    margin-bottom: 0;
    line-height: 1;
}
.tp-about-list-content p {
    margin-bottom: 0;
    font-size: 15px;
    line-height: 20px;
}
.tp-about-exprience {
    display: inline-block;
    position: absolute;
    right: -40px;
    bottom: 80px;
    padding: 7px 36px 20px 24px;
    border-radius: 6px;
    border: 1px solid rgba(1, 15, 28, 0.1);
    background: hsla(45, 31%, 95%, 0.6);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    min-width: 224px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-about-exprience {
        right: 0;
        bottom: 65px;
    }
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-about-exprience {
        right: 0;
    }
}
.tp-about-exprience-text {
    align-items: flex-end;
}
.tp-about-exprience-text p {
    color: var(--standard_color);
    font-size: 18px;
    font-weight: 500;
    line-height: 18px;
    margin-bottom: 0;
    margin-left: 6px;
}
.tp-about-exprience-count {
    margin-bottom: 0;
    color: var(--standard_color);
    font-size: 90px;
    font-style: italic;
    font-weight: 900;
    letter-spacing: -2.7px;
    line-height: 0.74;
}
.tp-about-year-bg {
    margin-top: -80px;
    background: linear-gradient(#9b030c, #b1040e);
}
@media only screen and (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px) {
    .tp-about-year-bg {
        padding-top: 140px;
    }
}
.tp-about-year-shape .shape-1 {
    position: absolute;
    top: 185px;
    left: 666px;
}
@media only screen and (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px) {
    .tp-about-year-shape .shape-1 {
        display: none;
    }
}
.tp-about-year-shape .shape-2 {
    position: absolute;
    bottom: 22px;
    left: 404px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
    only screen and (min-width: 576px) and (max-width: 767px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-about-year-shape .shape-2 {
        left: 0;
    }
}
@media only screen and (max-width: 767px) {
    .tp-about-year-shape .shape-2 {
        display: none;
    }
}
.tp-about-year-plr {
    overflow: hidden;
}
.tp-about-year-nav {
    margin-bottom: 100px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-about-year-nav {
        margin-bottom: 65px;
    }
}
@media only screen and (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px) {
    .tp-about-year-nav {
        margin-bottom: 40px;
    }
}
.tp-about-year-nav .slick-list {
    position: relative;
    padding: 74px 0 !important;
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-about-year-nav .slick-list {
        padding: 30px 0 !important;
    }
}
@media only screen and (max-width: 767px) {
    .tp-about-year-nav .slick-list {
        padding: 15px 0 !important;
    }
}
.tp-about-year-nav .slick-list:after {
    position: absolute;
    content: "";
    top: 0;
    left: 360px;
    height: 1px;
    width: calc(100% - 720px);
    background: hsla(0, 0%, 100%, 0.44);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-about-year-nav .slick-list:after {
        left: 300px;
        width: calc(100% - 580px);
    }
}
@media only screen and (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-about-year-nav .slick-list:after {
        content: none;
    }
}
.tp-about-year-nav .slick-list:before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 360px;
    height: 1px;
    width: calc(100% - 720px);
    background: hsla(0, 0%, 100%, 0.44);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-about-year-nav .slick-list:before {
        left: 300px;
        width: calc(100% - 580px);
    }
}
@media only screen and (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-about-year-nav .slick-list:before {
        content: none;
    }
}
.tp-about-year-nav .slick-list .slick-track {
    left: 95px;
}
.tp-about-year-nav .slick-list .slick-slide.slick-center .tp-about-year-nav-title {
    font-weight: 600;
}
.tp-about-year-box .slick-list .slick-slide.slick-active .tp-about-year-content,
.tp-about-year-box .slick-list .slick-slide.slick-active .tp-about-year-thumb {
    animation-fill-mode: both;
    animation-name: fadeInUp;
}
.tp-about-year-thumb {
    padding-left: 100px;
    animation-delay: 0.5s;
    animation-duration: 0.7s;
}
@media only screen and (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-about-year-thumb {
        padding-left: 0;
    }
}
@media only screen and (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-about-year-thumb {
        padding-bottom: 30px;
    }
}
.tp-about-year-thumb img {
    border-radius: 12px;
    filter: drop-shadow(14px 14px 14px rgba(50, 7, 16, 0.2));
}
.tp-about-year-content {
    animation-delay: 0.7s;
    animation-duration: 0.9s;
}
.tp-about-year-content-title {
    font-size: 34px;
    font-weight: 600;
    margin-bottom: 16px;
    letter-spacing: -0.68px;
    color: var(--tp-common-white);
}
.tp-about-year-content p {
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    color: hsla(0, 0%, 100%, 0.8);
}
.tp-about-year-nav-title {
    font-size: 200px;
    font-weight: 200;
    line-height: 120px;
    margin: 0;
    letter-spacing: -8px;
    transition: all 0.3s ease-out 0s;
    color: var(--tp-common-white);
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .tp-about-year-nav-title {
        font-size: 170px;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-about-year-nav-title {
        font-size: 155px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-about-year-nav-title {
        font-size: 120px;
        line-height: 100px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-about-year-nav-title {
        font-size: 100px;
        line-height: 50px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .tp-about-year-nav-title {
        font-size: 80px;
        line-height: 40px;
    }
}
@media only screen and (max-width: 767px) {
    .tp-about-year-nav-title {
        font-size: 50px;
        line-height: 1;
        letter-spacing: -3px;
    }
}
.tp-about-team-shape {
    position: absolute;
    left: 130px;
    bottom: -90px;
    z-index: -1;
}
@media only screen and (max-width: 767px) {
    .tp-about-team-shape {
        display: none;
    }
}
.tp-about-team-item:hover .tp-about-team-thumb img {
    transform: scale(1.1);
}
.tp-about-team-content {
    position: absolute;
    top: 40px;
    left: 35px;
    transition: all 0.3s ease-out 0s;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-about-team-content {
        left: 20px;
    }
}
.tp-about-team-content p {
    font-size: 15px;
    font-weight: 400;
    color: var(--tp-common-white);
}
.tp-about-team-title {
    font-weight: 600;
    font-size: 26px;
    margin-bottom: 0;
    color: var(--tp-common-white);
}
.tp-about-team-thumb {
    border-radius: 10px;
    overflow: hidden;
}
.tp-about-team-thumb img {
    width: 100%;
    border-radius: 10px;
    transition: all 0.3s ease-out 0s;
}
.tp-about-campus-shape .shape-1 {
    position: absolute;
    top: 16%;
    right: 16%;
}
.tp-about-campus-shape .shape-2 {
    position: absolute;
    top: 50%;
    right: 54%;
}
.tp-about-campus-tab .nav {
    display: inline-block;
    margin-bottom: 65px;
    border-bottom: 0;
    padding-left: 75px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-about-campus-tab .nav {
        padding-left: 55px;
    }
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-about-campus-tab .nav {
        margin-bottom: 50px;
    }
}
.tp-about-campus-tab .nav .nav-item:not(:last-of-type) {
    margin-bottom: 25px;
}
.tp-about-campus-tab .nav .nav-link {
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    padding: 0;
    color: #3e4047;
    border-color: transparent;
    position: relative;
}
.tp-about-campus-tab .nav .nav-link:after {
    position: absolute;
    content: "";
    left: -75px;
    height: 1px;
    width: 0;
    top: 50%;
    background: var(--standard_color);
    transform: translateY(-50%);
    transition: all 0.3s ease-in-out;
}
.tp-about-campus-tab .nav .nav-link.active {
    color: var(--standard_color);
    background-color: transparent;
}
.tp-about-campus-tab .nav .nav-link.active:after {
    width: 50px;
}
.tp-about-campus-heading {
    margin-bottom: 60px;
}
@media only screen and (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-about-campus-heading {
        margin-bottom: 30px;
    }
}
.tp-about-campus-heading p {
    color: #3e4047;
    font-size: 17px;
    font-weight: 300;
    line-height: 24px;
}
.tp-about-campus-title {
    font-size: 60px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 18px;
    letter-spacing: -1.2px;
    color: var(--tp-heading-primary);
}
.tp-about-campus-box {
    padding-left: 75px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-about-campus-box {
        padding-top: 40px;
    }
}
@media only screen and (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-about-campus-box {
        padding-left: 0;
    }
}
.tp-about-campus-thumb img {
    width: 100%;
    border-radius: 10px;
}
.tp-about-campus-location {
    position: relative;
}
.tp-about-campus-location a {
    display: inline-block;
    width: 234px;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    margin-left: 60px;
    color: var(--tp-text-body);
}
@media only screen and (max-width: 767px) {
    .tp-about-campus-location a {
        margin-bottom: 30px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .tp-about-campus-location a {
        margin-bottom: 0;
        margin-left: 55px;
    }
}
.tp-about-campus-location span {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    height: 44px;
    width: 44px;
    text-align: center;
    line-height: 40px;
    border-radius: 44px;
    margin-right: 10px;
    border: 1px solid rgba(22, 22, 19, 0.1);
}
.tp-about-campus-location span svg {
    color: #b1040e;
}
.tp-about-campus-btn .tp-btn {
    padding: 6px 20px;
    color: var(--standard_color);
    background-color: transparent;
    border: 1px solid var(--standard_color);
}
.tp-about-campus-btn .tp-btn:hover {
    color: var(--tp-common-white);
    background-color: var(--standard_color);
}
.tp-about-campus-content {
    position: absolute;
    bottom: 20px;
    left: 95px;
    right: 20px;
    margin: auto;
    border-radius: 8px;
    padding: 27px 30px 26px;
    background: var(--tp-common-white);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-about-campus-content {
        padding: 20px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-about-campus-content {
        left: 20px;
    }
}
@media only screen and (max-width: 767px) {
    .tp-about-campus-content {
        position: static;
        flex-wrap: wrap;
    }
}
.tp-about-4-head {
    font-size: 60px;
    font-weight: 300;
    line-height: 1.17;
    margin-bottom: 45px;
    letter-spacing: -1.2px;
}
@media only screen and (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-about-4-head {
        font-size: 42px;
    }
}
@media only screen and (max-width: 767px) {
    .tp-about-4-wrapper {
        margin-bottom: 40px;
    }
}
.tp-about-4-btn .tp-btn-3 {
    padding: 12px 44px;
}
.tp-about-4-video {
    display: inline-block;
    margin-left: 25px;
}
@media only screen and (max-width: 767px) {
    .tp-about-4-video {
        display: block;
        margin-left: 0;
        margin-top: 20px;
    }
}
.tp-about-4-video a {
    display: inline-block;
    color: #b1040e;
    border-radius: 100px;
    background: #e8c4c2;
    height: 50px;
    width: 70px;
    text-align: center;
    line-height: 48px;
    transition: all 0.3s ease-out 0s;
}
.tp-about-4-video a span {
    display: inline-block;
    transform: translateX(2px);
}
.tp-about-4-video a:hover {
    background-color: #b1040e;
    color: var(--tp-common-white);
}
.tp-about-4-video > span {
    color: var(--tp-heading-primary);
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
    margin-left: 12px;
}
.tp-about-4-thumb-1 img,
.tp-about-4-thumb-2 img,
.tp-about-4-thumb-3 img,
.tp-about-4-thumb-4 img {
    max-width: 100%;
    border-radius: 10px;
}
@media only screen and (max-width: 767px) {
    .tp-about-pt {
        padding-top: 150px;
    }
}
.tp-about-bg-main {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    z-index: -1;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-about-banner {
        margin-bottom: 60px;
    }
}
.tp-about-banner-bg {
    height: 660px;
}
.tp-about-banner span {
    font-size: 22px;
    font-weight: 300;
    color: #031f42;
    margin-bottom: 8px;
    display: inline-block;
    letter-spacing: -0.44px;
}
.tp-about-banner-title {
    color: #031f42;
    font-size: 70px;
    font-weight: 600;
    margin: 0;
    letter-spacing: -1.4px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-about-banner-title {
        font-size: 57px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-about-banner-title {
        font-size: 55px;
    }
}
@media only screen and (max-width: 767px) {
    .tp-about-banner-title {
        font-size: 45px;
    }
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-about-banner-title br {
        display: none;
    }
}
.tp-about-banner-content {
    width: 510px;
    padding: 40px;
    border-radius: 10px;
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    border: 1px solid var(--tp-common-white);
    background: hsla(0, 0%, 100%, 0.9);
    margin-top: 177px;
    margin-left: 95px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-about-banner-content {
        margin-left: 0;
    }
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-about-banner-content {
        margin-left: 30px;
    }
}
@media only screen and (max-width: 767px) {
    .tp-about-banner-content {
        width: 350px;
        margin-top: 60px;
    }
}
.tp-about-banner-content .span {
    font-size: 12px;
    font-weight: 700;
    padding: 2px 12px;
    line-height: 20px;
    border-radius: 20px;
    display: inline-block;
    margin-bottom: 20px;
    text-transform: uppercase;
    color: var(--tp-common-white);
    background: var(--tp-dashboard-secondary);
}
.tp-about-banner-content p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #141820;
    margin-bottom: 30px;
}
.tp-about-banner-content a {
    position: relative;
    font-size: 12px;
    font-weight: 500;
    color: #141820;
    z-index: 2;
    text-transform: uppercase;
}
.tp-about-banner-content a span {
    margin-left: 2px;
    display: inline-block;
    height: 34px;
    width: 34px;
    color: #141820;
    text-align: center;
    line-height: 30px;
    border-radius: 34px;
    transition: all 0.3s ease-out 0s;
    border: 1px solid rgba(20, 24, 32, 0.14);
}
.tp-about-banner-content a:hover {
    color: var(--tp-dashboard-secondary);
}
.tp-about-banner-content a:hover span {
    color: var(--tp-common-white);
    background-color: var(--tp-dashboard-secondary);
}
.tp-about-banner-content-year {
    position: absolute;
    bottom: 50px;
    right: 30px;
}
@media only screen and (max-width: 767px) {
    .tp-about-banner-content-year {
        position: static;
    }
}
.tp-about-banner-content-year span {
    font-size: 220px;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    background: url(../media/about-thumb-1.44275442.jpg);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-position: 75%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-about-banner-content-year span {
        background-position: 55%;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-about-banner-content-year span {
        background-position: 15%;
    }
}
.tp-about-banner-content-year p {
    font-size: 14px;
    font-weight: 500;
    color: #141820;
    margin: 0;
}
.tp-about-tutor-subtitle {
    margin-bottom: 15px;
}
.tp-about-tutor-subtitle span {
    display: inline-block;
    height: 46px;
    width: 46px;
    line-height: 46px;
    text-align: center;
    border-radius: 50%;
    margin-right: 15px;
    background: linear-gradient(180deg, rgba(81, 105, 241, 0.1), rgba(190, 200, 255, 0.1));
}
.tp-about-tutor-subtitle p {
    color: #57595f;
    font-size: 20px;
    font-weight: 400;
    margin: 0;
    letter-spacing: -0.4px;
}
.tp-about-tutor-title {
    font-size: 50px;
    font-weight: 600;
    color: #031f42;
    letter-spacing: -1px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-about-tutor-title {
        font-size: 44px;
    }
}
@media only screen and (max-width: 767px) {
    .tp-about-tutor-title {
        font-size: 42px;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-about-tutor-title br {
        display: none;
    }
}
.tp-about-tutor-content p {
    font-size: 18px;
    font-weight: 400;
    color: #686a6d;
    letter-spacing: -0.18px;
}
@media only screen and (max-width: 767px) {
    .tp-about-tutor-content p br {
        display: none;
    }
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-about-tutor-heading {
        margin-bottom: 40px;
    }
    .tp-about-tutor-right {
        margin-bottom: 50px;
    }
}
.tp-instagram-item {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    z-index: 1;
}
.tp-instagram-item:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    border-radius: 10px;
    transition: all 0.3s ease-out 0s;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.4);
}
.tp-instagram-item:hover:before {
    opacity: 1;
    visibility: visible;
}
.tp-instagram-item:hover .tp-instagram-shape {
    opacity: 1;
    margin-top: 0;
}
.tp-instagram-item:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}
.tp-instagram-item img {
    width: 100%;
    border-radius: 10px;
}
.tp-instagram-item img,
.tp-instagram-shape {
    transition: all 0.5s cubic-bezier(0.5, 1, 0.89, 1);
}
.tp-instagram-shape {
    position: absolute;
    left: 50%;
    top: 50%;
    opacity: 0;
    cursor: pointer;
    margin-top: 15px;
    z-index: 3;
    pointer-events: none;
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.5s cubic-bezier(0.5, 1, 0.89, 1);
}
.tp-cta-bg {
    padding-top: 30px;
    padding-bottom: 30px;
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background: var(--standard_color) !important;
}
.tp-cta-logo {
    flex: 0 0 auto;
    margin-right: 25px;
}
@media only screen and (max-width: 767px) {
    .tp-cta-logo {
        margin-bottom: 25px;
    }
}
.tp-cta-content span {
    color: var(--tp-common-white);
    font-family: var(--tp-ff-secondary);
    font-size: 24px;
    font-style: italic;
    font-weight: 500;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-cta-wrapper {
        margin-bottom: 30px;
    }
}
@media only screen and (max-width: 767px) {
    .tp-cta-wrapper {
        flex-wrap: wrap;
    }
}
.tp-cta-title {
    color: var(--tp-common-white);
    font-family: var(--tp-ff-primary);
    font-size: 36px;
    font-weight: 500;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .tp-cta-title {
        font-size: 34px;
    }
}
@media only screen and (max-width: 767px) {
    .tp-cta-title {
        font-size: 24px;
        margin-bottom: 17px;
    }
}
.tp-cta-btn-wrap {
    position: relative;
    z-index: 1;
}
.tp-cta-btn .tp-btn {
    background-color: var(--tp-common-white);
    color: var(--standard_color);
}
.tp-cta-btn .tp-btn:hover {
    border-color: hsla(0, 0%, 100%, 0.92);
}
.tp-cta-btn .tp-btn span {
    display: inline-block;
    margin-left: 4px;
}
.tp-cta-shape-1 {
    position: absolute;
    top: -30px;
    right: 28px;
    z-index: -1;
}
.tp-cta-2-bg {
    padding-top: 72px;
    padding-bottom: 65px;
    background-color: var(--tp-theme-secondary);
}
.tp-cta-2-title {
    color: var(--tp-common-white);
    font-size: 60px;
    font-weight: 300;
    letter-spacing: -1.2px;
    margin-bottom: 12px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-cta-2-title {
        font-size: 48px;
    }
}
@media only screen and (max-width: 767px) {
    .tp-cta-2-title {
        font-size: 44px;
    }
}
.tp-cta-2-title span {
    color: #ffc221;
    font-size: 60px;
    display: inline-block;
    position: relative;
    font-weight: 700;
}
.tp-cta-2-wrapper p {
    color: var(--tp-common-white);
    font-size: 20px;
    letter-spacing: -0.4px;
    margin-bottom: 53px;
}
.tp-cta-2-form {
    position: relative;
}
.tp-cta-2-form span {
    color: #ffee54;
    display: inline-block;
    height: 40px;
    width: 40px;
    line-height: 40px;
    border-radius: 50%;
    background-color: rgba(255, 238, 84, 0.2);
    text-align: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 12px;
}
@media only screen and (max-width: 767px) {
    .tp-cta-2-form span {
        left: 8px;
    }
}
.tp-cta-2-form span svg {
    transform: translateY(-2px);
}
.tp-cta-2-form input {
    color: var(--tp-common-white);
    font-size: 18px;
    height: 60px;
    background-color: transparent;
    border-radius: 200px;
    border: 2px solid hsla(0, 0%, 100%, 0.2);
    padding: 0 150px 0 62px;
}
@media only screen and (max-width: 767px) {
    .tp-cta-2-form input {
        padding: 0 150px 0 55px;
    }
}
.tp-cta-2-form input:focus {
    border-color: var(--tp-common-white);
}
.tp-cta-2-form input::-webkit-input-placeholder {
    font-size: 17px;
    color: hsla(0, 0%, 100%, 0.7);
}
@media only screen and (max-width: 767px) {
    .tp-cta-2-form input::-webkit-input-placeholder {
        font-size: 14px;
    }
}
.tp-cta-2-form input::-moz-placeholder {
    font-size: 17px;
    color: hsla(0, 0%, 100%, 0.7);
}
@media only screen and (max-width: 767px) {
    .tp-cta-2-form input::-moz-placeholder {
        font-size: 14px;
    }
}
.tp-cta-2-form input:-moz-placeholder {
    font-size: 17px;
    color: hsla(0, 0%, 100%, 0.7);
}
@media only screen and (max-width: 767px) {
    .tp-cta-2-form input:-moz-placeholder {
        font-size: 14px;
    }
}
.tp-cta-2-form input:-ms-input-placeholder {
    font-size: 17px;
    color: hsla(0, 0%, 100%, 0.7);
}
@media only screen and (max-width: 767px) {
    .tp-cta-2-form input:-ms-input-placeholder {
        font-size: 14px;
    }
}
.tp-cta-2-form input::placeholder {
    font-size: 17px;
    color: hsla(0, 0%, 100%, 0.7);
}
@media only screen and (max-width: 767px) {
    .tp-cta-2-form input::placeholder {
        font-size: 14px;
    }
}
.tp-cta-2-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
}
@media only screen and (max-width: 767px) {
    .tp-cta-2-btn {
        right: 6px;
    }
}
.tp-cta-2-btn .tp-btn-round {
    background-color: #ffc221;
    color: #1e1e2f;
}
.tp-cta-2-btn .tp-btn-round:hover {
    background-color: rgba(255, 194, 33, 0.9);
}
.tp-cta-2-info-list {
    margin-top: 22px;
    margin-bottom: 17px;
}
.tp-cta-2-info-list > span {
    color: var(--tp-common-white);
    font-size: 15px;
    font-weight: 500;
    opacity: 0.6;
    margin: 0 30px;
    display: inline-block;
}
@media only screen and (max-width: 767px) {
    .tp-cta-2-info-list > span {
        margin: 0 16px;
    }
}
.tp-cta-2-info-list > span > span {
    margin: 4px;
    display: inline-block;
}
.tp-cta-3-bg {
    position: relative;
    background: linear-gradient(180deg, hsla(51, 28%, 95%, 0), #f6f5ef);
}
.tp-cta-3-section {
    margin-top: 70px;
}
@media only screen and (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-cta-3-section {
        margin-top: 0;
        margin-bottom: 30px;
    }
}
.tp-cta-3-title {
    font-size: 34px;
    font-weight: 500;
    line-height: 40px;
    margin-bottom: 21px;
}
.tp-cta-3-border {
    height: 60px;
    width: 2px;
    background-color: #e4e3dd;
    display: inline-block;
    margin-bottom: 12px;
}
.tp-cta-3-wrap {
    position: relative;
    padding: 74px 40px;
    border-radius: 40px;
    background: #f6f5ef;
    margin-bottom: -99px;
    z-index: 2;
    border: 20px solid var(--tp-common-white);
}
@media only screen and (max-width: 767px) {
    .tp-cta-3-wrap {
        padding: 50px 30px;
    }
}
.tp-cta-3-form-input {
    margin-bottom: 24px;
}
.tp-cta-3-form-input input {
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 1px 2px 0 rgba(17, 22, 29, 0.12);
}
.tp-cta-3-form-input input:focus {
    border-color: var(--tp-theme-3);
    box-shadow: 0 1px 2px 0 rgba(65, 95, 251, 0.06), 0 4px 10px 0 rgba(255, 113, 98, 0.06), 0 0 0 3px rgba(255, 113, 98, 0.02);
}
.tp-cta-3-form-input input::placeholder {
    color: #949597;
    font-size: 15px;
    line-height: 24px;
}
.tp-cta-3-form-input textarea {
    height: 160px;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 1px 2px 0 rgba(17, 22, 29, 0.12);
    resize: none;
}
.tp-cta-3-form-input textarea:focus {
    border-color: var(--tp-theme-3);
}
.tp-cta-3-btn button {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    border-radius: 20px;
    padding: 14px 0;
    background: #11161d;
    color: var(--tp-common-white);
    box-shadow: 0 1px 3px 0 rgba(17, 22, 29, 0.12);
}
.tp-cta-3-btn button:hover {
    background-color: var(--tp-theme-3);
}
.tp-cta-3-shape-1 {
    position: absolute;
    bottom: -3px;
    right: 65px;
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
    .tp-cta-3-shape-1 {
        right: 0;
    }
}
@media only screen and (max-width: 767px),
    only screen and (min-width: 1200px) and (max-width: 1399px),
    only screen and (min-width: 576px) and (max-width: 767px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-cta-3-shape-1 {
        display: none;
    }
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
    .tp-cta-3-shape-1 img {
        max-width: 200px;
    }
}
.tp-cta-3-shape-2 {
    position: absolute;
    top: 39px;
    right: 69px;
    animation: tpswing 1s ease-in-out 0.1s infinite alternate forwards;
    transform-origin: top left;
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
    .tp-cta-3-shape-2 {
        top: 33px;
        right: 40px;
    }
}
.tp-cta-3-shape-3 {
    position: absolute;
    bottom: 52px;
    left: 67px;
    animation: bubbles 3s linear 1s infinite;
}
.tp-live-bg {
    border-radius: 20px;
    background: var(--tp-common-white);
    box-shadow: 0 20px 80px 0 rgba(3, 31, 66, 0.1);
    border: 25px solid var(--tp-common-white);
    z-index: 1;
    position: relative;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-live-bg {
        border: 10px solid var(--tp-common-white);
    }
}
.tp-live-bg:before {
    z-index: -1;
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    border-radius: 20px;
    height: calc(100% + 100px);
    width: calc(100% - 45px);
    transform: translate(-50%, -50%);
    background-color: hsla(0, 0%, 100%, 0.6);
    box-shadow: 0 30px 50px -14px rgba(26, 31, 35, 0.07);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-live-bg:before {
        height: calc(100% + 70px);
        width: calc(100% - 110px);
    }
}
@media only screen and (max-width: 767px) {
    .tp-live-bg:before {
        height: calc(100% + 60px);
        width: calc(100% - 30px);
    }
}
.tp-live-content {
    margin-left: -5px;
    padding-top: 21px;
    padding-bottom: 24px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-live-content {
        margin-left: 25px;
    }
}
@media only screen and (max-width: 767px) {
    .tp-live-content {
        margin-left: 0;
        padding-bottom: 0;
    }
}
.tp-live-tag {
    display: inline-block;
    border-radius: 3px;
    background: rgba(23, 162, 184, 0.08);
    color: #17a2b8;
    font-size: 13px;
    font-weight: 500;
    padding: 6px 10px;
    line-height: 1;
    margin-bottom: 15px;
}
.tp-live-teacher {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 10px;
    align-items: flex-end;
    margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
    .tp-live-teacher {
        grid-template-columns: repeat(1, 1fr);
        grid-column-gap: 0;
    }
    .tp-live-teacher-info {
        margin-bottom: 10px;
    }
}
.tp-live-teacher-thumb {
    flex: 0 0 auto;
    margin-right: 10px;
}
.tp-live-teacher-thumb img {
    height: 36px;
    width: 36px;
    object-fit: cover;
    border-radius: 50%;
}
.tp-live-teacher-text span {
    color: #7a7b81;
    font-size: 13px;
    font-weight: 300;
}
.tp-live-teacher-title {
    color: #57595f;
    font-size: 15px;
    font-weight: 500;
}
.tp-live-thumb {
    position: relative;
    display: inline-block;
}
.tp-live-thumb img {
    border-radius: 10px;
}
@media only screen and (max-width: 767px) {
    .tp-live-thumb img {
        width: 100%;
    }
}
.tp-live-thumb-video {
    position: absolute;
    top: 7px;
    left: 7px;
    z-index: 1;
}
.tp-live-thumb-text {
    position: absolute;
    bottom: 17px;
    right: 17px;
    z-index: 0;
}
.tp-live-thumb-text span {
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    line-height: 34px;
    border-radius: 8px;
    opacity: 0.61;
    text-align: center;
    background: #1e1e2f;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    color: var(--tp-common-white);
    height: 36px;
    width: 100px;
    border: 1px solid hsla(0, 0%, 100%, 0.5);
}
.tp-live-thumb-text span svg {
    margin-right: 5px;
    display: inline-block;
    transform: translateY(-3px);
}
.tp-live-rating {
    margin-left: -30px;
}
@media only screen and (max-width: 767px) {
    .tp-live-rating {
        margin-left: 0;
    }
}
.tp-live-rating p {
    color: #031233;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0;
    line-height: 1;
}
.tp-live-rating p span {
    color: #57595f;
}
.tp-live-rating-star i {
    color: #ffb21d;
    font-size: 13px;
}
.tp-live-title {
    color: var(--tp-heading-2);
    font-size: 26px;
    font-weight: 500;
    line-height: 1.3;
    margin-bottom: 28px;
}
@media only screen and (max-width: 767px) {
    .tp-live-title {
        margin-bottom: 12px;
        font-size: 20px;
    }
}
.tp-live-title a:hover {
    color: var(--tp-theme-secondary);
}
@media only screen and (max-width: 767px) {
    .tp-live-title br {
        display: none;
    }
}
.tp-live-total {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 5px;
    align-items: flex-end;
}
@media only screen and (max-width: 767px) {
    .tp-live-total {
        grid-template-columns: repeat(1, 1fr);
    }
    .tp-live-total-student {
        margin-bottom: 20px;
    }
}
.tp-live-total-student span {
    display: block;
    color: #57595f;
    font-size: 14px;
    font-weight: 500;
    position: relative;
    padding-left: 12px;
}
.tp-live-total-student span:before {
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    height: 6px;
    width: 6px;
    border-radius: 50%;
    background-color: #0cbc87;
}
.tp-live-join .tp-btn-border {
    padding: 10px 24px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-live-join .tp-btn-border {
        padding: 10px 18px;
    }
}
.tp-live-join .tp-btn-border span {
    margin-left: 0;
    margin-right: 3px;
    display: inline-block;
    transform: translateY(-2px);
}
.tp-live-join .tp-btn-border i {
    padding-left: 56px;
}
.tp-live-btn-icon span {
    top: 7px;
    left: 7px;
    height: 50px;
    width: 50px;
    line-height: 48px;
    text-align: center;
    border-radius: 10px;
    border: 1px solid hsla(0, 0%, 100%, 0.5);
}
.tp-live-btn-icon span,
.tp-live-btn-time {
    position: absolute;
    display: inline-block;
    background: rgba(30, 30, 47, 0.61);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}
.tp-live-btn-time {
    right: 17px;
    bottom: 17px;
    border-radius: 8px;
    border: 1px solid hsla(0, 0%, 100%, 0.5);
}
.tp-live-btn-time span {
    color: var(--tp-common-white);
    font-size: 15px;
    padding: 5px 15px;
    font-weight: 500;
    display: inline-block;
}
.tp-live-btn-time span i {
    margin-right: 3px;
}
.tp-plan-4-bg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -2;
    opacity: 0;
    visibility: hidden;
    transition: 0.4s linear;
    transform: scale(1);
    background-size: cover;
    background-repeat: no-repeat;
}
.tp-plan-4-wrap {
    position: relative;
    z-index: 2;
    padding: 175px 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-plan-4-wrap {
        padding: 150px 0;
    }
}
@media only screen and (max-width: 767px) {
    .tp-plan-4-wrap {
        padding: 140px 0;
    }
}
.tp-plan-4-wrap:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(22, 22, 19, 0.5);
    z-index: -1;
}
.tp-plan-4-section span {
    color: var(--tp-common-white);
    font-size: 16px;
    display: inline-block;
    margin-bottom: 6px;
}
.tp-plan-4-section-title {
    color: var(--tp-common-white);
    font-size: 60px;
    font-weight: 700;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-plan-4-section-title {
        font-size: 55px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-plan-4-section-title {
        font-size: 52px;
        margin-bottom: 40px;
    }
}
@media only screen and (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px) {
    .tp-plan-4-section-title {
        font-size: 42px;
        margin-bottom: 30px;
    }
}
.tp-plan-4-wrapper {
    margin-left: 40px;
}
@media only screen and (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-plan-4-wrapper {
        margin-left: 0;
    }
}
.tp-plan-4-item.active {
    cursor: pointer;
}
.tp-plan-4-item.active .tp-plan-4-bg {
    opacity: 1;
    visibility: visible;
    transform: scale(1.03);
}
.tp-plan-4-content {
    border-radius: 10px;
    position: relative;
    display: block;
    min-height: 320px;
    transition: all 0.3s ease-out 0s;
    z-index: 1;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-plan-4-content {
        min-height: 300px;
    }
}
.tp-plan-4-content:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border: 1px solid hsla(0, 0%, 100%, 0.7);
    border-radius: 10px;
    z-index: -1;
    transition: all 0.3s ease-out 0s;
}
.tp-plan-4-content:hover:before {
    background-color: var(--standard_color);
    top: 10px;
    bottom: 10px;
    height: calc(100% - 20px);
    border-color: var(--standard_color);
}
.tp-plan-4-content:hover p,
.tp-plan-4-content:hover span {
    opacity: 1;
}
.tp-plan-4-content span {
    color: hsla(0, 0%, 100%, 0.5);
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 8px;
    opacity: 0;
    transition: all 0.3s ease-out 0s;
}
.tp-plan-4-content p {
    color: hsla(0, 0%, 100%, 0.8);
    font-size: 15px;
    margin-bottom: 0;
    font-weight: 500;
    opacity: 0;
    transition: all 0.3s ease-out 0s;
}
.tp-plan-4-title {
    color: var(--tp-common-white);
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px;
}
.tp-contact-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 40%;
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-contact-p {
        padding-bottom: 80px;
    }
}
.tp-contact-shape {
    position: absolute;
    bottom: 180px;
    left: 0;
}
.tp-contact-shape span svg {
    width: 100%;
}
.tp-contact-shape span svg path {
    stroke: #f4e7ff;
    stroke-dasharray: 3500;
    stroke-dashoffset: 4500;
    animation: dash 4s linear forwards;
}
.tp-contact-shape-2 {
    position: absolute;
    top: 44%;
    right: 410px;
}
.tp-contact-heading {
    margin-bottom: 55px;
}
.tp-contact-heading p {
    font-size: 22px;
    font-weight: 300;
    letter-spacing: -0.44px;
    color: var(--tp-text-body);
}
.tp-contact-title {
    font-size: 70px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 10px;
    letter-spacing: -1.4px;
    color: var(--tp-heading-2);
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .tp-contact-title {
        font-size: 62px;
    }
}
.tp-contact-from-box {
    border-radius: 20px;
    padding: 70px 80px 65px;
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    fill: hsla(0, 0%, 100%, 0.1);
    filter: drop-shadow(0 40px 80px rgba(51, 65, 140, 0.06));
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .tp-contact-from-box {
        padding: 60px 50px;
    }
}
@media only screen and (max-width: 767px) {
    .tp-contact-from-box {
        padding: 30px;
    }
}
.tp-contact-from-title {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 30px;
    color: var(--tp-heading-2);
}
.tp-contact-input-form label {
    color: #303651;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 10px;
}
.tp-contact-input-form input,
.tp-contact-input-form textarea {
    border-radius: 6px;
    border: 1px solid #e6e8f0;
    background: var(--tp-common-white);
    box-shadow: 0 1px 1px 0 rgba(48, 54, 81, 0.06), inset 0 1px 3px rgba(48, 54, 81, 0.06);
    transition: all 0.3s ease-out 0s;
}
.tp-contact-input-form input:focus,
.tp-contact-input-form textarea:focus {
    border-color: var(--tp-theme-7);
    box-shadow: 0 1px 2px 0 rgba(65, 95, 251, 0.06), 0 4px 10px 0 rgba(65, 95, 251, 0.06), 0 0 0 3px rgba(65, 95, 251, 0.2);
}
.tp-contact-input-form textarea {
    resize: none;
    height: 160px;
}
.tp-contact-input-form .tp-contact-input {
    margin-bottom: 15px;
}
.tp-contact-input-form .tp-contact-input.schedule {
    margin-bottom: 20px;
}
.tp-contact-input-form .tp-contact-input.schedule label {
    font-size: 16px;
    margin-bottom: 7px;
    color: var(--tp-heading-primary);
}
.tp-contact-input-form .tp-contact-input.schedule label span {
    font-size: 15px;
    font-weight: 500;
    padding: 9px 25px;
    border-radius: 4px;
    cursor: pointer;
    color: var(--tp-common-white);
    background: var(--tp-heading-primary);
    transition: all 0.3s ease-out 0s;
}
.tp-contact-input-form .tp-contact-input.schedule label span:hover {
    background-color: var(--standard_color);
}
.tp-contact-input-form .tp-contact-input.schedule label.hide {
    position: absolute;
    top: 52%;
    margin: 0;
    right: 10px;
}
.tp-contact-input-form .tp-contact-input.schedule input:focus {
    border-color: rgba(171, 12, 47, 0.49);
    box-shadow: 0 1px 2px 0 rgba(65, 95, 251, 0.06), 0 4px 10px 0 rgba(65, 95, 251, 0.06), 0 0 0 3px rgba(171, 12, 47, 0.2);
}
.tp-contact-input-form .tp-contact-input.schedule textarea {
    height: 140px;
}
.tp-contact-input-form .tp-contact-input.schedule textarea:focus {
    border-color: rgba(171, 12, 47, 0.49);
    box-shadow: 0 1px 2px 0 rgba(65, 95, 251, 0.06), 0 4px 10px 0 rgba(65, 95, 251, 0.06), 0 0 0 3px rgba(171, 12, 47, 0.2);
}
.tp-contact-input-form .tp-contact-input .icon {
    position: absolute;
    top: 50%;
    right: 18px;
}
.tp-contact-input-form.application {
    margin-bottom: 45px;
}
@media only screen and (max-width: 767px),
    only screen and (min-width: 1200px) and (max-width: 1399px),
    only screen and (min-width: 576px) and (max-width: 767px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-contact-input-form.application {
        margin-bottom: 20px;
    }
}
.tp-contact-input-remeber {
    margin-bottom: 25px;
}
.tp-contact-input-remeber input {
    display: none;
}
.tp-contact-input-remeber input:checked ~ label:after {
    background-color: var(--tp-theme-7);
    border-color: var(--tp-theme-7);
}
.tp-contact-input-remeber input:checked ~ label:before {
    visibility: visible;
    opacity: 1;
}
.tp-contact-input-remeber label {
    font-size: 15px;
    font-weight: 300;
    color: #57595f;
    position: relative;
    padding-left: 26px;
    z-index: 1;
}
.tp-contact-input-remeber label:after {
    content: "";
    z-index: -1;
    border-radius: 4px;
    border: 1px solid #dbdde5;
    background: var(--tp-common-white);
    box-shadow: inset 0 1px 4px 0 rgba(48, 54, 81, 0.06), 0 1px 1px 0 rgba(48, 54, 81, 0.06);
}
.tp-contact-input-remeber label:after,
.tp-contact-input-remeber label:before {
    position: absolute;
    top: 4px;
    left: 0;
    width: 18px;
    height: 18px;
    line-height: 16px;
    text-align: center;
    transition: all 0.2s ease-out 0s;
}
.tp-contact-input-remeber label:before {
    content: url(../media/check.b47fd7eb.svg);
    visibility: hidden;
    opacity: 0;
    color: var(--tp-common-white);
}
.tp-contact-input-remeber label a:hover {
    color: var(--tp-theme-7);
}
.tp-contact-input-remeber label:hover {
    cursor: pointer;
}
.tp-contact-input-remeber.login label:after,
.tp-contact-input-remeber.login label:before {
    top: 5px;
}
.tp-contact-input-remeber.schedule label {
    font-size: 15px;
    font-weight: 400;
    color: #5b5d5f;
}
.tp-contact-input-remeber.schedule label:after,
.tp-contact-input-remeber.schedule label:before {
    top: 4px;
}
.tp-contact-input-remeber.schedule input:checked ~ label:after {
    background-color: var(--standard_color);
    border-color: var(--standard_color);
}
.tp-contact-input-remeber.schedule input:checked ~ label:before {
    visibility: visible;
    opacity: 1;
}
.tp-contact-input-remeber.request {
    margin-top: 5px;
}
.tp-contact-btn .tp-btn-inner {
    font-size: 17px;
    padding: 16px 66px;
    box-shadow: 0 0 1px 0 #092097, 0 1px 2px 0 rgba(9, 32, 151, 0.25);
}
.tp-contact-btn .tp-btn-inner:hover {
    box-shadow: none;
    background: #425eff;
    color: var(--tp-common-white);
}
.tp-contact-main-title {
    font-size: 26px;
    font-weight: 500;
    margin-bottom: 45px;
    letter-spacing: -0.52px;
    color: var(--tp-heading-2);
}
.tp-contact-info-item {
    padding: 30px;
    border-radius: 10px;
    border: 1px solid #e6e8f0;
    background: var(--tp-common-white);
    box-shadow: inset 0 1px 4px 0 rgba(48, 54, 81, 0.06), 0 1px 1px 0 rgba(48, 54, 81, 0.06);
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-contact-info-item {
        padding: 18px;
    }
}
.tp-contact-info-item p {
    color: #727378;
    font-size: 15px;
    font-weight: 300;
    margin-bottom: 10px;
    letter-spacing: -0.3px;
}
.tp-contact-info-item a {
    position: relative;
    font-size: 18px;
    font-weight: 400;
    color: var(--tp-heading-2);
}
.tp-contact-info-item a:after {
    position: absolute;
    content: "";
    bottom: -2px;
    left: 0;
    height: 1px;
    width: 100%;
    background: #e6e8f0;
}
.tp-contact-info-item a:before {
    position: absolute;
    content: "";
    width: 0;
    height: 1px;
    bottom: -2px;
    left: auto;
    right: 0;
    transition: all 0.3s ease-out 0s;
    background: var(--tp-heading-2);
    z-index: 1;
}
.tp-contact-info-item a:hover:before {
    width: 100%;
    right: auto;
    left: 0;
}
.tp-contact-info-icon {
    margin-bottom: 30px;
}
.tp-contact-info-icon span {
    display: inline-block;
    text-align: center;
    line-height: 42px;
    height: 46px;
    width: 46px;
    border-radius: 6px;
    border: 1px solid #e6e8f0;
    background: var(--tp-common-white);
    box-shadow: inset 0 1px 4px 0 rgba(48, 54, 81, 0.06), 0 1px 1px 0 rgba(48, 54, 81, 0.06);
}
.tp-contact-info-title {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: -0.4px;
    color: var(--tp-heading-2);
}
.tp-contact-map-content {
    width: 100%;
    height: 500px;
}
.tp-contact-map-content iframe {
    height: 100%;
    width: 100%;
}
.tp-schedule-from-box {
    border-radius: 6px;
    padding: 100px;
    background-color: var(--tp-common-white);
    box-shadow: 0 1px 1px 0 rgba(22, 22, 19, 0.14), 0 1px 2px 1px rgba(22, 22, 19, 0.06);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-schedule-from-box {
        padding: 60px;
    }
}
@media only screen and (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px) {
    .tp-schedule-from-box {
        padding: 30px;
    }
}
.tp-schedule-btn .tp-btn {
    border-radius: 6px;
    padding: 12px 24px;
}
.tp-schedule-btn .tp-btn span {
    margin-left: 80px;
}
.tp-application-heading {
    margin-bottom: 50px;
}
@media only screen and (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-application-heading {
        margin-bottom: 30px;
    }
}
.tp-application-heading.request {
    margin-bottom: 50px;
}
.tp-application-title {
    margin: 0;
    font-size: 50px;
    font-weight: 600;
    letter-spacing: -1.4px;
    color: var(--tp-heading-primary);
}
.contact-info p i {
    display: block;
    float: left;
    font-size: 18px;
    line-height: 24px;
    width: 27px;
}
#captchaBackground {
    width: 100%;
    background: #ffffff;
    height: 123px;
    padding: 1px 5px;
    margin: 0 auto;
    text-align: center;
}
.form-control:focus {
    outline: 0;
    box-shadow: none !important;
}
input:focus {
    outline: none;
}
#refresh {
    background: none;
    border: none;
}
.form_contact textarea {
    height: auto;
}
button.submit_btn {
    border: none;
/*    height: 60px;*/
font-size: 16px;
font-weight: bold;
text-align: center;
color: #fff;
/*    width: 100%;*/
background: var(--standard_color);
padding: 8px 30px;
line-height: 24px;
}
div#captchaBackground label {
    font-size: 12px;
    line-height: 0;
}
#textBox {
    text-align: center;
    height: 36px;
    width: 65%;
    border: none;
    font-size: 20px;
    background: whitesmoke;
    padding: 5px;
}
#refresh i {
    font-size: 17px;
    user-select: none;
    width: 22px;
    text-align: center;
    cursor: pointer;
    position: relative;
    left: 6px;
    top: 3px;
}
span#output {
    font-size: 13px;
    color: red;
}
#captcha {
    font-size: 25px;
    letter-spacing: 3px;
    margin: 8px auto 0 auto;
    text-align: center;
    line-height: normal;
    font-weight: bold;
    font-family: fantasy;
    border: 2px dotted;
    width: fit-content;
    padding: 3px 14px;
    background: #ffffff69;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-application-title {
        font-size: 60px;
    }
}
@media only screen and (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px) {
    .tp-application-title {
        font-size: 50px;
    }
}
.tp-application-subtitle {
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 0;
    letter-spacing: -0.2px;
    color: rgba(22, 22, 19, 0.8);
}
.form-control:focus, input:focus, select:focus, textarea:focus {
    box-shadow: none !important;
}
.tp-application-from-box {
    padding: 60px;
    border-radius: 6px;
    background: var(--tp-common-white);
    box-shadow: 0 1px 1px 0 rgba(22, 22, 19, 0.14), 0 1px 2px 1px rgba(22, 22, 19, 0.06);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-application-from-box {
        padding: 70px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-application-from-box {
        padding: 60px;
    }
}
@media only screen and (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px) {
    .tp-application-from-box {
        padding: 30px;
    }
}
.tp-application-from-title {
    color: #000;
    font-size: 26px;
    font-weight: 500;
    margin-bottom: 30px;
    letter-spacing: -0.52px;
}
.tp-application-select .nice-select {
    font-size: 16px;
    height: 54px;
    line-height: 54px;
    border-radius: 6px;
    border: 1px solid #e6e8f0;
    background: var(--tp-common-white);
    box-shadow: inset 0 1px 4px 0 rgba(48, 54, 81, 0.06), 0 1px 1px 0 rgba(48, 54, 81, 0.06);
}
.tp-application-select .nice-select:focus {
    border-color: rgba(171, 12, 47, 0.49);
    box-shadow: 0 1px 2px 0 rgba(65, 95, 251, 0.06), 0 4px 10px 0 rgba(65, 95, 251, 0.06), 0 0 0 3px rgba(171, 12, 47, 0.2);
}
.tp-application-select .nice-select:after {
    color: #686a6d;
    right: 25px;
}
.tp-application-select .nice-select .list {
    box-shadow: none;
    stroke-width: 1px;
    stroke: #e6e8f0;
    padding: 10px 16px;
    fill: var(--tp-common-white);
    filter: drop-shadow(0 4px 14px rgba(8, 19, 34, 0.12));
}
.tp-application-select .nice-select .option {
    color: #757c8e;
    font-size: 15px;
    font-weight: 400;
    line-height: 1;
    min-height: 0;
    border-radius: 6px;
    padding: 10px 16px;
    margin-bottom: 2px;
}
.tp-application-select .nice-select .option:hover {
    color: #4a4e68;
    background-color: #f4f5fa;
}
.tp-error-content p {
    color: #57575a;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 25px;
}
.tp-error-content .tp-btn-inner {
    padding: 8px 28px;
}
.tp-error-title {
    font-size: 64px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 44px;
    letter-spacing: -1.28px;
    color: var(--tp-common-black-1);
}
.tp-error-title-sm {
    font-size: 26px;
    font-weight: 600;
    letter-spacing: -0.26px;
    text-transform: uppercase;
    color: var(--tp-common-black-1);
}
.tp-error-thumb img {
    width: 100%;
}
.tp-privacy-heading {
    margin-bottom: 35px;
}
.tp-privacy-title {
    font-size: 60px;
    font-weight: 700;
    color: var(--tp-heading-primary);
}
@media only screen and (max-width: 767px) {
    .tp-privacy-title {
        font-size: 42px;
    }
}
.tp-privacy-box {
    padding: 36px 40px 40px;
    background-color: var(--tp-common-white);
    box-shadow: 0 1px 2px 0 rgba(18, 20, 32, 0.2);
}
.tp-privacy-content {
    margin-bottom: 40px;
}
.tp-privacy-content-title {
    font-size: 26px;
    margin-bottom: 15px;
    color: var(--tp-heading-primary);
}
.tp-privacy-content p {
    color: #57575a;
    margin-bottom: 15px;
}
.tp-privacy-content ul li {
    position: relative;
    list-style: none;
    font-size: 18px;
    color: #57575a;
    padding-left: 16px;
}
.tp-privacy-content ul li:not(:last-of-type) {
    margin-bottom: 7px;
}
.tp-privacy-content ul li:after {
    position: absolute;
    content: "";
    left: 0;
    top: 10px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #57575a;
}
.tp-privacy-content-bottom p {
    font-style: italic;
    font-size: 14px;
}
.tp-counter-wrap {
    margin-top: -78px;
}
.tp-counter-bg {
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 14px;
    background: var(--standard_color) !important;
}
.tp-counter-item {
    padding-top: 25px;
    padding-bottom: 40px;
    position: relative;
    z-index: 1;
}
@media only screen and (max-width: 767px) {
        .tp-counter-item {
        padding: 11px 3px;
    }
    .tp-counter-count {
    font-size: 33px;}
.tp-counter-item p {
    color: hsla(0, 0%, 100%, 0.7);
    font-size: 12px;}





}
.tp-counter-item:before {
    position: absolute;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    right: -15px;
    height: 120px;
    width: 2px;
    background: hsla(0, 0%, 100%, 0.14);
}
@media only screen and (max-width: 767px) {
    .tp-counter-item:before {
        display: none;
    }
}
.tp-counter-item.item-end:before {
    display: none;
}
.tp-counter-item p {
    color: hsla(0, 0%, 100%, 0.7);
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0;
    line-height: 1;
}
.tp-counter-count {
    margin-bottom: 10px;
    font-size: 40px;
    font-style: italic;
    font-weight: bold;
    letter-spacing: -3px;
    line-height: 1;
    color: var(--tp-common-white);
}
.tp-counter-4-bg {
    background-color: #edebe5;
    border-radius: 15px;
    padding: 82px 25px 73px;
}
@media only screen and (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-counter-4-bg {
        padding: 50px 25px;
    }
    .tp-counter-4-item {
        margin-bottom: 30px;
    }
}
.tp-counter-4-icon {
    margin-bottom: 12px;
}
.tp-counter-4-icon span {
    display: inline-block;
    height: 80px;
    width: 80px;
    line-height: 78px;
    text-align: center;
    border-radius: 40px;
    background: linear-gradient(180deg, #fffcf4, hsla(43, 28%, 95%, 0));
}
.tp-counter-4-count {
    color: #161613;
    font-size: 100px;
    font-style: italic;
    font-weight: 300;
    letter-spacing: -3px;
    margin-bottom: 4px;
}
.tp-counter-4-content p {
    color: #484848;
    font-size: 16px;
    font-weight: 300;
    line-height: 30px;
    margin-bottom: 0;
}
.tp-counter-4-border {
    height: 1px;
    width: 220px;
    background: rgba(22, 22, 19, 0.08);
    margin: 0 auto 15px;
}
.tp-service-bg {
    position: relative;
    z-index: 1;
    padding-bottom: 77px;
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background: var(--standard_color) !important;
}
.tp-service-icon {
    overflow: hidden;
}
.tp-service-icon img {
    display: inherit;
    filter: drop-shadow(0px 100px 0 var(--standard_color));
    transform: translateY(-100px);
}
.tp-service-wrap {
    border-radius: 14px;
    padding: 35px 15px 10px;
    margin-bottom: 38px;
    position: relative;
    z-index: 1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-service-wrap {
        padding: 40px 15px 10px;
    }
}
.tp-service-wrap:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border-radius: 14px;
    background-color: #f6f4ee;
    box-shadow: 10px 10px 20px 0 rgba(36, 2, 7, 0.16);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    z-index: -1;
    transition: all 0.3s ease-out 0s;
}
.tp-service-item {
    margin-top: -70px;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-service-item {
        margin-bottom: 110px;
    }
}
.tp-service-item:hover .tp-service-wrap:before {
    top: 10px;
    height: calc(100% - 20px);
}
.tp-service-item:hover .tp-service-icon {
    animation: icon-bounce 0.8s 1;
}
.tp-service-item:hover .tp-service-btn {
    transform: translateY(25px);
}
.tp-service-item:hover .tp-service-btn span:before {
    transform: scale(1.3);
}
.tp-service-item:hover .tp-service-btn span svg {
    transform: scale(1.167);
}
.tp-service-icon {
    height: 68px;
}
.tp-service-title {
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: 3px;
}
.tp-service-title a:hover {
    color: var(--standard_color);
}
.tp-service-btn {
    transform: translateY(35px);
    transition: all 0.3s ease-out 0s;
}
.tp-service-btn span {
    display: inline-block;
    position: relative;
    z-index: 1;
    height: 52px;
    width: 52px;
    line-height: 48px;
    border-radius: 50%;
    text-align: center;
}
.tp-service-btn span:before {
    position: absolute;
    border: 6px solid var(--standard_color);
    content: "";
    border-radius: 50%;
    z-index: -1;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: var(--tp-common-white);
    transition: all 0.3s ease-out 0s;
}
.tp-service-btn span svg {
    transform: scale(1);
    transition: all 0.3s ease-out 0s;
}
.tp-service-content {
    padding: 10px;
}
.tp-service-content p {
    line-height: 1.5;
}
.tp-service-all span,
.tp-service-content p {
    color: hsla(0, 0%, 100%, 0.8);
}
.tp-service-all span a {
    font-size: 18px;
    font-weight: 600;
    color: var(--tp-common-white);
    position: relative;
}
.tp-service-all span a:hover:after {
    opacity: 1;
    width: 100%;
    left: 0;
    right: auto;
    transition: all 0.2s linear;
}
.tp-service-all span a:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: -2px;
    height: 1px;
    width: 100%;
    background: hsla(0, 0%, 100%, 0.4);
}
.tp-service-all span a:after {
    position: absolute;
    content: "";
    width: 0;
    height: 1px;
    background: var(--tp-common-white);
    left: auto;
    right: 0;
    bottom: -2px;
    opacity: 0;
    transition: all 0.3s linear;
}
.tp-service-all span a svg {
    margin-left: 5px;
}
.tp-service-shape-1 {
    position: absolute;
    bottom: 90px;
    left: 85px;
    z-index: -1;
}
.tp-service-3-bg {
    padding-top: 85px;
    padding-bottom: 90px;
    position: relative;
    z-index: 1;
}
.tp-service-3-item {
    transition: all 0.3s ease-out 0s;
    background-color: transparent;
}
.tp-service-3-item:hover {
    background-color: var(--tp-common-white);
}
.tp-service-3-item:hover .tp-service-3-title {
    color: var(--tp-heading-3);
}
.tp-service-3-item:hover .tp-service-3-content p {
    color: dimgray;
}
.tp-service-3-item:hover .tp-service-3-icon-active {
    opacity: 0;
    visibility: hidden;
}
.tp-service-3-item:hover .tp-service-3-icon-hover {
    opacity: 1;
    visibility: visible;
}
.tp-service-3-icon {
    margin-bottom: 43px;
    position: relative;
}
.tp-service-3-icon-active,
.tp-service-3-icon-hover {
    transition: all 0.3s ease-out 0s;
}
.tp-service-3-icon-hover {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
}
.tp-service-3-item {
    padding: 50px 30px 25px 33px;
    border-radius: 36px;
    border: 1px solid hsla(0, 0%, 100%, 0.2);
    background: hsla(0, 0%, 100%, 0.02);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-service-3-item {
        padding: 50px 20px 25px 25px;
    }
}
.tp-service-3-title {
    color: var(--tp-common-white);
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    transition: all 0.3s ease-out 0s;
}
.tp-service-3-content p {
    color: hsla(0, 0%, 100%, 0.8);
    font-size: 16px;
    line-height: 22px;
}
.tp-service-3-heading {
    position: absolute;
    top: 0;
    right: 90px;
    z-index: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-service-3-heading {
        right: 70px;
    }
}
@media only screen and (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px) {
    .tp-service-3-heading {
        display: none;
    }
}
.tp-service-3-shape-1 {
    position: absolute;
    top: 118px;
    left: 166px;
}
@media only screen and (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px) {
    .tp-service-3-shape-1 {
        display: none;
    }
}
.tp-service-3-shape-2 {
    position: absolute;
    top: 127px;
    right: 250px;
    animation: opacity 2s ease-in-out 0.1s infinite alternate forwards;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-service-3-shape-2 {
        right: 120px;
    }
}
@media only screen and (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px) {
    .tp-service-3-shape-2 {
        top: 10px;
        left: 0;
        right: auto;
    }
}
.tp-service-3-shape-3 {
    position: absolute;
    bottom: 0;
    left: 30px;
}
@media only screen and (max-width: 767px) {
    .tp-service-3-shape-3 {
        display: none;
    }
}
.tp-service-3-shape-4 {
    position: absolute;
    bottom: 0;
    right: 200px;
    animation: tpswing 3s ease-in-out 0.1s infinite alternate forwards;
    transform-origin: bottom left;
    z-index: -1;
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
    .tp-service-3-shape-4 {
        right: 90px;
    }
}
@media only screen and (max-width: 767px),
    only screen and (min-width: 1200px) and (max-width: 1399px),
    only screen and (min-width: 576px) and (max-width: 767px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-service-3-shape-4 {
        right: 50px;
    }
}
.tp-service-3-shape-5 {
    position: absolute;
    top: -93px;
    right: 354px;
    transform-origin: bottom left;
    z-index: -1;
    animation: tpswing 3s ease-in-out 0.1s infinite alternate forwards;
}
@media only screen and (max-width: 767px),
    only screen and (min-width: 1200px) and (max-width: 1399px),
    only screen and (min-width: 576px) and (max-width: 767px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-service-3-shape-5 {
        right: 10px;
    }
}
.tp-service-5-wrap {
    border-bottom: 1px solid #e7ebeb;
}
.tp-service-5-item {
    padding-top: 60px;
    padding-bottom: 75px;
    border-right: 1px solid #e7ebeb;
}
.tp-service-5-item.service-5-border {
    border: none;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-service-5-item {
        border: none;
    }
}
@media only screen and (max-width: 767px) {
    .tp-service-5-item {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}
.tp-service-5-icon {
    position: relative;
    display: inline-block;
    margin-bottom: 33px;
    z-index: 1;
}
.tp-service-5-icon:before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    background-color: var(--tp-theme-5);
    z-index: -1;
}
.tp-service-5-title {
    color: var(--tp-heading-4);
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 11px;
}
.tp-service-5-content p {
    color: #69696e;
    line-height: 24px;
    margin-bottom: 0;
}
@media only screen and (max-width: 767px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-service-5-content p br {
        display: none;
    }
}
.tp-marquee-scroll {
    background-color: var(--tp-theme-5);
}
.tp-marquee-scroll:hover .tp-marquee-item {
    animation-play-state: paused;
}
.tp-marquee-title {
    text-transform: uppercase;
    color: #161613;
    font-size: 22px;
    font-weight: 500;
    display: inline-block;
    white-space: nowrap;
}
.tp-marquee-title span {
    position: relative;
    color: #ff2051;
}
.tp-marquee-title span svg {
    position: absolute;
    left: -7px;
    bottom: -10px;
}
.tp-marquee-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-shrink: 0;
    gap: 14px;
    white-space: nowrap;
    max-width: max-content;
    transform: translateX(0);
    animation: scroll-1 30s linear infinite;
    padding: 30px 0 22px;
}
.tp-program-item {
    padding: 15px;
    border-radius: 14px;
}
.tp-program-item:hover .tp-program-thumb img {
    transform: scale(1.08);
}
.tp-program-thumb {
    border-radius: 8px;
    margin-bottom: 28px;
}
.tp-program-thumb img {
    border-radius: 8px;
    transition: all 0.3s ease-out 0s;
    width: 100%;
    height: 200px;
    object-fit: cover;
}
.tp-program-title {
    font-size: 22px;
}
.tp-program-title a:hover {
    color: var(--standard_color);
}
.tp-program-content {
    padding: 0 17px;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-program-content p br {
        display: none;
    }
}
.tp-program-tag p {
    margin-bottom: 36px;
    font-size: 17px;
    color: var(--tp-common-black-1);
}
.tp-program-tag p span {
    display: inline-block;
    margin-right: 6px;
}
.tp-program-btn a {
    color: var(--standard_color);
    font-size: 16px;
    font-weight: 500;
    display: block;
    text-align: center;
    background-color: var(--tp-common-white);
    border-radius: 6px;
    line-height: 1;
    padding: 12px 20px;
}
.tp-program-btn a:hover {
    background-color: var(--standard_color);
    color: var(--tp-common-white);
}
.tp-program-dot {
    margin-bottom: 14px;
}
.tp-program-dot .swiper-pagination-bullet {
    height: 8px;
    width: 8px;
    background: #dddbd6;
    margin: 0 5px;
    transition: all 0.3s ease-out 0s;
    transform: translateY(0) scale(1);
    opacity: 1;
}
.tp-program-dot .swiper-pagination-bullet-active {
    transform: translateY(0) scale(1.5);
    background: var(--standard_color);
}
.tp-program-all p {
    font-size: 17px;
}
.tp-program-all a {
    position: relative;
    color: var(--standard_color);
    font-weight: 500;
}
.tp-program-all a:hover:after {
    opacity: 1;
    width: 100%;
    left: 0;
    right: auto;
    transition: all 0.2s linear;
}
.tp-program-all a:before {
    left: 0;
    width: 100%;
    background: rgba(171, 12, 47, 0.3);
}
.tp-program-all a:after,
.tp-program-all a:before {
    position: absolute;
    content: "";
    bottom: -2px;
    height: 1px;
}
.tp-program-all a:after {
    width: 0;
    background: #ab0c2f;
    left: auto;
    right: 0;
    opacity: 0;
    transition: all 0.3s linear;
}
.tp-program-all a span {
    margin-left: 4px;
    transition: all 0.3s ease-out 0s;
    display: inline-block;
}
.tp-program-3-bg {
    position: relative;
    z-index: 1;
}
.tp-program-3-item {
    border-radius: 30px;
    border: 1px solid rgba(17, 22, 29, 0.04);
    box-shadow: 0 1px 1px 0 rgba(17, 22, 29, 0.08);
    padding: 30px;
    transition: all 0.3s ease-out 0s;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-program-3-item {
        padding: 30px 20px;
    }
}
.tp-program-3-item:hover {
    border: 1px solid rgba(3, 31, 66, 0.08);
    box-shadow: 0 6px 10px 0 rgba(10, 29, 58, 0.1);
}
.tp-program-3-item:hover .tp-program-3-thumb img {
    transform: scale(1.06);
}
.tp-program-3-thumb {
    border-radius: 15px;
    margin-bottom: 27px;
    overflow: hidden;
}
.tp-program-3-thumb img {
    width: 100%;
    overflow: hidden;
    border-radius: 15px;
    transition: 0.5s;
}
.tp-program-3-title {
    color: var(--tp-heading-3);
    font-size: 24px;
    font-weight: 700;
}
.tp-program-3-title a:hover {
    color: var(--tp-theme-3);
}
.tp-program-3-content > p {
    color: var(--tp-grey-5);
    font-size: 15px;
}
@media only screen and (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-program-3-content > p br {
        display: none;
    }
}
.tp-program-3-schedule {
    margin-bottom: 36px;
}
.tp-program-3-schedule-item:not(:last-of-type) {
    margin-right: 24px;
    padding-right: 24px;
    border-right: 1px solid rgba(156, 41, 178, 0.2);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-program-3-schedule-item:not(:last-of-type) {
        padding-right: 15px;
        margin-right: 15px;
    }
}
.tp-program-3-schedule-item span {
    color: #75767a;
    font-size: 15px;
    font-weight: 300;
    line-height: 1;
    margin-bottom: 0;
}
.tp-program-3-schedule-item p {
    margin-bottom: 0;
    color: var(--tp-heading-3);
    font-size: 16px;
    line-height: 1;
}
.tp-program-3-btn a {
    display: block;
    text-align: center;
    border-radius: 16px;
    border: 1px solid rgba(3, 31, 66, 0.1);
    background: hsla(0, 0%, 96%, 0.1);
    color: #626569;
    font-size: 15px;
    font-weight: 500;
    padding: 11px 10px 12px;
    line-height: 1;
    transition: all 0.3s ease-out 0s;
}
.tp-program-3-btn a:hover {
    background-color: var(--tp-theme-3);
    color: var(--tp-common-white);
}
.tp-program-3-shape-1 {
    position: absolute;
    top: 109px;
    right: 200px;
    animation: neptune 10s linear infinite;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-program-3-shape-1 {
        right: 150px;
    }
}
@media only screen and (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-program-3-shape-1 {
        display: none;
    }
}
.tp-program-3-shape-2 {
    height: 100px;
    width: 100px;
    background-color: #e0f0dd;
    border-radius: 50%;
    position: absolute;
    top: 340px;
    left: -50px;
    z-index: -1;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-program-4-section {
        margin-bottom: 30px;
    }
}
.tp-program-4-item {
    position: relative;
}
.tp-program-4-item:hover .tp-program-4-content {
    bottom: 0;
    overflow: hidden;
}
.tp-program-4-item:hover .tp-program-4-btn {
    opacity: 1;
    visibility: visible;
}
.tp-program-4-thumb {
    position: relative;
}
.tp-program-4-thumb:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
}
.tp-program-4-thumb img,
.tp-program-4-thumb:before {
    width: 100%;
    border-radius: 10px;
}
.tp-program-4-content {
    position: absolute;
    bottom: -48px;
    left: 0;
    right: 0;
    margin: 0 auto;
    transition: all 0.3s ease-out 0s;
    padding: 40px 40px 48px 38px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
    only screen and (min-width: 576px) and (max-width: 767px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-program-4-content {
        padding: 30px;
    }
}
.tp-program-4-content > span {
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    display: inline-block;
    margin-bottom: 10px;
    color: hsla(0, 0%, 100%, 0.9);
}
.tp-program-4-title {
    color: var(--tp-common-white);
    font-size: 30px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 3px;
}
.tp-program-4-btn {
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-out 0s;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-program-4-arrow {
        margin-bottom: 30px;
    }
}
.tp-program-4-next,
.tp-program-4-prev {
    border-radius: 50%;
    display: inline-block;
}
.tp-program-4-next span,
.tp-program-4-prev span {
    display: inline-block;
    height: 44px;
    width: 44px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    border: 2px solid rgba(171, 12, 47, 0.3);
    color: var(--tp-heading-primary);
    transition: all 0.3s ease-out 0s;
}
.tp-program-4-next span:hover,
.tp-program-4-prev span:hover {
    border-color: var(--standard_color);
    color: var(--standard_color);
}
.tp-program-4-next {
    margin-left: 4px;
}
.tp-program-4-next svg {
    display: inline-block;
    transform: translate(2px);
}
.tp-program-4-prev svg {
    display: inline-block;
    transform: translate(-1px);
}
.tp-testimonial-bg {
    background-position: 0;
    background-repeat: no-repeat;
}
@media only screen and (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-testimonial-bg {
        background-position: 0 0;
    }
}
.tp-testimonial-themebg span {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: var(--standard_color);
    z-index: -1;
}
.tp-testimonial-themebg-shape {
    position: absolute;
    right: 0;
    bottom: -80px;
    z-index: 0;
}
@media only screen and (max-width: 767px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-testimonial-themebg-shape {
        display: none;
    }
}
.tp-testimonial-themebg-shape svg path {
    stroke: rgba(185, 26, 61, 0.7);
    stroke-dasharray: 2300;
    stroke-dashoffset: 3500;
    animation: dash 4s linear forwards;
}
@media only screen and (max-width: 767px) {
    .tp-testimonial-section {
        margin-bottom: 10px;
    }
}
.tp-testimonial-wrapper {
    margin-left: -24px;
    margin-right: -88px;
    margin-bottom: 20px;
    padding: 25px 48px 30px 42px;
    position: relative;
    z-index: 1;
    border-radius: 0 0 20px 20px;
    background: #fefdfc;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .tp-testimonial-wrapper {
        margin-left: -100px;
        margin-right: 20px;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-testimonial-wrapper {
        margin-left: -150px;
        margin-right: 0;
        margin-bottom: 80px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-testimonial-wrapper {
        margin-left: -80px;
        margin-right: 0;
        margin-bottom: 80px;
        padding: 50px 30px 20px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-testimonial-wrapper {
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 80px;
        border-radius: 20px 20px 20px 20px;
    }
}
@media only screen and (max-width: 767px) {
    .tp-testimonial-wrapper {
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 80px;
        padding: 73px 15px 30px;
        border-radius: 20px 20px 20px 20px;
    }
}
.tp-testimonial-wrapper .tp-section-title {
    font-size: 40px;
    letter-spacing: 0;
}
.tp-testimonial-shape-1 {
    position: absolute;
    top: 80px;
    right: 70px;
}
@media only screen and (max-width: 767px) {
    .tp-testimonial-shape-1 {
        top: 30px;
        right: 30px;
    }
}
.tp-testimonial-shape-2 {
    position: absolute;
    right: -60px;
    top: 140px;
    z-index: -1;
    animation: hero-dot-1 5s linear 0s infinite alternate;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-testimonial-shape-2 {
        right: -40px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-testimonial-shape-2 {
        right: -38px;
    }
}
.tp-testimonial-shape-3 {
    position: absolute;
    right: -190px;
    top: 100px;
    z-index: -1;
}
@media only screen and (min-width: 1700px) and (max-width: 1800px) {
    .tp-testimonial-shape-3 {
        right: -165px;
    }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1600px) and (max-width: 1700px) {
    .tp-testimonial-shape-3 {
        right: -80px;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-testimonial-shape-3 {
        right: -40px;
        top: 180px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-testimonial-shape-3 {
        right: -30px;
        top: 200px;
    }
}
.tp-testimonial-shape-3 img {
    animation: animation-popup 2.5s linear 0s infinite alternate;
}
.tp-testimonial-item {
    padding: 0px 0;
}
.tp-testimonial-avatar {
    margin-bottom: 25px;
}
.tp-testimonial-avatar img {
    height: 60px;
    width: 60px;
    border-radius: 50%;
    object-fit: cover;
}
.tp-testimonial-avatar-title {
    color: var(--tp-common-black-1);
    font-size: 20px;
    font-weight: 600;
    line-height: 1.1;
    margin-bottom: 0;
}
.tp-testimonial-avatar-info span {
    color: var(--tp-text-body);
    font-size: 16px;
    line-height: 1.1;
}
.tp-testimonial-content p {
    color: var(--tp-text-body);
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 16px;
}
.tp-testimonial-next,
.tp-testimonial-prev {
    border-radius: 50%;
    display: inline-block;
}
.tp-testimonial-next span,
.tp-testimonial-prev span {
    display: inline-block;
    height: 44px;
    width: 44px;
    line-height: 41px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid rgba(1, 15, 28, 0.1);
    color: var(--tp-heading-primary);
    transition: all 0.3s ease-out 0s;
}
.tp-testimonial-next span:hover,
.tp-testimonial-prev span:hover {
    border-color: var(--standard_color);
    background-color: var(--standard_color);
    color: var(--tp-common-white);
}
.tp-testimonial-next {
    margin-left: 4px;
}
.tp-testimonial-2-avatar-active .slick-track {
    padding-top: 15px;
    padding-bottom: 54px;
}
.tp-testimonial-2-avatar-active .slick-active.slick-center.tp-testimonial-2-avatar-item img {
    object-fit: cover;
    transform: scale(1.36);
    box-shadow: 0 30px 30px -15px rgba(95, 50, 7, 0.4);
}
.tp-testimonial-2-avatar-active .slick-active.slick-initialized .slick-slide {
    height: 74px;
    width: 74px;
    border-radius: 50%;
    object-fit: cover;
    transition: all 0.3s ease-out 0s;
    display: inline-block;
    margin: 0 10px;
}
.tp-testimonial-2-avatar-active .slick-next,
.tp-testimonial-2-avatar-active .slick-prev {
    top: 30px;
    right: -362px;
    position: absolute;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-testimonial-2-avatar-active .slick-next,
    .tp-testimonial-2-avatar-active .slick-prev {
        right: -200px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-testimonial-2-avatar-active .slick-next,
    .tp-testimonial-2-avatar-active .slick-prev {
        right: -100px;
    }
}
.tp-testimonial-2-avatar-active .slick-prev {
    left: -362px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-testimonial-2-avatar-active .slick-prev {
        left: -200px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-testimonial-2-avatar-active .slick-prev {
        left: -100px;
    }
}
.tp-testimonial-2-avatar-active .slick-arrow {
    display: inline-block;
    height: 46px;
    width: 46px;
    line-height: 46px;
    text-align: center;
    border-radius: 50px;
    border: 1px solid rgba(30, 30, 47, 0.1);
    color: var(--tp-text-body);
    transition: all 0.3s ease-out 0s;
}
.tp-testimonial-2-avatar-active .slick-arrow:hover {
    background-color: var(--tp-theme-secondary);
    color: var(--tp-common-white);
}
.tp-testimonial-2-avatar-active .slick-arrow svg {
    transform: translateY(-2px);
}
@media only screen and (max-width: 767px) {
    .tp-testimonial-2-avatar-active .slick-arrow {
        display: none !important;
    }
}
.tp-testimonial-2-avatar-item {
    text-align: center;
}
.tp-testimonial-2-avatar-item img {
    height: 74px;
    width: 74px;
    border-radius: 50%;
    object-fit: cover;
    transition: all 0.3s ease-out 0s;
    display: inline-block;
}
.tp-testimonial-2-avatar-title {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 0;
}
.tp-testimonial-2-avatar-info {
    margin-bottom: 27px;
}
.tp-testimonial-2-avatar-info span {
    color: #636366;
    font-size: 16px;
    font-weight: 300;
}
.tp-testimonial-2-avatar-rating i {
    color: #ffb21d;
    font-size: 13px;
}
.tp-testimonial-2-content p {
    color: #636366;
    text-align: center;
    font-size: 22px;
    font-weight: 300;
    line-height: 32px;
}
.tp-testimonial-2-shape .shape-1 {
    position: absolute;
    bottom: -20px;
    right: 0;
    z-index: -1;
}
.tp-testimonial-2-shape .shape-2 {
    position: absolute;
    top: -30px;
    left: 0;
    z-index: -1;
}
.tp-testimonial-2-avatar-active .slick-active.slick-center .tp-testimonial-2-avatar-item img {
    object-fit: cover;
    transform: scale(1.36);
    box-shadow: 0 30px 30px -15px rgba(95, 50, 7, 0.4);
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-video-wrap {
        padding-top: 120px;
        padding-bottom: 120px;
        justify-content: center;
    }
}
.tp-video-icon a {
    display: inline-block;
    margin-bottom: 50px;
}
.tp-video-icon a span {
    display: inline-block;
    color: var(--standard_color);
    height: 74px;
    width: 74px;
    line-height: 74px;
    text-align: center;
    border-radius: 50%;
    transition: all 0.3s ease-out 0s;
    background-color: var(--tp-common-white);
    box-shadow: 0 10px 10px 10px rgba(0, 0, 0, 0.2);
}
.tp-video-icon a span svg {
    display: inline-block;
    transform: translate(2px, -1px);
}
.tp-video-icon a:hover {
    transform: scale(1.1);
}
.tp-video-icon p {
    color: var(--tp-common-white);
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 0;
}
.tp-video-hover {
    position: relative;
}
.tp-video-hover:hover .tp-m-play-inner {
    -webkit-clip-path: circle(50% at 50% 50%);
    clip-path: circle(50% at 50% 50%);
}
.tp-video-hover:hover .tp-circle-svg {
    animation-play-state: running;
}
.tp-video-inner-bg {
    height: 760px;
}
.tp-video-5-bg,
.tp-video-inner-bg {
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: cover;
}
.tp-video-5-bg {
    height: 800px;
}
.tp-video-5-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.tp-video-button .tp-m-play {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    line-height: 1;
}
.tp-video-button .tp-m-play-inner {
    position: relative;
    width: 152px;
    height: 152px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #f0ec51;
    -webkit-clip-path: circle(37% at 50% 50%);
    clip-path: circle(37% at 50% 50%);
    transition: -webkit-clip-path 0.35s ease;
    transition: clip-path 0.35s ease;
    transition: clip-path 0.35s ease, -webkit-clip-path 0.35s ease;
}
.tp-video-button .tp-m-play-inner.campus {
    background-color: var(--tp-common-white);
}
.tp-video-button .tp-m-play-inner > .tp-svg--play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.tp-video-button .tp-circle-text {
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}
.tp-video-button .tp-circle-svg {
    transform: rotate(-45deg);
    animation: tp-rotate-video-text 5s linear infinite;
    animation-play-state: paused;
}
.tp-event-btn .tp-btn {
    padding: 12px 35px;
}
.tp-event-item {
    padding: 25px 0 27px;
    border-bottom: 1px solid rgba(1, 15, 28, 0.1);
}
.tp-event-item:first-child {
    border-top: 1px solid rgba(1, 15, 28, 0.1);
}
.tp-event-item:hover .tp-event-arrow a,
.tp-event-list-count {
    color: var(--standard_color);
}
.tp-event-list-count {
    font-size: 60px;
    font-style: italic;
    font-weight: 400;
    line-height: 0.85;
    margin-bottom: 0;
    letter-spacing: -1.2px;
}
.tp-event-list span {
    font-size: 16px;
    text-transform: uppercase;
}
.tp-event-title {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 5px;
}
.tp-event-title a:hover {
    color: var(--standard_color);
}
.tp-event-info span {
    color: var(--tp-grey-2);
    font-size: 15px;
}
.tp-event-info span:not(:first-of-type) {
    margin-left: 11px;
}
.tp-event-info span i {
    font-size: 13px;
    margin-right: 7px;
}
.tp-event-arrow a {
    color: var(--tp-text-body);
}
.tp-event-3-item {
    border-radius: 30px;
    border: 1px solid rgba(17, 22, 29, 0.04);
    box-shadow: 0 1px 1px 0 rgba(17, 22, 29, 0.08);
    padding: 30px 30px 32px;
    transition: all 0.3s ease-out 0s;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-event-3-item {
        padding: 20px 20px 22px;
    }
}
.tp-event-3-item:hover {
    box-shadow: 0 6px 10px 0 rgba(41, 36, 3, 0.1);
}
.tp-event-3-item:hover .tp-event-3-thumb img {
    transform: scale(1.03);
}
.tp-event-3-thumb {
    position: relative;
    z-index: 1;
    margin-bottom: 26px;
    overflow: hidden;
    border-radius: 15px;
}
.tp-event-3-thumb img {
    width: 100%;
    border-radius: 15px;
    overflow: hidden;
    transition: 0.5s;
}
.tp-event-3-date {
    position: absolute;
    top: 10px;
    right: 10px;
    border-radius: 12px;
    background: var(--tp-theme-3);
    display: inline-block;
    padding: 7px 14px 11px;
    text-align: center;
    width: 54px;
}
.tp-event-3-date span {
    font-size: 20px;
    display: inline-block;
}
.tp-event-3-date p,
.tp-event-3-date span {
    color: var(--tp-common-white);
    font-weight: 600;
}
.tp-event-3-date p {
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 0;
    line-height: 1;
    margin-top: -4px;
}
.tp-event-3-title {
    color: #11161d;
    font-size: 22px;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 17px;
    transition: all 0.3s ease-out 0s;
}
.tp-event-3-title a:hover {
    color: var(--tp-theme-3);
}
.tp-event-3-content span {
    color: var(--tp-grey-2);
    font-size: 15px;
}
.tp-event-3-content span img {
    transform: translateY(-3px);
}
.tp-event-4 .row {
    --bs-gutter-x: 40px;
}
@media only screen and (max-width: 767px) {
    .tp-event-4 .row {
        --bs-gutter-x: 24px;
    }
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-event-4-section {
        margin-bottom: 30px;
    }
}
@media only screen and (max-width: 767px) {
    .tp-event-4-section .tp-section-4-title svg {
        display: none;
    }
}
.tp-event-4-item {
    position: relative;
    z-index: 1;
}
.tp-event-4-item:hover .tp-event-4-thumb img {
    transform: scale(1.08);
}
.tp-event-4-item:before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 90px);
    z-index: -1;
    background-color: #edebe5;
    border-radius: 16px;
}
.tp-event-4-box {
    padding: 20px 35px 39px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-event-4-box {
        padding: 20px;
    }
}
.tp-event-4-thumb {
    display: inline-block;
    margin: 0 auto;
    border-radius: 10px;
}
.tp-event-4-thumb img {
    border-radius: 10px;
    overflow: hidden;
    transition: all 0.3s ease-out 0s;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-event-4-thumb img {
        width: 100%;
    }
}
.tp-event-4-content p {
    color: #5f5d59;
    margin-bottom: 4px;
}
.tp-event-4-content span {
    color: #6d6c68;
    display: inline-block;
    margin-bottom: 34px;
}
.tp-event-4-title {
    font-size: 24px;
    font-weight: 600;
}
.tp-event-4-title a {
    color: var(--tp-heading-primary);
    transition: all 0.3s ease-out 0s;
}
.tp-event-4-title a:hover {
    color: var(--standard_color);
}
.tp-event-4-btn a {
    color: var(--tp-heading-primary);
    font-size: 15px;
    font-weight: 500;
    border-radius: 6px;
    background: #e0ded8;
    padding: 5px 26px;
    display: inline-block;
    transition: all 0.3s ease-out 0s;
}
.tp-event-4-btn a:hover {
    background-color: var(--standard_color);
    color: var(--tp-common-white);
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-event-4-all-btn {
        margin-bottom: 30px;
    }
}
.tp-school-4-bg {
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 10px;
    border-radius: 10px;
}
.tp-school-4-bg .grey-bg {
    background-color: var(--tp-grey-1);
    position: relative;
    z-index: 1;
    border-radius: 10px;
    border: 10px solid #fff;
    overflow: hidden;
}
.tp-school-4-wrap {
    padding-top: 54px;
    padding-bottom: 70px;
    padding-left: 78px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-school-4-wrap {
        padding-left: 30px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-school-4-wrap {
        padding-top: 50px;
        padding-left: 20px;
        padding-bottom: 20px;
    }
}
@media only screen and (max-width: 767px) {
    .tp-school-4-wrap {
        padding-top: 50px;
        padding-bottom: 30px;
        padding-left: 10px;
    }
}
.tp-school-4-content {
    padding: 80px;
}
.tp-school-4-title {
    color: var(--tp-heading-primary);
    font-size: 40px;
    font-weight: 600;
    line-height: 50px;
    margin-bottom: 31px;
}
.tp-school-4-title span {
    z-index: 1;
    position: relative;
    color: var(--standard_color);
}
.tp-school-4-title span svg {
    position: absolute;
    bottom: -4px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}
.tp-school-4-title span svg path {
    stroke: #161613;
    stroke-dasharray: 2300;
    stroke-dashoffset: 3500;
    animation: dash 4s linear forwards;
}
.tp-school-4-list {
    margin-bottom: 47px;
}
@media only screen and (max-width: 767px) {
    .tp-school-4-list {
        margin-bottom: 30px;
    }
}
.tp-school-4-list ul li {
    list-style: none;
    padding-left: 18px;
    color: var(--tp-heading-primary);
    font-size: 20px;
    position: relative;
    margin-bottom: 12px;
}
.tp-school-4-list ul li:last-child {
    margin-bottom: 0;
}
.tp-school-4-list ul li:before {
    position: absolute;
    content: "";
    top: 10px;
    left: 0;
    height: 4px;
    width: 4px;
    border-radius: 50%;
    background-color: var(--tp-heading-primary);
}
.tp-school-4-btn a {
    position: relative;
    font-size: 18px;
    color: var(--standard_color);
}
.tp-school-4-btn a:after {
    position: absolute;
    content: "";
    width: 0;
    height: 1px;
    left: auto;
    right: 0;
    bottom: -2px;
    opacity: 0;
    background: var(--standard_color);
    transition: all 0.3s linear;
}
.tp-school-4-btn a:hover:after {
    opacity: 1;
    width: 100%;
    left: 0;
    right: auto;
    transition: all 0.3s linear;
}
.tp-school-4-btn a span {
    display: inline-block;
    margin-left: 6px;
}
.tp-school-4-shape {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-school-4-thumb {
        text-align: center;
    }
}
@media only screen and (max-width: 767px) {
    .tp-school-4-thumb img {
        width: 100%;
    }
}
.tp-tutor-section-title {
    font-size: 40px;
    font-weight: 500;
    letter-spacing: -0.8px;
}
.tp-tutor-section-title span {
    position: relative;
    color: var(--standard_color);
}
.tp-tutor-section-title span svg {
    position: absolute;
    bottom: -6px;
    right: 10px;
    z-index: 0;
}
.tp-tutor-item {
    border-radius: 16px;
    position: relative;
    z-index: 1;
}
@media only screen and (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-tutor-item {
        margin-bottom: 60px;
    }
}
.tp-tutor-item.about:before {
    background-color: #f3f4f9;
}
.tp-tutor-item.about .tp-tutor-icon span:before {
    border: 10px solid #fff;
    background-color: #f3f4f9;
}
.tp-tutor-item:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border-radius: 14px;
    background-color: var(--tp-common-white);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    z-index: -1;
    transition: all 0.3s ease-out 0s;
}
.tp-tutor-item:hover:before {
    top: 10px;
    height: calc(100% - 20px);
    box-shadow: 0 2px 10px 0 rgba(21, 36, 34, 0.1);
}
.tp-tutor-item:hover .tp-tutor-icon span:before {
    height: calc(100% + 12px);
    width: calc(100% + 12px);
}
.tp-tutor-icon {
    transform: translateY(-40px);
}
.tp-tutor-icon span {
    display: inline-block;
    position: relative;
    z-index: 1;
    height: 95px;
    width: 95px;
    line-height: 95px;
    border-radius: 50%;
    text-align: center;
}
.tp-tutor-icon span:before {
    position: absolute;
    border: 10px solid var(--tp-grey-1);
    content: "";
    border-radius: 50%;
    z-index: -1;
    height: 100%;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: var(--tp-common-white);
    transition: all 0.3s ease-out 0s;
}
.tp-tutor-content {
    padding: 5px 54px 52px;
    margin-top: -8px;
}
.tp-tutor-content p {
    color: #707070;
    font-weight: 300;
    line-height: 22px;
    margin-bottom: 0;
}
.tp-tutor-title {
    color: #000;
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 11px;
}
@media only screen and (max-width: 767px) {
    .tp-event-inner-p {
        padding-top: 50px;
        padding-bottom: 80px;
    }
}
.tp-event-inner-item {
    border-radius: 16px;
    transition: all 0.3s ease-out 0s;
    background: var(--tp-common-white);
    border: 1px solid rgba(17, 22, 29, 0.06);
    box-shadow: 0 1px 1px 0 rgba(17, 22, 29, 0.08);
}
.tp-event-inner-item:hover {
    border: 1px solid rgba(3, 31, 66, 0.08);
    box-shadow: 0 16px 32px -2px rgba(32, 33, 36, 0.1), 0 8px 16px -2px rgba(32, 33, 36, 0.06);
}
.tp-event-inner-item:hover .tp-event-inner-thumb img {
    transform: scale(1.2);
}
.tp-event-inner-thumb {
    overflow: hidden;
    border-radius: 16px 16px 0 0;
}
.tp-event-inner-thumb img {
    transition: all 0.4s ease-in-out;
    border-radius: 16px 16px 0 0;
/*    height: 300px;*/
    object-fit: cover;
    width: 100%;
}
.blog-info .blog-share {
    display: flex;
    gap: 10px;
    align-items: center;
}
.blog-info .blog-share .share {
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 600;
}
.social__media--list {
    display: flex;
    gap: 10px;
}
.blog-details__article-meta {
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.mt--40 {
    margin-top: 40px !important;
}
.blog-details__featured-image img {
    width: 100%;
}
.social__media--list .media:hover {
    background: #626262;
    border-color: #626262;
    color: #ffffff;
}
.social__media--list .media {
    height: 34px;
    width: 34px;
    border: 1px solid #e4e2e2;
    display: inline-flex !important;
    justify-content: center;
    align-items: center;
    background: transparent;
    transition: all 0.3s ease-in;
    font-size: 14px !important;
    color: #262626;
}
@media only screen and (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px) {
    .tp-event-inner-thumb img {
        width: 100%;
    }
}
.tp-event-inner-content {
    padding: 22px 35px 32px 32px;
}
.tp-event-inner-date {
    font-size: 15px;
    font-weight: 500;
    display: inline-block;
    color: var(--tp-grey-6);
    margin-bottom: 5px;
}
.tp-event-inner-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    transition: all 0.3s ease-out 0s;
    letter-spacing: -0.52px;
    color: var(--tp-heading-2);
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
}
.tp-event-inner-title a:hover {
    color: var(--tp-theme-secondary);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-event-inner-title {
        font-size: 24px;
    }
}
.tp-event-inner-location {
    display: inline-block;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 22px;
    color: var(--tp-grey-2);
}
.tp-event-inner-location svg {
    margin-right: 2px;
    transform: translateY(-2px);
}
.tp-event-inner-btn a {
    font-size: 15px;
    font-weight: 500;
    padding: 6px 19px;
    border-radius: 6px;
    color: var(--tp-grey-6);
    border: 1px solid rgba(117, 124, 142, 0.2);
}
.tp-event-inner-btn a,
.tp-event-inner-btn a span {
    display: inline-block;
    transition: all 0.3s ease-out 0s;
}
.tp-event-inner-btn a span {
    margin-left: 4px;
    transform: translateY(-2px);
}
.tp-event-inner-btn a:hover {
    background: #5169f1;
    border: 1px solid #5169f1;
    box-shadow: 0 1px 2px 0 rgba(20, 56, 181, 0.25), 0 0 1px 0 #1438b5;
}
.tp-event-inner-btn a:hover,
.tp-event-inner-btn a:hover span {
    color: var(--tp-common-white);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-event-inner-btn a {
        padding: 6px 10px;
    }
}
.tp-event-inner-pagination .tp-pagination ul li a {
    border: 1px solid rgba(105, 112, 137, 0.15);
}
.tp-event-details-breadcrumb-bg:after {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    content: "";
    z-index: -1;
    background: rgba(0, 0, 0, 0.5);
}
.tp-event-details-breadcrumb-list {
    padding-top: 15px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-event-details-breadcrumb-list {
        padding-bottom: 80px;
    }
}
@media only screen and (max-width: 767px) {
    .tp-event-details-breadcrumb-list {
        display: none;
    }
    .tp-event-details-breadcrumb-content {
        padding-top: 110px;
    }
}
.tp-event-details-breadcrumb-subtitle {
    font-size: 14px;
    font-weight: 600;
    padding: 3px 17px;
    margin-bottom: 15px;
    border-radius: 100px;
    display: inline-block;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    color: var(--tp-common-white);
    border: 1px solid hsla(0, 0%, 100%, 0.21);
    background: rgba(0, 0, 0, 0.06);
    box-shadow: 0 20px 20px 0 rgba(6, 12, 20, 0.2);
}
.tp-event-details-breadcrumb-title {
    font-size: 60px;
    font-weight: 600;
    line-height: 1.1;
    margin-bottom: 20px;
    letter-spacing: -1.2px;
    color: var(--tp-common-white);
}
@media only screen and (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px) {
    .tp-event-details-breadcrumb-title {
        font-size: 50px;
    }
}
.tp-event-details-countdown ul li {
    position: relative;
    font-size: 11px;
    font-weight: 500;
    height: 64px;
    width: 74px;
    stroke-width: 1px;
    line-height: 1.5;
    text-align: center;
    border-radius: 5px;
    display: inline-block;
    letter-spacing: 0.44px;
    text-transform: uppercase;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    border: 1px solid #474548;
    fill: rgba(0, 0, 0, 0.06);
    color: var(--tp-common-white);
    stroke: hsla(0, 0%, 100%, 0.21);
    filter: drop-shadow(0 20px 20px rgba(6, 12, 20, 0.2));
}
.tp-event-details-countdown ul li:not(:last-of-type) {
    margin-right: 24px;
}
@media only screen and (max-width: 767px) {
    .tp-event-details-countdown ul li:not(:last-of-type) {
        margin-right: 15px;
    }
}
.tp-event-details-countdown ul li:not(:last-of-type):after {
    position: absolute;
    top: 8px;
    content: ":";
    right: -18px;
    opacity: 0.7;
    font-size: 28px;
}
@media only screen and (max-width: 767px) {
    .tp-event-details-countdown ul li:not(:last-of-type):after {
        right: -15px;
    }
}
.tp-event-details-countdown ul li span {
    display: block;
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    color: var(--tp-common-white);
}
.tp-event-details-wrapper {
    padding-right: 76px;
    padding-bottom: 100px;
}
@media only screen and (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-event-details-wrapper {
        padding-right: 0;
    }
}
.tp-event-details-title {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 15px;
    letter-spacing: -0.6px;
    color: var(--tp-heading-2);
}
.tp-event-details-about {
    position: relative;
    margin-bottom: 40px;
}
.tp-event-details-about p {
    font-size: 17px;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 22px;
}
.tp-event-details-about-more {
    position: relative;
    font-size: 16px;
    font-weight: 500;
    color: #3c66f9;
    z-index: 1;
}
.tp-event-details-about-more span {
    margin-right: 5px;
    display: inline-block;
    transform: translateY(-2px);
}
.tp-event-details-about-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
}
.tp-event-details-about-overlay img {
    width: 100%;
}
.tp-event-details-cover {
    margin-bottom: 55px;
}
.tp-event-details-cover ul li {
    position: relative;
    font-size: 17px;
    font-weight: 400;
    list-style: none;
    padding-left: 16px;
    color: var(--tp-text-body);
}
.tp-event-details-cover ul li:after {
    position: absolute;
    content: "";
    height: 4px;
    width: 4px;
    left: 0;
    top: 50%;
    border-radius: 50%;
    transform: translateY(-50%);
    background-color: var(--tp-text-body);
}
.tp-event-details-cover ul li:not(:last-of-type) {
    margin-bottom: 7px;
}
.tp-event-details-teaser-video img {
    width: 100%;
}
.tp-event-details-teaser-video-popup {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-55%, -50%);
}
.tp-event-details-box {
    position: -webkit-sticky;
    position: sticky;
    top: 120px;
    margin-top: 0;
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 70px;
    background-color: var(--tp-common-white);
    filter: drop-shadow(0 0 24px rgba(3, 31, 66, 0.1));
    z-index: 1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-event-details-box {
        margin-top: -200px;
    }
}
@media only screen and (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-event-details-box {
        margin-top: 0;
        margin-bottom: 50px;
    }
}
.tp-event-details-box-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 30px;
    color: var(--tp-heading-2);
}
.tp-event-details-details {
    padding: 25px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-event-details-details {
        padding: 25px 10px;
    }
}
.tp-event-details-list:not(:last-of-type) {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(3, 31, 66, 0.1);
}
.tp-event-details-list .h5,
.tp-event-details-list h5 {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 0;
    color: var(--tp-grey-6);
}
.tp-event-details-list .h5 span,
.tp-event-details-list h5 span {
    display: inline-block;
    margin-right: 5px;
    transform: translateY(-2px);
}
.tp-event-details-list span {
    font-size: 15px;
    font-weight: 400;
    color: var(--tp-grey-6);
}
.tp-event-details-ticket {
    padding: 25px 20px;
    border-radius: 6px;
    background-color: #f3f4f9;
}
.tp-event-details-ticket-box,
.tp-event-details-ticket-plus {
    box-shadow: 0 1px 2px 0 rgba(18, 20, 32, 0.2);
}
.tp-event-details-ticket-box {
    border-radius: 6px;
    padding: 20px 15px;
    background: var(--tp-common-white);
}
.tp-event-details-ticket-box p {
    font-size: 14px;
    font-weight: 400;
    color: var(--tp-text-body);
}
.tp-event-details-ticket-box p span {
    color: #5169f1;
    font-weight: 600;
}
.tp-event-details-plus {
    position: relative;
}
.tp-event-details-plus span:hover {
    color: var(--tp-dashboard-primary);
}
.tp-event-details-price {
    margin-bottom: 30px;
}
.tp-event-details-price-Quantity {
    margin-bottom: 8px;
}
.tp-event-details-price-Quantity p {
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    color: var(--tp-grey-6);
}
.tp-event-details-price-Quantity span {
    font-size: 16px;
    font-weight: 500;
    color: var(--tp-heading-2);
}
.tp-event-details-social a:not(:last-of-type) {
    margin-right: 22px;
}
.tp-event-details-social a:hover {
    color: var(--tp-dashboard-primary);
}
.tp-event-details-item {
    border-radius: 16px;
    padding: 30px;
    background: var(--tp-common-white);
    border: 1px solid rgba(3, 31, 66, 0.08);
    transition: all 0.3s ease-out 0s;
}
.tp-event-details-item:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 30px 0 rgba(22, 18, 3, 0.1);
}
.tp-event-details-item-thumb {
    margin-bottom: 20px;
}
.tp-event-details-item-thumb img {
    border-radius: 50%;
}
.tp-event-details-item-content p {
    font-size: 15px;
}
.tp-event-details-item-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
    color: var(--tp-heading-2);
}
.tp-event-details-item-title a:hover {
    color: var(--tp-theme-secondary);
}
.tp-event-details-item-social a {
    display: inline-block;
    width: 38px;
    height: 38px;
    font-size: 15px;
    color: #4f5158;
    line-height: 36px;
    text-align: center;
    border-radius: 100px;
    transition: all 0.3s ease-out 0s;
    background: var(--tp-common-white);
    border: 1px solid rgba(3, 31, 66, 0.08);
}
.tp-event-details-item-social a:not(:last-of-type) {
    margin-right: 5px;
}
.tp-event-details-item-social a:hover {
    color: var(--tp-common-white);
    background-color: var(--tp-theme-7);
}
.tp-img-reveal-item {
    position: relative;
}
.tp-img-reveal-item .tp-hover-reveal-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 370px;
    height: 240px;
    opacity: 0;
    margin: -150px 0 0 -150px;
    overflow: hidden;
    pointer-events: none;
    background-repeat: no-repeat;
    border-radius: 14px;
    display: none;
}
@media (max-width: 576px) {
    .tp-img-reveal-item .tp-hover-reveal-bg {
        display: none;
    }
}
.tp-img-reveal-item:hover .tp-hover-reveal-bg {
    opacity: 1;
}
@media (max-width: 576px) {
    .tp-img-reveal-item:hover .tp-hover-reveal-bg {
        opacity: 0;
    }
}
.tp-category-item {
    border-radius: 20px;
    border: 1px solid rgba(3, 31, 66, 0.1);
    padding: 23px 23px 15px;
    display: block;
    transition: all 0.3s ease-out 0s;
    background-color: var(--tp-common-white);
}
.tp-category-item:hover {
    transform: translateY(-4px);
    border-color: rgba(26, 115, 232, 0.5);
}
.tp-category-item:hover .tp-category-title {
    color: var(--tp-theme-secondary);
}
.tp-category-icon {
    margin-bottom: 40px;
}
.tp-category-icon span {
    height: 42px;
    width: 42px;
    line-height: 42px;
    text-align: center;
    display: inline-block;
    border-radius: 10px;
}
.tp-category-icon span img {
    transform: translateY(-2px);
}
.tp-category-title {
    color: #031f42;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 2px;
}
.tp-category-content span {
    color: #85878c;
    font-size: 16px;
    font-weight: 300;
}
.tp-category-banner-bg {
    padding: 25px 30px 25px 36px;
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    margin-left: -6px;
    margin-right: -6px;
    border-radius: 50px;
}
@media only screen and (max-width: 767px) {
    .tp-category-banner-bg {
        flex-wrap: wrap;
    }
    .tp-category-banner-content {
        margin-bottom: 10px;
    }
}
.tp-category-banner-btn {
    flex: 0 0 auto;
}
.tp-category-banner-shape {
    flex: 0 0 auto;
    margin-right: 30px;
}
.tp-category-banner-title {
    color: var(--tp-heading-2);
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 0;
}
.tp-category-banner-text span {
    color: var(--tp-theme-secondary);
    font-size: 16px;
    margin-bottom: 0;
}
span.cat-purple {
    background: linear-gradient(270deg, rgba(157, 97, 237, 0.14), rgba(157, 97, 237, 0.01));
}
span.cat-green {
    border-radius: 10px;
    background: linear-gradient(270deg, rgba(63, 192, 187, 0.14), rgba(63, 192, 187, 0.01));
}
span.cat-blue {
    background: linear-gradient(270deg, rgba(78, 177, 255, 0.14), rgba(78, 177, 255, 0.01));
}
span.cat-pink {
    background: linear-gradient(270deg, rgba(87, 203, 198, 0.14), rgba(255, 106, 165, 0.14) 0.01%, rgba(255, 106, 165, 0.01));
}
span.cat-l-purple {
    background: linear-gradient(270deg, rgba(104, 122, 246, 0.14), rgba(104, 122, 246, 0.01));
}
span.cat-yellow {
    background: linear-gradient(270deg, rgba(255, 143, 52, 0.14), rgba(255, 143, 52, 0.01));
}
span.cat-lgreen {
    background: linear-gradient(270deg, rgba(113, 202, 74, 0.14), rgba(113, 202, 74, 0.01));
}
.tp-category-5-item {
    position: relative;
    z-index: 1;
}
.tp-category-5-item:hover .tp-category-5-hover {
    transform: rotate(-6deg);
}
.tp-category-5-hover {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: var(--tp-theme-5);
    z-index: -1;
    border-radius: 14px;
    transition: all 0.3s ease-out 0s;
}
.tp-category-5-thumb {
    border-radius: 10px;
    overflow: hidden;
}
.tp-category-5-thumb img {
    border-radius: 10px;
    width: 100%;
    border-radius: 14px;
    transition: all 0.3s ease-out 0s;
}
.tp-category-5-thumb img:hover {
    transform: scale(1.04);
}
.tp-category-5-title {
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 10px;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0;
}
.tp-category-5-title a {
    background-color: var(--tp-common-white);
    padding: 14px 20px 15px;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
}
.tp-category-5-title a span {
    flex: 0 0 auto;
    margin-left: 15px;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-funfact-item {
        margin-bottom: 15px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .tp-funfact-item {
        margin-bottom: 30px;
    }
}
.tp-funfact-item-2 {
    margin-left: 25px;
}
@media only screen and (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-funfact-item-2 {
        margin-left: 0;
    }
}
.tp-funfact-item-3 {
    margin-left: 40px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-funfact-item-3 {
        margin-left: 25px;
    }
}
@media only screen and (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-funfact-item-3 {
        margin-left: 0;
    }
}
.tp-funfact-bg {
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 34px 0;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-funfact-bg {
        padding-bottom: 14px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .tp-funfact-bg {
        padding-bottom: 4px;
    }
}
.tp-funfact-icon {
    flex: 0 0 auto;
    margin-right: 25px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-funfact-icon {
        margin-right: 10px;
    }
}
.tp-funfact-title {
    color: var(--tp-common-white);
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 2px;
}
.tp-funfact-content span {
    color: hsla(0, 0%, 100%, 0.8);
    font-size: 15px;
}
.tp-course-item {
    border-radius: 20px;
    border: 1px solid rgba(3, 31, 66, 0.08);
    padding: 15px 15px 23px;
    background-color: var(--tp-common-white);
    transition: all 0.3s ease-out 0s;
}
.tp-course-item:hover {
    box-shadow: 0 6px 10px 0 rgba(22, 18, 3, 0.1);
}
.tp-course-item:hover .tp-course-btn {
    transform: translateY(-30px);
}
.tp-course-item:hover .tp-course-content {
    transform: translateY(-60px);
}
.tp-course-content {
    position: relative;
    overflow: hidden;
    padding: 20px 15px 0;
    transition: all 0.3s ease-out 0s;
    background-color: var(--tp-common-white);
}
.tp-course-teacher {
    display: flex;
    padding: 0 19px;
    align-items: center;
    justify-content: space-between;
}
.tp-course-teacher img {
    height: 30px;
    width: 30px;
    object-fit: cover;
    border-radius: 50%;
    margin-right: 10px;
}
.tp-course-teacher span {
    font-size: 15px;
    display: inline-block;
}
.tp-course-teacher .discount {
    flex: 0 0 auto;
    color: #e71442;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.52px;
    border-radius: 6px;
    border: 1px solid rgba(231, 20, 66, 0.12);
    padding: 0 9px;
}
.tp-course-thumb {
    overflow: hidden;
    border-radius: 10px;
}
.tp-course-thumb img {
    height: 200px;
    object-fit: cover;
    width: 100%;
    transition: all 0.5s ease-in-out;
    border-radius: 10px;
}
.tp-course-thumb.sidebar img {
    height: 100%;
}
.tp-course-tag span {
    display: inline-block;
    border-radius: 3px;
    background: rgba(23, 162, 184, 0.08);
    color: #17a2b8;
    font-size: 13px;
    font-weight: 500;
    padding: 6px 10px;
    line-height: 1;
}
.tp-course-meta {
    margin-bottom: 9px;
}
.tp-course-meta span {
    color: #94928e;
}
.tp-course-meta span:not(:last-of-type) {
    margin-right: 16px;
}
.tp-course-meta span span {
    color: #94928e;
    font-size: 14px;
    display: inline-block;
    margin-right: 1px;
}
.tp-course-meta span span svg {
    transform: translateY(-2px);
}
.tp-course-title {
    color: var(--tp-heading-2);
    font-size: 22px;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 17px;
    padding-bottom: 22px;
    border-bottom: 1px solid rgba(3, 31, 66, 0.08);
}
.tp-course-title a:hover {
    color: var(--tp-dashboard-secondary);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-course-title a br {
        display: none;
    }
}
.tp-course-rating-star p {
    margin-bottom: 0;
    color: var(--tp-heading-2);
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
}
.tp-course-rating-star p span {
    font-size: 14px;
    font-weight: 300;
}
.tp-course-rating-icon i {
    font-size: 13px;
    color: #ffb21d;
}
.tp-course-pricing del {
    display: block;
    color: #94928e;
    font-size: 14px;
    font-weight: 300;
    line-height: 1;
    margin-bottom: -1px;
}
.tp-course-pricing span {
    font-size: 18px;
    font-weight: 600;
    color: var(--tp-dashboard-secondary);
}
.tp-course-pricing.home-2 span {
    color: var(--tp-theme-secondary);
}
.tp-course-btn {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 34px;
    text-align: center;
    transform: translateY(50px);
    transition: all 0.3s ease-out 0s;
}
.tp-course-btn a {
    display: block;
    text-align: center;
    line-height: 1;
    padding: 12px 20px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 30px;
    color: var(--tp-common-white);
    background-color: var(--tp-dashboard-secondary);
}
.tp-course-btn a:hover {
    background-color: var(--tp-heading-2);
}
.tp-course-btn.home-2 a {
    background-color: var(--tp-theme-secondary);
}
.tp-course-btn.home-2 a:hover {
    background-color: var(--tp-heading-primary);
}
.tp-course-tab .nav-link {
    position: relative;
    color: #a0a2a4;
    font-size: 20px;
    line-height: 20px;
    padding: 11px 10px;
    margin: 0 6px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-course-tab .nav-link {
        font-size: 17px;
        padding: 10px 6px;
        margin: 0 3px;
    }
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-course-tab .nav-link {
        margin: 0 5px 0 0;
    }
}
@media only screen and (max-width: 767px) {
    .tp-course-tab .nav-link {
        font-size: 16px;
    }
}
.tp-course-tab .nav-link span {
    position: absolute;
    bottom: -7px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    opacity: 0;
    transition: all 0.3s ease-out 0s;
    transform: scale(0);
}
.tp-course-tab .nav-link.active {
    color: #031f42;
}
.tp-course-tab .nav-link.active span {
    opacity: 1;
    transform: scale(1);
}
.tp-course-4-item {
    border-radius: 16px;
    transition: all 0.3s ease-out 0s;
    padding: 20px;
    background-color: var(--tp-common-white);
}
@media only screen and (max-width: 767px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-course-4-item {
        flex-wrap: wrap;
    }
}
@media only screen and (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-course-4-item {
        margin-bottom: 30px;
    }
}
.tp-course-4-item:hover {
    box-shadow: 0 6px 10px 0 rgba(10, 29, 58, 0.1);
}
.tp-course-4-thumb {
    width: 220px;
    object-fit: cover;
    flex: 0 0 auto;
}
@media only screen and (max-width: 767px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-course-4-thumb {
        width: 100%;
    }
}
.tp-course-4-thumb img {
    height: 100%;
    border-radius: 10px;
    width: 100%;
    object-fit: cover;
}
.tp-course-4-content {
    padding: 24px 8px 24px 28px;
}
@media only screen and (max-width: 767px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-course-4-content {
        width: 100%;
        padding: 24px 0;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-course-4-content {
        width: 100%;
        padding: 24px 5px 24px 15px;
    }
}
.tp-course-4-content p {
    color: #5f5d59;
    font-size: 18px;
    font-weight: 300;
    line-height: 24px;
    margin-bottom: 24px;
}
.tp-course-4-title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px;
}
.tp-course-4-title a:hover {
    color: var(--standard_color);
}
.tp-course-4-rating {
    margin-bottom: 8px;
}
.tp-course-4-rating i {
    color: #ffa41d;
}
.tp-course-4-rating span {
    color: #6d6c68;
    font-size: 14px;
    display: inset-block;
    margin-left: 4px;
}
.tp-course-4-info {
    margin-bottom: 18px;
}
.tp-course-4-info-item > span {
    display: inline-block;
    margin-right: 18px;
    color: #6d6c68;
    font-size: 14px;
}
.tp-course-4-info-item > span > span {
    display: inline-block;
    margin-right: 1px;
}
.tp-course-4-avatar {
    border-top: 1px solid #f1efe9;
    padding-top: 20px;
}
.tp-course-4-avatar-thumb img {
    height: 30px;
    width: 30px;
    border-radius: 50%;
    object-fit: cover;
}
.tp-course-4-avatar-text {
    display: inline-block;
    margin-left: 10px;
}
.tp-course-4-avatar-text a {
    color: var(--tp-heading-primary);
    font-size: 15px;
}
.tp-course-4-avatar-text span {
    color: #6d6c68;
    font-size: 15px;
}
.tp-course-4-ammount {
    flex: 0 0 auto;
}
.tp-course-4-ammount span {
    color: var(--tp-heading-primary);
    font-size: 22px;
    font-weight: 500;
}
.tp-course-5-position .row .col-lg-4:nth-child(3n + 2) {
    margin-top: -50px;
}
@media only screen and (max-width: 767px) {
    .tp-course-5-position .row .col-lg-4:nth-child(3n + 2) {
        margin-top: 0;
    }
}
.tp-course-5-item {
    position: relative;
    z-index: 1;
}
.tp-course-5-item:hover .tp-course-5-hover {
    transform: rotate(-4deg);
    opacity: 1;
}
@media only screen and (max-width: 767px) {
    .tp-course-5-item:hover .tp-course-5-hover {
        transform: rotate(-3deg);
    }
}
.tp-course-5-item:hover .tp-course-5-content {
    box-shadow: none;
}
.tp-course-5-hover {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border-radius: 20px;
    background: var(--tp-theme-5);
    transition: all 0.3s ease-out 0s;
    opacity: 0;
}
.tp-course-5-thumb {
    position: relative;
}
.tp-course-5-thumb img {
    width: 100%;
    border-radius: 20px 20px 0 0;
}
.tp-course-5-price {
    position: absolute;
    top: 16px;
    right: 16px;
}
.tp-hero-area .carousel-item img {
    height: 530px;
    object-fit: cover;
}
.tp-course-5-price span {
    background-color: var(--tp-theme-5);
    display: inline-block;
    border-radius: 50%;
    height: 70px;
    width: 70px;
    line-height: 70px;
    text-align: center;
    color: var(--tp-heading-primary);
    font-size: 22px;
    font-weight: 600;
}
.tp-course-5-price span.free {
    background-color: #9ce28a;
}
.tp-course-5-content {
    margin-top: -20px;
    position: relative;
    z-index: 1;
    border-radius: 20px;
    border: 1px solid #e7ebeb;
    background: var(--tp-common-white);
    padding: 30px 30px 35px 33px;
    box-shadow: 0 60px 44px -50px hsla(0, 0%, 69%, 0.2);
    transition: all 0.3s ease-out 0s;
}
.tp-course-5-avatar {
    margin-bottom: 12px;
}
.tp-course-5-avatar span {
    flex: 0 0 auto;
    margin-right: 9px;
}
.tp-course-5-avatar span img {
    height: 32px;
    width: 32px;
    border-radius: 50%;
}
.tp-course-5-avatar-title {
    color: var(--tp-text-body);
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 0;
}
.tp-course-5-title {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 24px;
}
.tp-course-5-title a {
    background-repeat: no-repeat;
    background-size: 0 1px, 0 1px;
    background-position: 100% 100%, 0 100%;
    transition: background-size 0.4s linear;
    background-image: linear-gradient(#161613, #161613), linear-gradient(#161613, #161613);
}
.tp-course-5-title a:hover {
    background-size: 0 1px, 100% 1px;
}
.tp-course-5-btn {
    transform: translateY(-30px);
}
a .course-pink {
    background-color: #eebed3;
}
a .course-lightblue {
    background-color: #7fd6c2;
}
a .course-sky {
    background-color: #aac4fa;
}
.tp-course-details-wrapper {
    padding-right: 72px;
}
@media only screen and (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-course-details-wrapper {
        padding-right: 0;
    }
}
.tp-course-details-title {
    font-size: 34px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 20px;
    letter-spacing: -0.68px;
    color: var(--tp-heading-primary);
}
.tp-course-details-heading p {
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
    margin-bottom: 50px;
    color: var(--tp-heading-primary);
}
@media only screen and (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-course-details-heading p {
        margin-bottom: 25px;
    }
}
.tp-course-details-thumb {
    margin-bottom: 40px;
}
.tp-course-details-thumb img {
    border-radius: 20px;
}
@media only screen and (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-course-details-thumb img {
        width: 100%;
    }
}
.tp-course-details-list {
    margin-bottom: 26px;
}
.tp-course-details-list ul li {
    list-style: none;
    font-size: 17px;
    font-weight: 400;
    margin-bottom: 20px;
    color: var(--tp-heading-primary);
}
.tp-course-details-list ul li span {
    margin-right: 10px;
}
.tp-course-details-box {
    margin-top: 50px;
}
@media only screen and (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-course-details-box {
        margin-top: 30px;
    }
}
.tp-course-details-box span {
    display: block;
    font-size: 18px;
    font-weight: 300;
    line-height: 1;
    margin-bottom: 22px;
    color: #3e4047;
    letter-spacing: -0.36px;
}
.tp-course-details-table {
    border-radius: 10px;
    fill: var(--tp-common-white);
    box-shadow: inset 0 2px 3px 0 rgba(48, 54, 81, 0.1);
    filter: drop-shadow(0 2px 2px rgba(48, 54, 81, 0.08));
}
@media only screen and (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px) {
    .tp-course-details-table {
        overflow-x: scroll;
    }
}
.tp-course-details-table-head {
    background: var(--standard_color);
    border-radius: 10px 10px 0 0;
}
.tp-course-details-table ul li {
    padding: 16px 30px;
    list-style: none;
}
.tp-course-details-table ul li:not(:last-of-type) {
    border-bottom: 1px solid rgba(22, 22, 19, 0.1);
}
.tp-course-details-table ul li:last-child {
    padding: 26px 30px !important;
    border-radius: 0 0 10px 10px;
}
@media only screen and (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px) {
    .tp-course-details-table ul li {
        width: 800px;
    }
}
@media only screen and (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-course-details-social {
        margin-bottom: 30px;
    }
}
.tp-course-details-social a {
    display: inline-block;
    padding: 1px 18px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.26px;
    border-radius: 4px;
    margin-right: 4px;
    color: var(--tp-common-white);
    background-color: #1877f2;
}
.tp-course-details-social a span {
    margin-right: 5px;
    display: inline-block;
    transform: translateY(-2px);
}
.tp-course-details-social a.black {
    background-color: var(--tp-heading-primary);
}
.tp-course-details-social a.sky {
    background-color: #069;
}
.tp-course-table-row {
    display: flex;
    align-items: center;
}
.tp-course-table-inner {
    padding: 22px 30px !important;
    background-color: var(--tp-common-white);
}
.tp-course-id {
    width: 150px;
    flex: 0 0 auto;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-course-id {
        width: 130px;
    }
}
.tp-course-sub {
    width: 365px;
    flex: 0 0 auto;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-course-sub {
        width: 330px;
    }
}
@media only screen and (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px) {
    .tp-course-sub {
        width: 370px;
    }
}
.tp-course-type {
    width: 130px;
    flex: 0 0 auto;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-course-type {
        width: 115px;
    }
}
@media only screen and (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px) {
    .tp-course-type {
        width: 150px;
    }
}
.tp-course-credits {
    width: 95px;
    flex: 0 0 auto;
    margin-left: 10px;
}
.tp-table-title {
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    color: var(--tp-common-white);
}
.tp-table-inner {
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    color: #3e4047;
}
.tp-course-requrement-wrapper {
    padding-right: 52px;
}
@media only screen and (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-course-requrement-wrapper {
        padding-right: 0;
    }
}
.tp-course-requrement-title {
    font-size: 34px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 22px;
    letter-spacing: -0.68px;
    color: var(--tp-heading-primary);
}
.tp-course-requrement-heading p {
    font-size: 18px;
    font-weight: 300;
    line-height: 28px;
    margin-bottom: 25px;
    color: var(--tp-heading-primary);
}
.tp-course-requrement-bulet {
    margin-bottom: 35px;
}
.tp-course-requrement-bulet-title {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 0;
    letter-spacing: -0.36px;
    color: var(--tp-heading-primary);
}
.tp-course-requrement-bulet p {
    font-size: 17px;
    font-weight: 300;
    line-height: 24px;
    color: var(--tp-heading-primary);
}
.tp-course-requrement-bulet-content p {
    font-size: 16px;
    font-weight: 400;
    color: var(--tp-heading-primary);
}
.tp-course-requrement-bulet-content p span {
    margin-right: 10px;
    display: inline-block;
    transform: translateY(-1px);
}
.tp-course-requrement-widget-content {
    border-radius: 10px;
    padding: 36px 30px;
    background: var(--tp-common-white);
    box-shadow: 0 2px 4px -2px rgba(3, 11, 30, 0.14), 0 6px 6px -6px rgba(22, 22, 19, 0.14);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-course-requrement-widget-content {
        padding: 35px 26px;
    }
}
.tp-course-requrement-widget-content a {
    display: block;
    font-size: 17px;
    font-weight: 400;
    color: var(--tp-text-body);
}
.tp-course-requrement-widget-content a:not(:last-of-type) {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px dashed rgba(22, 22, 19, 0.2);
}
.tp-course-requrement-widget-content a:hover {
    color: var(--tp-red-3);
}
.tp-course-requrement-widget-btn .btn-1 {
    font-size: 16px;
    font-weight: 500;
    border-radius: 6px;
    margin-bottom: 8px;
    background: transparent;
    color: var(--tp-heading-primary);
    border: 1px solid rgba(22, 22, 19, 0.1);
}
.tp-course-requrement-widget-btn .btn-1:hover {
    color: var(--tp-common-white);
    background-color: var(--standard_color);
}
.tp-course-requrement-widget-btn .btn-2 {
    background-color: var(--standard_color);
}
.tp-course-requrement-widget-contact {
    padding: 36px 30px;
    border-radius: 10px;
    background: #164951;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-course-requrement-widget-contact {
        padding: 35px 20px;
    }
}
.tp-course-requrement-widget-contact-title {
    color: #fff7f1;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 18px;
    letter-spacing: -0.48px;
}
.tp-course-requrement-widget-contact p {
    color: #fff7f1;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 20px;
}
.tp-course-requrement-widget-contact a {
    display: block;
    color: #fff7f1;
    font-size: 15px;
    font-weight: 600;
    line-height: 24px;
}
.tp-course-requrement-widget-contact a:not(:last-of-type) {
    margin-bottom: 12px;
}
.tp-course-requrement-widget-contact a span {
    margin-right: 10px;
}
.tp-course-requrement-widget-faq {
    padding: 30px 30px 0;
    border-radius: 10px;
    background: hsla(45, 22%, 60%, 0.1);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-course-requrement-widget-faq {
        padding: 30px 20px 0;
    }
}
.tp-course-requrement-widget-faq-title {
    font-size: 26px;
    font-weight: 500;
    letter-spacing: -0.52px;
    margin-bottom: 12px;
    color: var(--tp-heading-primary);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-course-requrement-widget-faq-title {
        font-size: 25px;
    }
}
.tp-course-requrement-widget-faq p {
    font-weight: 400;
    font-size: 16px;
    color: var(--tp-heading-primary);
}
.tp-course-requrement-widget-faq p a {
    color: var(--standard_color);
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
}
.tp-course-requrement-widget-faq-thumb {
    text-align: end;
}
.tp-course-requrement-widget-faq-thumb img {
    filter: saturate(0);
}
.tp-apply-process-title {
    font-size: 44px;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 70px;
    letter-spacing: -0.88px;
    color: var(--tp-heading-primary);
}
@media only screen and (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-apply-process-title {
        margin-bottom: 30px;
    }
}
@media only screen and (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px) {
    .tp-apply-process-title {
        font-size: 36px;
    }
}
.tp-apply-process-box {
    padding-bottom: 60px;
    margin-bottom: 60px;
    border-bottom: 1px solid #d9d9d9;
}
@media only screen and (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-apply-process-box {
        padding-bottom: 30px;
        margin-bottom: 30px;
    }
}
.tp-apply-process-box p {
    font-size: 18px;
    font-weight: 300;
    line-height: 28px;
    color: #31312e;
    margin: 0;
}
@media only screen and (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-apply-process-box p br {
        display: none;
    }
}
.tp-apply-process-box p a {
    text-decoration: underline;
    color: var(--standard_color);
}
.tp-apply-process-subtitle {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 25px;
    color: var(--tp-heading-primary);
}
.tp-apply-process-subtitle span {
    font-size: 16px;
    font-weight: 600;
    color: var(--standard_color);
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 36px;
    border-radius: 50%;
    margin-right: 15px;
    transform: translateY(-2px);
    border: 2px solid #b1040e;
}
.tp-apply-requirement-bg {
    background-color: #efede7;
}
@media only screen and (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-apply-requirement-box {
        margin-bottom: 30px;
    }
}
.tp-apply-requirement-box .tp-apply-process-title {
    margin-bottom: 50px;
}
@media only screen and (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-apply-requirement-box .tp-apply-process-title {
        margin-bottom: 30px;
    }
}
.tp-apply-requirement-box span {
    display: inline-block;
    margin-bottom: 30px;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: -0.4px;
    color: var(--tp-heading-primary);
}
.tp-apply-requirement-bullet p {
    position: relative;
    font-size: 18px;
    font-weight: 300;
    margin-left: 25px;
    margin-bottom: 20px;
    color: var(--tp-heading-primary);
}
.tp-apply-requirement-bullet p span {
    position: absolute;
    top: 0;
    left: -25px;
}
.tp-apply-requirement-bullet p i {
    font-style: normal;
}
.tp-apply-dedline-box {
    padding: 40px 34px;
    border-radius: 10px;
    background: var(--tp-common-white);
    box-shadow: 0 2px 4px -2px rgba(3, 11, 30, 0.14), 0 6px 6px -6px rgba(22, 22, 19, 0.14);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-apply-dedline-box {
        padding: 30px 20px;
    }
}
.tp-apply-dedline-wrap {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e6e8f0;
}
.tp-apply-dedline-wrap.b-none {
    border: none;
}
.tp-apply-dedline-wrap-title {
    font-size: 26px;
    font-weight: 500;
    margin-bottom: 35px;
    letter-spacing: -0.52px;
    color: var(--tp-heading-primary);
}
.tp-apply-dedline-content span {
    font-size: 11px;
    font-weight: 500;
    margin: 0;
    display: inline-block;
    letter-spacing: 0.44px;
    color: var(--standard_color);
    text-transform: uppercase;
}
.tp-apply-dedline-content p {
    font-size: 17px;
    font-weight: 400;
    margin-bottom: 0;
    line-height: 1;
    color: var(--tp-heading-primary);
}
.tp-apply-dedline-date p {
    color: #57595f;
    font-size: 17px;
    font-weight: 400;
    margin: 0;
}
@media only screen and (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-apply-thumb-area {
        padding-bottom: 60px;
    }
}
.tp-apply-thumb img {
    border-radius: 10px;
    width: 100%;
}
.tp-apply-btn .tp-btn {
    border-radius: 6px;
    font-size: 16px;
    padding: 6px 22px;
    color: var(--tp-heading-primary);
    background: transparent;
    border: 1px solid rgba(22, 22, 19, 0.1);
}
.tp-apply-btn .tp-btn:hover {
    color: var(--tp-common-white);
    background-color: var(--standard_color);
}
.tp-tution-wrapper .accordion-item {
    margin-bottom: 15px;
    border: none;
    border-radius: 6px;
    fill: var(--tp-common-white);
    filter: drop-shadow(0 1px 1px rgba(3, 11, 30, 0.14)) drop-shadow(0 1px 2px rgba(3, 11, 30, 0.06));
}
.tp-tution-wrapper .accordion-item .accordion-button {
    font-size: 24px;
    font-weight: 600;
    border-radius: 6px;
    padding: 24px 30px;
    letter-spacing: -0.48px;
    color: var(--standard_color);
}
@media only screen and (max-width: 767px) {
    .tp-tution-wrapper .accordion-item .accordion-button {
        font-size: 22px;
    }
}
.tp-tution-wrapper .accordion-item .accordion-button span {
    margin-right: 16px;
    display: inline-block;
    transform: translateY(-3px);
}
.tp-tution-wrapper .accordion-item .accordion-button:focus {
    border: none;
    box-shadow: none;
}
.tp-tution-wrapper .accordion-item .accordion-button:not(.collapsed) {
    box-shadow: none;
    background-color: transparent;
}
.tp-tution-wrapper .accordion-item .accordion-button:after {
    margin-top: 10px;
    background-image: url(../media/arrow-dwon.595aa503.svg);
}
.tp-tution-wrapper .accordion-item .accordion-body {
    padding: 35px 70px;
}
@media only screen and (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px) {
    .tp-tution-wrapper .accordion-item .accordion-body {
        padding: 25px 40px;
    }
}
@media only screen and (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-tution-table {
        overflow-x: scroll;
    }
}
.tp-tution-table-head {
    border-radius: 6px;
    background: #ffe4e6;
}
.tp-tution-table ul li {
    padding: 22px 30px;
    list-style: none;
}
@media only screen and (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-tution-table ul li {
        width: 1000px;
    }
}
.tp-tution-table-title {
    margin: 0;
    font-size: 18px;
    font-weight: 500;
    color: var(--tp-heading-primary);
}
.tp-tution-table-inner {
    border-bottom: 1px solid rgba(22, 22, 19, 0.08);
}
.tp-tution-table-inner.none {
    border: none;
}
.tp-tution-main-title {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 25px;
    letter-spacing: -0.4px;
    color: var(--tp-heading-primary);
}
.tp-tution-inner {
    margin: 0;
    font-size: 18px;
    font-weight: 400;
    color: #3e3e3a;
}
.tp-tution-id {
    width: 410px;
    flex: 0 0 auto;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-tution-id {
        width: 250px;
    }
}
.tp-tution-sub {
    width: 410px;
    flex: 0 0 auto;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-tution-sub {
        width: 375px;
    }
}
.tp-tution-type {
    width: 80px;
    flex: 0 0 auto;
}
.tp-dates-box {
    border-radius: 6px;
    padding: 25px 30px;
    background-color: var(--tp-common-white);
    filter: drop-shadow(0 1px 1px rgba(3, 11, 30, 0.14)) drop-shadow(0 1px 2px rgba(3, 11, 30, 0.06));
}
.tp-dates-table ul {
    padding: 0 40px;
}
@media only screen and (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px) {
    .tp-dates-table ul {
        padding: 0;
    }
}
.tp-dates-title {
    font-size: 24px;
    font-weight: 600;
    border-radius: 6px;
    margin-bottom: 50px;
    letter-spacing: -0.48px;
    color: var(--standard_color);
}
@media only screen and (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px) {
    .tp-dates-title {
        margin-bottom: 30px;
    }
}
.tp-dates-title span {
    margin-right: 16px;
    display: inline-block;
    transform: translateY(-3px);
}
.tp-dates-month {
    width: 510px;
    flex: 0 0 auto;
}
@media only screen and (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-dates-month {
        width: 430px;
    }
}
.tp-dates-date {
    width: 510px;
    flex: 0 0 auto;
}
@media only screen and (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-dates-date {
        width: 430px;
    }
}
.tp-course-categories-item {
    display: block;
    border-radius: 20px;
    transition: all 0.3s ease-out 0s;
    padding: 30px 30px 20px;
    border: 1px solid rgba(3, 31, 66, 0.1);
}
.tp-course-categories-item:hover {
    transform: translateY(-4px);
    border-color: rgba(26, 115, 232, 0.5);
}
.tp-course-categories-item p {
    font-weight: 400;
    font-size: 14px;
    color: #85878c;
    margin-bottom: 0;
}
.tp-course-categories-icon span {
    height: 40px;
    width: 40px;
    border-radius: 10px;
    line-height: 39px;
    text-align: center;
    margin-bottom: 25px;
    display: inline-block;
    background-color: #a3d6c2;
}
.tp-course-categories-icon span.color-1 {
    background: #e4cd9f;
}
.tp-course-categories-icon span.color-2 {
    background: #e8cec3;
}
.tp-course-categories-icon span.color-3 {
    background: #e1d5f4;
}
.tp-course-categories-icon span.color-4 {
    background: #d1c5de;
}
.tp-course-categories-icon span.color-5 {
    background: #ccd9b8;
}
.tp-course-categories-icon span.color-6 {
    background: #c2dedd;
}
.tp-course-categories-icon span.color-7 {
    background: #d6c0a3;
}
.tp-course-categories-icon span.color-8 {
    background: #d6d2a3;
}
.tp-course-categories-icon span.color-9 {
    background: #a3a7d6;
}
.tp-course-categories-icon span.color-10 {
    background: #e0bfc9;
}
.tp-course-categories-icon span.color-11 {
    background: #d3d3d3;
}
.tp-course-categories-title {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0;
    color: var(--tp-heading-2);
}
.tp-course-banner-shape .shape-1 {
    position: absolute;
    bottom: 0;
    left: 418px;
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
    .tp-course-banner-shape .shape-1 {
        left: 210px;
    }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .tp-course-banner-shape .shape-1 {
        left: 130px;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-course-banner-shape .shape-1 {
        left: 100px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-course-banner-shape .shape-1 {
        left: 30px;
    }
}
@media only screen and (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-course-banner-shape .shape-1 {
        display: none;
    }
}
.tp-course-banner-shape .shape-2 {
    position: absolute;
    bottom: 0;
    right: 108px;
    animation-duration: 5s;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
    animation-name: hero-bounce;
}
.tp-course-banner-heading {
    margin-left: -25px;
    padding-right: 60px;
}
@media only screen and (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-course-banner-heading {
        padding-right: 0;
    }
}
@media only screen and (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-course-banner-heading {
        margin-left: 0;
    }
}
.tp-course-banner-heading p {
    font-size: 17px;
    font-weight: 300;
    color: #4f5158;
    margin-bottom: 32px;
}
@media only screen and (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-course-banner-heading p {
        margin-bottom: 15px;
    }
}
.tp-course-banner-heading .tp-footer-inner-input input {
    height: 60px;
    border-radius: 100px;
    box-shadow: 0 1px 2px 0 rgba(3, 11, 30, 0.14);
}
.tp-course-banner-heading .tp-footer-inner-input .tp-btn-inner {
    border-radius: 100px;
}
.tp-course-banner-title {
    font-size: 54px;
    font-weight: 600;
    color: var(--tp-heading-2);
    letter-spacing: -0.02em;
}
@media only screen and (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px) {
    .tp-course-banner-title {
        font-size: 42px;
    }
}
.tp-course-filter-space {
    padding-top: 150px;
    padding-bottom: 350px;
}
@media only screen and (max-width: 767px) {
    .tp-course-filter-space {
        padding-bottom: 390px;
    }
}
.tp-course-filter-bg {
    background: linear-gradient(180deg, #d5ddff, #e8d5ff);
}
@media only screen and (max-width: 767px) {
    .tp-course-filter-top-left {
        flex-wrap: wrap;
    }
}
.tp-course-filter-top-result p {
    margin: 0;
    font-weight: 400;
    font-size: 15px;
    color: #73757b;
}
.tp-course-filter-top-tab {
    height: 44px;
    border-radius: 100px;
    padding: 5px 6px 6px;
    margin-right: 15px;
    background: rgba(10, 26, 47, 0.03);
    border: 1px solid rgba(10, 26, 47, 0.08);
}
.tp-course-filter-top-tab ul .nav-item .nav-link {
    font-weight: 400;
    font-size: 16px;
    color: #43444a;
    display: block;
    width: 90px;
    padding: 3px;
}
.tp-course-filter-top-tab ul .nav-item .nav-link svg {
    margin-right: 5px;
    transform: translateY(-3px);
}
.tp-course-filter-top-tab ul .nav-item .nav-link.active {
    border-radius: 100px;
    box-shadow: 0 1px 2px 0 rgba(3, 11, 30, 0.14);
    background: linear-gradient(180deg, #fff, #f9f6ff);
}
.tp-course-filter-top-right-search {
    position: relative;
    margin-right: 12px;
}
.tp-course-filter-top-right-search input {
    border: none;
    height: 44px;
    width: 300px;
    border-radius: 100px;
    padding: 0 40px 0 25px;
    box-shadow: 0 1px 2px 0 rgba(3, 11, 30, 0.14);
    background: linear-gradient(180deg, #fff, #f9f6ff);
}
.tp-course-filter-top-right-search input::placeholder {
    color: #8b8b8b;
    font-size: 15px;
    font-weight: 400;
}
.tp-course-filter-top-right-search input:focus {
    border-color: var(--tp-theme-7);
    box-shadow: 0 1px 2px 0 rgba(65, 95, 251, 0.06), 0 4px 10px 0 rgba(65, 95, 251, 0.06), 0 0 0 3px rgba(65, 95, 251, 0.2);
}
.tp-course-filter-top-right-search-btn {
    position: absolute;
    top: 50%;
    right: 18px;
    line-height: 1;
    transform: translateY(-50%);
}
.tp-course-filter-btn .tp-filter-btn {
    font-size: 16px;
    font-weight: 500;
    padding: 9px 34px;
    border-radius: 100px;
    color: var(--tp-dashboard-secondary);
    box-shadow: 0 1px 2px 0 rgba(3, 11, 30, 0.14);
    background: linear-gradient(180deg, #fff, #f9f6ff);
    transition: none;
}
.tp-course-filter-btn .tp-filter-btn svg {
    margin-right: 5px;
    transform: translateY(-1px);
}
.tp-course-filter-btn .tp-filter-btn:hover {
    background-color: rgba(81, 105, 241, 0.06);
}
.tp-course-filter-item {
    border-radius: 14px;
    padding: 15px 15px 23px;
    background-color: var(--tp-common-white);
    border: 1px solid rgba(3, 31, 66, 0.08);
    transition: all 0.3s ease-out 0s;
}
.tp-course-filter-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 6px 20px 0 rgba(22, 18, 3, 0.1);
}
.tp-course-filter-item:hover .tp-course-filter-thumb img {
    transform: scale(1.1);
}
@media only screen and (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-course-filter-item {
        flex-wrap: wrap;
    }
}
.tp-course-filter-content {
    width: 100%;
    padding: 20px 20px 0 42px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-course-filter-content {
        padding: 20px 20px 0 25px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-course-filter-content {
        padding: 30px;
    }
}
@media only screen and (max-width: 767px) {
    .tp-course-filter-content {
        padding: 15px 0 0;
    }
}
.tp-course-filter-tag .tag-span {
    display: inline-block;
    border-radius: 3px;
    background: rgba(23, 162, 184, 0.08);
    color: #17a2b8;
    font-size: 13px;
    font-weight: 500;
    padding: 7px 13px;
    line-height: 1;
    margin-right: 5px;
}
.tp-course-filter-tag .discount {
    flex: 0 0 auto;
    color: #e71442;
    font-size: 13px;
    font-weight: 600;
    padding: 5px 9px;
    letter-spacing: 0.52px;
    border-radius: 6px;
    border: 1px solid rgba(231, 20, 66, 0.12);
}
.tp-course-filter-meta {
    margin-bottom: 10px;
}
.tp-course-filter-meta span {
    font-weight: 400;
    font-size: 15px;
    padding-right: 15px;
    color: var(--tp-text-body);
}
.tp-course-filter-meta span:first-child {
    margin-right: 20px;
    border-right: 1px solid #d9d9d9;
}
.tp-course-filter-meta span:not(:first-child) {
    color: #6c7275;
}
.tp-course-filter-meta span svg {
    margin-right: 2px;
    display: inline-block;
    transform: translateY(-1px);
}
.tp-course-filter-meta span img {
    width: 30px;
    height: 30px;
    margin-right: 10px;
}
.tp-course-filter-p p {
    margin-bottom: 40px;
}
@media only screen and (max-width: 767px),
    only screen and (min-width: 1200px) and (max-width: 1399px),
    only screen and (min-width: 576px) and (max-width: 767px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-course-filter-p p {
        margin-bottom: 30px;
    }
    .tp-course-filter-p p br {
        display: none;
    }
}
.tp-course-filter-title {
    font-weight: 500;
    font-size: 34px;
    margin-bottom: 10px;
    color: var(--tp-heading-2);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-course-filter-title {
        font-size: 30px;
    }
}
@media only screen and (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px) {
    .tp-course-filter-title {
        font-size: 26px;
    }
}
.tp-course-filter-title a:hover {
    color: var(--tp-theme-secondary);
}
.tp-course-filter-thumb {
    width: 440px;
    flex: 0 0 auto;
    overflow: hidden;
    border-radius: 10px;
}
@media only screen and (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-course-filter-thumb {
        width: 100%;
    }
}
.tp-course-filter-thumb img {
    width: 440px;
    height: 310px;
    border-radius: 10px;
    transition: all 0.3s ease-out 0s;
}
@media only screen and (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-course-filter-thumb img {
        height: auto;
        width: 100%;
    }
}
.tp-course-filter-pricing span {
    font-size: 20px;
    font-weight: 600;
    color: var(--tp-dashboard-secondary);
}
.tp-course-filter-pricing del {
    display: block;
    font-size: 14px;
    font-weight: 300;
    line-height: 1;
    color: #94928e;
    margin-bottom: -1px;
}
.tp-course-filter-btn a {
    font-size: 16px;
    font-weight: 500;
    border-radius: 30px;
    display: inline-block;
    padding: 7px 40px 9px;
    color: var(--tp-grey-6);
    border: 1px solid rgba(3, 31, 66, 0.1);
}
.tp-course-filter-btn a:hover {
    color: var(--tp-common-white);
    background: var(--tp-dashboard-primary);
    box-shadow: 0 0 1px 0 #1438b5, 0 1px 2px 0 rgba(20, 56, 181, 0.25);
}
.tp-course-filter-select .nice-select {
    font-size: 16px;
    height: 44px;
    width: 200px;
    line-height: 44px;
    border-radius: 100px;
    color: #65676a;
    border: 1px solid #e6e8f0;
    box-shadow: 0 1px 2px 0 rgba(3, 11, 30, 0.14);
    background: linear-gradient(180deg, #fff, #f9f6ff);
}
.tp-course-filter-select .nice-select:after {
    color: #686a6d;
    right: 25px;
}
.tp-course-filter-select .nice-select .list {
    padding: 15px;
    border-radius: 10px;
    fill: #fff;
    stroke-width: 1px;
    stroke: #e6e8f0;
    box-shadow: 0 4px 14px 0 rgba(8, 19, 34, 0.12);
}
.tp-course-filter-select .nice-select .option {
    color: #757c8e;
    font-size: 15px;
    font-weight: 400;
    line-height: 1;
    min-height: 0;
    border-radius: 100px;
    padding: 10px 16px;
    margin-bottom: 2px;
}
.tp-course-filter-select .nice-select .option:hover {
    color: #4a4e68;
    background-color: #f4f5fa;
}
.tp-course-grid-wrap {
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(3, 31, 66, 0.08);
}
@media only screen and (max-width: 767px) {
    .tp-course-grid-wrap {
        border-bottom: transparent;
    }
}
.tp-course-grid-box {
    margin-bottom: 70px;
}
@media only screen and (max-width: 767px) {
    .tp-course-grid-box {
        margin-bottom: 50px;
    }
}
.tp-course-grid-box .nav-item .nav-link {
    font-size: 16px;
    font-weight: 400;
    border-radius: 100px;
    margin-right: 6px;
    padding: 6px 24px 8px;
    display: inline-block;
    transition: all 0.3s ease-out 0s;
    color: var(--tp-grey-6);
    background: var(--tp-common-white);
    box-shadow: 0 1px 2px 0 rgba(3, 11, 30, 0.2);
}
.tp-course-grid-box .nav-item .nav-link.active,
.tp-course-grid-box .nav-item .nav-link:hover {
    color: var(--tp-common-white);
    background-color: var(--tp-dashboard-primary);
    box-shadow: 0 0 1px 0 #1438b5, 0 1px 2px 0 rgba(20, 56, 181, 0.25);
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-course-grid-box .nav-item .nav-link {
        margin-bottom: 10px;
    }
}
.tp-course-grid-categories {
    margin-bottom: 50px;
}
@media only screen and (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-course-grid-categories {
        flex-wrap: wrap;
    }
}
.tp-course-grid-select {
    margin-right: 24px;
}
@media only screen and (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-course-grid-select {
        margin-bottom: 20px;
    }
}
.tp-course-grid-select p {
    display: inline-block;
    font-weight: 500;
    font-size: 12px;
    color: #73757b;
    margin-bottom: 3px;
}
@media only screen and (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-course-grid-select p {
        display: block;
    }
}
.tp-course-grid-select .nice-select {
    width: 282px;
    height: 46px;
    line-height: 40px;
    font-size: 16px;
    color: #65676a;
    font-weight: 400;
    border: 2px solid #fff;
    box-shadow: 0 1px 2px 0 rgba(3, 11, 30, 0.06);
}
.tp-course-grid-select .nice-select:after {
    right: 20px;
    color: #65676a;
}
.tp-course-grid-select .nice-select:focus {
    border-color: transparent;
}
.tp-course-grid-select .nice-select .list {
    padding: 15px;
    border-radius: 10px;
    fill: #fff;
    stroke-width: 1px;
    stroke: #e6e8f0;
    box-shadow: 0 4px 14px 0 rgba(8, 19, 34, 0.12);
}
.tp-course-grid-select .nice-select .option {
    color: #757c8e;
    font-size: 15px;
    font-weight: 400;
    line-height: 1;
    min-height: 0;
    border-radius: 100px;
    padding: 10px 16px;
    margin-bottom: 2px;
}
.tp-course-grid-select .nice-select .option:hover {
    color: #4a4e68;
    background-color: #f4f5fa;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-course-grid-select .nice-select {
        width: 260px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-course-grid-select .nice-select {
        width: 215px;
    }
}
.tp-course-grid-item {
    padding: 15px;
    border-radius: 14px;
    background-color: var(--tp-common-white);
    border: 1px solid rgba(3, 31, 66, 0.08);
}
@media only screen and (max-width: 767px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-course-grid-item {
        flex-wrap: wrap;
    }
}
.tp-course-grid-title {
    font-size: 22px;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 18px;
    color: var(--tp-heading-2);
}
@media only screen and (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-course-grid-title br {
        display: none;
    }
}
.tp-course-grid-title a:hover {
    color: var(--tp-dashboard-primary);
}
.tp-course-grid-teacher {
    margin-bottom: 25px;
    padding: 0 0 25px;
    border-bottom: 1px solid rgba(3, 31, 66, 0.08);
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-course-grid-thumb {
        width: 100%;
    }
}
.tp-course-grid-thumb img {
    border-radius: 8px;
}
@media only screen and (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-course-grid-thumb img {
        width: 100%;
        height: 100%;
    }
}
.tp-course-grid-content {
    padding: 25px 23px 0 30px;
    width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-course-grid-content {
        padding: 85px 30px 0;
    }
}
@media only screen and (max-width: 767px) {
    .tp-course-grid-content {
        padding: 25px 0 10px 5px;
    }
}
@media only screen and (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px) {
    .tp-course-grid-sidebar-left {
        flex-wrap: wrap;
    }
}
.tp-course-grid-sidebar-search input {
    font-size: 15px;
    width: 250px;
    height: 44px;
    color: #686a6d;
    border-radius: 6px;
    padding-right: 50px;
    border: 1px solid #e6e8f0;
    background: var(--tp-common-white);
    box-shadow: inset 0 1px 4px 0 rgba(48, 54, 81, 0.06), 0 1px 1px 0 rgba(48, 54, 81, 0.06);
}
.tp-course-grid-sidebar-search input:focus {
    border-color: var(--tp-theme-7);
    box-shadow: 0 0 0 3px rgba(70, 97, 253, 0.16);
}
.tp-course-grid-sidebar-search input::placeholder {
    font-size: 15px;
    color: #686a6d;
}
.tp-course-grid-sidebar-search-btn {
    position: absolute;
    top: 50%;
    right: 18px;
    transform: translateY(-50%);
}
.tp-course-grid-sidebar-tab {
    margin-right: 10px;
}
.tp-course-grid-sidebar-tab .nav .nav-item .nav-link {
    height: 40px;
    width: 40px;
    display: inline-block;
    text-align: center;
    line-height: 1;
    border-radius: 4px;
    margin-right: 6px;
    border: 1px solid rgba(1, 15, 28, 0.1);
}
.tp-course-grid-sidebar-tab .nav .nav-item .nav-link svg {
    color: #818487;
}
.tp-course-grid-sidebar-tab .nav .nav-item .nav-link.active {
    border: 1px solid #010f1c;
}
.tp-course-grid-sidebar-tab .nav .nav-item .nav-link.active svg {
    color: #010f1c;
}
.tp-course-grid-sidebar-select {
    margin-right: 0;
}
@media only screen and (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-course-grid-sidebar-select {
        margin-top: 20px;
    }
}
.tp-course-grid-sidebar-select .nice-select {
    height: 44px;
    line-height: 40px;
    border: 1px solid #e6e8f0;
    box-shadow: inset 0 1px 4px 0 rgba(48, 54, 81, 0.06), 0 1px 1px 0 rgba(48, 54, 81, 0.06);
}
.tp-course-grid-sidebar-select .nice-select p {
    color: #43444a;
}
.tp-course-grid-sidebar-select .nice-select:focus {
    border: 1px solid #e6e8f0;
}
.tp-course-list-thumb {
    width: 370px;
    height: 300px;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-course-list-thumb {
        width: 100%;
        height: auto;
    }
}
.tp-course-list-thumb img {
    width: 370px;
    height: 300px;
    border-radius: 8px;
    object-fit: cover;
    display: inline-block;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-course-list-thumb img {
        height: 100%;
        width: 100%;
    }
}
.tp-course-list-title {
    font-size: 26px;
    font-weight: 500;
    margin-bottom: 20px;
    color: var(--tp-heading-2);
}
.tp-course-list-title a:hover {
    color: var(--tp-dashboard-secondary);
}
.tp-course-list-p p {
    font-weight: 300;
    padding-bottom: 20px;
    margin-bottom: 16px;
    border-bottom: 1px solid rgba(3, 31, 66, 0.08);
}
.tp-filter-mt {
    position: relative;
    margin-top: -300px;
}
@media only screen and (max-width: 767px) {
    .tp-filter-mt {
        margin-top: -380px;
    }
}
.tp-filter-mt-2 {
    position: relative;
    margin-top: -190px;
}
.tp-filter-dropdown-wrapper {
    position: absolute;
    top: 75px;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1;
    padding: 40px 75px 10px 45px;
    visibility: hidden;
    opacity: 0;
    transform-origin: top;
    border-radius: 14px;
    box-shadow: 0 1px 2px 0 rgba(3, 11, 30, 0.14);
    background: linear-gradient(180deg, #fff, #f9f6ff);
    transition: all 0.2s ease-out 0s;
    transform: perspective(300px) rotateX(-18deg);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-filter-dropdown-wrapper {
        padding-right: 35px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-filter-dropdown-wrapper {
        top: 115px;
        padding-right: 40px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .tp-filter-dropdown-wrapper {
        top: 115px;
        padding: 20px;
    }
}
@media only screen and (max-width: 767px) {
    .tp-filter-dropdown-wrapper {
        top: 165px;
        padding: 20px;
    }
}
.tp-filter-dropdown-wrapper.filter-dropdown-opened {
    visibility: visible;
    opacity: 1;
    transform: perspective(300px) rotateX(0deg);
}
.tp-filter-widget-title {
    font-size: 17px;
    font-weight: 500;
    color: #4f5158;
    padding-bottom: 15px;
    margin-bottom: 25px;
    border-bottom: 1px solid rgba(3, 31, 66, 0.08);
}
.tp-filter-widget-content {
    margin-bottom: 30px;
}
.tp-filter-widget-radio ul li {
    list-style: none;
}
.tp-filter-widget-radio ul li:not(:last-of-type) {
    margin-bottom: 10px;
}
.tp-filter-widget-radio ul li .form-check-input[type="radio"] {
    width: 18px;
    height: 18px;
    box-shadow: none;
    margin-right: 6px;
    transform: translateY(0);
}
.tp-filter-widget-radio ul li .form-check-input[type="radio"]:checked + label {
    color: var(--tp-dashboard-primary);
}
.tp-filter-widget-radio ul li .form-check-input:checked {
    background-color: var(--tp-dashboard-primary);
    border-color: var(--tp-dashboard-primary);
}
.tp-filter-widget-radio ul li .form-check-label {
    font-size: 15px;
    color: #57595f;
    font-weight: 400;
    cursor: pointer;
}
.tp-filter-widget-checkbox {
    height: 240px;
    overflow-y: scroll;
    scrollbar-width: thin;
    overscroll-behavior-y: contain;
}
.tp-filter-widget-checkbox ul li {
    list-style: none;
}
.tp-filter-widget-checkbox ul li:not(:last-of-type) {
    margin-bottom: 10px;
}
.tp-filter-widget-checkbox ul li input {
    display: none;
}
.tp-filter-widget-checkbox ul li input:checked ~ label:after {
    background-color: var(--tp-dashboard-primary);
    border-color: var(--tp-dashboard-primary);
}
.tp-filter-widget-checkbox ul li input:checked ~ label:before {
    visibility: visible;
    opacity: 1;
}
.tp-filter-widget-checkbox ul li label {
    font-size: 15px;
    color: #57595f;
    font-weight: 400;
    position: relative;
    padding-left: 26px;
    z-index: 1;
}
.tp-filter-widget-checkbox ul li label:after {
    content: "";
    z-index: -1;
    border-radius: 4px;
    border: 1px solid #dbdde5;
    background: var(--tp-common-white);
    box-shadow: inset 0 1px 4px 0 rgba(48, 54, 81, 0.06), 0 1px 1px 0 rgba(48, 54, 81, 0.06);
}
.tp-filter-widget-checkbox ul li label:after,
.tp-filter-widget-checkbox ul li label:before {
    position: absolute;
    top: 5px;
    left: 0;
    width: 18px;
    height: 18px;
    line-height: 16px;
    text-align: center;
    transition: all 0.2s ease-out 0s;
}
.tp-filter-widget-checkbox ul li label:before {
    content: url(../media/check.b47fd7eb.svg);
    visibility: hidden;
    opacity: 0;
    color: var(--tp-common-white);
}
.tp-filter-widget-checkbox ul li label a:hover {
    color: var(--tp-theme-7);
}
.tp-filter-widget-checkbox ul li label:hover {
    cursor: pointer;
}
.tp-grid-sidebar-left {
    margin-right: 32px;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-grid-sidebar-left {
        margin-right: 0;
    }
}
.tp-grid-sidebar-right {
    margin-left: -30px;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-grid-sidebar-right {
        margin-left: 0;
    }
}
.tp-grid-widget-box {
    padding: 40px 30px;
    border-radius: 16px;
    background: #f9f9fb;
    border: 1px solid #fff;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-grid-widget-box {
        padding: 30px 20px;
    }
}
@media only screen and (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px) {
    .tp-grid-widget-box {
        padding: 20px;
    }
}
.tp-grid-widget-item:not(:last-of-type) {
    padding-bottom: 25px;
    margin-bottom: 22px;
    border-bottom: 1px solid rgba(3, 31, 66, 0.08);
}
.tp-grid-widget-title {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 20px;
    color: var(--tp-heading-2);
}
.tp-grid-widget-checkbox ul li {
    list-style: none;
}
.tp-grid-widget-checkbox ul li:not(:last-of-type) {
    margin-bottom: 10px;
}
.tp-grid-widget-checkbox ul li input {
    display: none;
}
.tp-grid-widget-checkbox ul li input:checked ~ label:after {
    background-color: var(--tp-theme-7);
    border-color: var(--tp-theme-7);
}
.tp-grid-widget-checkbox ul li input:checked ~ label:before {
    visibility: visible;
    opacity: 1;
}
.tp-grid-widget-checkbox ul li label {
    font-size: 15px;
    color: #57595f;
    font-weight: 400;
    position: relative;
    padding-left: 26px;
    z-index: 1;
}
.tp-grid-widget-checkbox ul li label:after {
    content: "";
    z-index: -1;
    border-radius: 4px;
    border: 1px solid #dbdde5;
    background: var(--tp-common-white);
    box-shadow: inset 0 1px 4px 0 rgba(48, 54, 81, 0.06), 0 1px 1px 0 rgba(48, 54, 81, 0.06);
}
.tp-grid-widget-checkbox ul li label:after,
.tp-grid-widget-checkbox ul li label:before {
    position: absolute;
    top: 5px;
    left: 0;
    width: 18px;
    height: 18px;
    line-height: 16px;
    text-align: center;
    transition: all 0.2s ease-out 0s;
}
.tp-grid-widget-checkbox ul li label:before {
    content: url(../media/check.b47fd7eb.svg);
    visibility: hidden;
    opacity: 0;
    color: var(--tp-common-white);
}
.tp-grid-widget-checkbox ul li label a:hover {
    color: var(--tp-theme-7);
}
.tp-grid-widget-checkbox ul li label:hover {
    cursor: pointer;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-grid-widget-btn {
        margin-bottom: 30px;
    }
}
.tp-grid-widget-btn a {
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    border-radius: 6px;
    padding: 3px 65px;
    text-align: center;
    display: inline-block;
    color: var(--tp-dashboard-primary);
    border: 1px solid rgba(51, 51, 51, 0.1);
}
@media only screen and (max-width: 767px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-grid-widget-btn a {
        padding: 5px 25px;
    }
}
.tp-grid-widget-btn a span {
    margin-right: 5px;
}
.tp-grid-widget-btn a:hover {
    color: var(--tp-common-white);
    background-color: var(--tp-dashboard-primary);
}
@media only screen and (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-course-details-2-main-inner {
        padding-right: 0;
    }
}
.tp-course-details-2-main-title {
    font-size: 26px;
    font-weight: 500;
    margin-bottom: 24px;
    color: var(--tp-heading-2);
}
.tp-course-details-2-category {
    font-size: 14px;
    font-weight: 600;
    padding: 0 22px;
    border-radius: 6px;
    margin-bottom: 15px;
    display: inline-block;
    background: #c354f6;
    color: var(--tp-common-white);
}
.tp-course-details-2-title {
    font-size: 40px;
    font-weight: 500;
    margin-bottom: 30px;
    letter-spacing: -0.02em;
    color: var(--tp-heading-2);
}
.tp-course-details-2-author-avater {
    margin-right: 14px;
}
.tp-course-details-2-author-avater img {
    width: 50px;
    height: 50px;
}
.tp-course-details-2-author-designation {
    font-weight: 400;
    font-size: 15px;
    color: #73757b;
    margin-bottom: 0;
    line-height: 1;
    display: inline-block;
}
@media only screen and (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px) {
    .tp-course-details-2-meta {
        margin-bottom: 10px;
    }
}
.tp-course-details-2-meta:not(:first-of-type) {
    margin-left: 50px;
}
.tp-course-details-2-meta-title {
    font-size: 18px;
    font-weight: 500;
    color: var(--tp-heading-2);
}
.tp-course-details-2-meta-subtitle {
    font-weight: 400;
    font-size: 15px;
    color: #73757b;
    margin-bottom: 0;
    line-height: 1;
    display: inline-block;
}
.tp-course-details-2-widget {
    top: 120px;
    padding: 15px;
    border-radius: 10px;
    background-color: var(--tp-common-white);
    box-shadow: 0 0 24px 0 rgba(3, 31, 66, 0.1);
    margin-top: -300px;
    position: -webkit-sticky;
    position: sticky;
    z-index: 9;
}
@media only screen and (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-course-details-2-widget {
        margin-top: 30px;
    }
}
.tp-course-details-2-widget-thumb img {
    border-radius: 8px;
    width: 100%;
}
.tp-course-details-2-widget-thumb a {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 70px;
    width: 70px;
    line-height: 70px;
    text-align: center;
    display: inline-block;
    border-radius: 100%;
    background-color: #fcfcfc;
    box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.3);
}
.tp-course-details-2-widget-thumb a:after {
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    width: 90%;
    height: 90%;
    transform: scale(1);
    border: 1px solid var(--tp-common-white);
    animation: video-border 1.5s linear infinite;
    border-radius: 50%;
}
.tp-course-details-2-widget-content {
    padding: 30px 15px;
}
@media only screen and (max-width: 767px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-course-details-2-widget-content {
        padding: 30px 0;
    }
}
.tp-course-details-2-widget-price {
    margin-bottom: 18px;
}
.tp-course-details-2-widget-price span {
    font-size: 30px;
    font-weight: 600;
    margin-right: 10px;
    color: var(--tp-heading-2);
}
.tp-course-details-2-widget-price del {
    font-size: 16px;
    font-weight: 400;
    color: #73757b;
}
.tp-course-details-2-widget-price p {
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    color: #e71442;
    padding: 0 9px;
    margin-left: 5px;
    margin-bottom: 0;
    border-radius: 6px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    border: 1px solid rgba(231, 20, 66, 0.12);
}
.tp-course-details-2-widget-price .price {
    display: flex;
    align-items: center;
}
.tp-course-details-2-widget-price .share button span {
    margin: 0;
    line-height: 32px;
}
.tp-course-details-2-widget-btn {
    margin-bottom: 30px;
}
.tp-course-details-2-widget-btn a {
    display: block;
    font-size: 17px;
    font-weight: 500;
    border-radius: 6px;
    padding: 11px 15px;
    text-align: center;
    color: var(--tp-heading-2);
    border: 1px solid #e6e8f0;
    background: var(--tp-common-white);
    box-shadow: inset 0 1px 4px 0 rgba(48, 54, 81, 0.06), 0 1px 1px 0 rgba(48, 54, 81, 0.06);
}
.tp-course-details-2-widget-btn a:not(:last-of-type) {
    margin-bottom: 10px;
}
.tp-course-details-2-widget-btn a:hover {
    border: 1px solid var(--tp-dashboard-primary);
    color: var(--tp-common-white);
    background-color: var(--tp-dashboard-primary);
}
.tp-course-details-2-widget-btn a.active {
    border: none;
    color: var(--tp-common-white);
    background-color: var(--tp-dashboard-primary);
}
.tp-course-details-2-widget-btn a.active:hover {
    background: #425eff;
    color: var(--tp-common-white);
}
.tp-course-details-2-widget-btn p {
    margin-top: 20px;
    text-align: center;
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 0;
    line-height: 1;
    letter-spacing: -0.02em;
    color: #7e7f88;
}
.tp-course-details-2-widget-list .h5,
.tp-course-details-2-widget-list h5 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 20px;
    color: var(--tp-heading-2);
}
.tp-course-details-2-widget-list-item {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(3, 31, 66, 0.1);
}
.tp-course-details-2-widget-list-item span {
    font-size: 15px;
    font-weight: 500;
    color: #4f5158;
}
.tp-course-details-2-widget-list-item span svg {
    margin-right: 5px;
    transform: translateY(-1px);
}
.tp-course-details-2-widget-share {
    margin-bottom: 15px;
}
.tp-course-details-2-widget-share .share {
    font-size: 15px;
    font-weight: 500;
    color: var(--tp-dashboard-primary);
}
.tp-course-details-2-widget-share .share span {
    display: inline-block;
    margin-right: 5px;
    transform: translateY(-1px);
}
.tp-course-details-2-widget-share .coupon {
    font-size: 15px;
    font-weight: 500;
    color: #ff843f;
    position: relative;
}
.tp-course-details-2-widget-share .coupon:hover:after {
    opacity: 0;
    transform: translateY(-2px);
}
.tp-course-details-2-widget-share .coupon:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    height: 1px;
    width: 100%;
    background: #ff843f;
    transition: all 0.3s ease-out 0s;
}
.tp-course-details-2-widget-search input {
    height: 46px;
    border-radius: 6px;
    padding-right: 110px;
    border: 1px solid #e6e8f0;
    background: var(--tp-common-white);
    box-shadow: inset 0 1px 4px 0 rgba(48, 54, 81, 0.06), 0 1px 1px 0 rgba(48, 54, 81, 0.06);
}
.tp-course-details-2-widget-search input:focus {
    border-color: var(--tp-theme-7);
    box-shadow: 0 0 0 3px rgba(70, 97, 253, 0.16);
}
.tp-course-details-2-widget-search button {
    position: absolute;
    top: 50%;
    right: 0;
    font-size: 16px;
    font-weight: 500;
    border-radius: 6px;
    background: #031f42;
    padding: 10px 29px;
    transform: translateY(-50%);
    color: var(--tp-common-white);
}
.tp-course-details-2-widget-search button:hover {
    background-color: var(--tp-dashboard-primary);
}
.tp-course-details-2-text p {
    font-size: 17px;
    margin-bottom: 20px;
}
@media only screen and (max-width: 767px),
    only screen and (min-width: 1200px) and (max-width: 1399px),
    only screen and (min-width: 576px) and (max-width: 767px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-course-details-2-text p br {
        display: none;
    }
}
.tp-course-details-2-text a {
    font-size: 16px;
    font-weight: 500;
    color: #3c66f9;
    display: inline-block;
    cursor: pointer;
}
.tp-course-details-2-text a span {
    margin-right: 5px;
    display: inline-block;
    transform: translateY(-2px);
}
.tp-course-details-2-text .content {
    position: relative;
    max-height: 160px;
    overflow: hidden;
    margin-bottom: 20px;
    transition: max-height 0.3s ease;
}
.tp-course-details-2-text .content:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    height: 30px;
    width: 100%;
    background: linear-gradient(359deg, #fff 37.73%, hsla(0, 0%, 100%, 0) 99.32%);
}
.tp-course-details-2-text .content.show {
    max-height: 500px;
}
.tp-course-details-2-text .show-more-button svg {
    margin-right: 5px;
}
.tp-course-details-2-nav {
    position: -webkit-sticky;
    position: sticky;
    top: 120px;
    z-index: 3;
}
.tp-course-details-2-nav nav {
    padding: 12px;
    border-radius: 6px;
    border: 1px solid #e6e8f0;
    background: var(--tp-common-white);
    box-shadow: inset 0 1px 4px 0 rgba(48, 54, 81, 0.06), 0 1px 1px 0 rgba(48, 54, 81, 0.06);
}
@media only screen and (max-width: 767px) {
    .tp-course-details-2-nav nav {
        padding: 12px 12px 0;
    }
}
.tp-course-details-2-nav nav ul li {
    display: inline-block;
}
@media only screen and (max-width: 767px) {
    .tp-course-details-2-nav nav ul li {
        margin-bottom: 12px;
    }
}
.tp-course-details-2-nav nav ul li.current a {
    color: var(--tp-common-white);
    background: var(--tp-dashboard-primary);
}
.tp-course-details-2-nav nav ul li.current a:hover {
    box-shadow: none;
    background: #425eff;
    color: var(--tp-common-white);
}
.tp-course-details-2-nav nav ul li a {
    font-weight: 500;
    font-size: 15px;
    text-align: center;
    border-radius: 8px;
    padding: 10px 49px;
    transition: all 0.3s ease-out 0s;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-course-details-2-nav nav ul li a {
        padding: 8px 30px;
    }
}
@media only screen and (max-width: 767px) {
    .tp-course-details-2-nav nav ul li a {
        padding: 10px 20px;
    }
}
.tp-course-details-2-nav nav ul li a:hover {
    color: var(--tp-dashboard-primary);
    border-color: #f5f6ff;
    background-color: #f5f6ff;
}
.tp-course-details-2-content {
    padding-top: 60px;
}
.tp-course-details-2-content #reviews {
    padding-top: 95px;
}
@media only screen and (max-width: 767px) {
    .tp-course-details-2-content #reviews {
        flex-wrap: wrap;
        padding-top: 50px;
    }
}
.tp-course-details-2-list ul {
    display: inline-block;
    margin-bottom: 20px;
}
.tp-course-details-2-list ul li {
    list-style: none;
    font-size: 17px;
    font-weight: 400;
    color: var(--tp-text-body);
    width: 50%;
    float: left;
    margin-bottom: 5px;
}
@media only screen and (max-width: 767px) {
    .tp-course-details-2-list ul li {
        width: 100%;
    }
}
.tp-course-details-2-list p {
    font-size: 17px;
}
.tp-course-details-2-faq .accordion-item {
    border-radius: 6px;
    border: 1px solid #e6e8f0;
}
.tp-course-details-2-faq .accordion-item:not(:last-of-type) {
    margin-bottom: 16px;
}
.tp-course-details-2-faq .accordion-button {
    border-radius: 6px;
    padding: 19px 30px 19px 54px;
}
@media only screen and (max-width: 767px) {
    .tp-course-details-2-faq .accordion-button {
        padding: 18px 15px 18px 30px;
    }
}
.tp-course-details-2-faq .accordion-button .span {
    font-size: 18px;
    font-weight: 500;
    color: var(--tp-heading-2);
}
.tp-course-details-2-faq .accordion-button .lesson {
    font-size: 15px;
    font-weight: 400;
    color: #57595f;
    border-radius: 34px;
    padding: 5px 20px;
    border: 1px solid #e6e8f0;
}
.tp-course-details-2-faq .accordion-button:not(.collapsed) {
    box-shadow: none;
    padding: 19px 30px 19px 54px;
    border-bottom: 1px solid #e6e8f0;
    background-color: var(--tp-common-white);
    box-shadow: inset 0 1px 4px 0 rgba(48, 54, 81, 0.06), 0 1px 1px 0 rgba(48, 54, 81, 0.06);
}
@media only screen and (max-width: 767px) {
    .tp-course-details-2-faq .accordion-button:not(.collapsed) {
        padding: 18px 15px 18px 30px;
    }
}
.tp-course-details-2-faq .accordion-button:not(.collapsed) .span {
    color: var(--tp-dashboard-primary);
}
.tp-course-details-2-faq .accordion-button:not(.collapsed) .accordion-btn:before {
    background-color: var(--tp-common-white);
    transform: translate(-50%, -50%) rotate(0deg);
}
.tp-course-details-2-faq .accordion-button:not(.collapsed) .accordion-btn:after {
    background-color: var(--tp-dashboard-primary);
}
.tp-course-details-2-faq .accordion-button:focus {
    box-shadow: inset 0 1px 4px 0 rgba(48, 54, 81, 0.06), 0 1px 1px 0 rgba(48, 54, 81, 0.06);
}
.tp-course-details-2-faq .accordion-button .accordion-btn {
    position: absolute;
    top: 50%;
    left: 30px;
    transition: 0.3s;
    display: inline-block;
    transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
    .tp-course-details-2-faq .accordion-button .accordion-btn {
        left: 15px;
    }
}
.tp-course-details-2-faq .accordion-button .accordion-btn:after,
.tp-course-details-2-faq .accordion-button .accordion-btn:before {
    position: absolute;
    content: "";
    width: 12px;
    height: 2px;
    left: 50%;
    top: 50%;
    border-radius: 2px;
    transition: all 0.3s ease-out 0s;
    transform: translate(-50%, -50%);
    background-color: #031f42;
}
.tp-course-details-2-faq .accordion-button .accordion-btn:before {
    background-color: #031f42;
    transform: translate(-50%, -50%) rotate(90deg);
}
.tp-course-details-2-faq .accordion-button:after {
    content: none;
}
.tp-course-details-2-faq .accordion-body {
    padding: 18px 30px;
}
@media only screen and (max-width: 767px) {
    .tp-course-details-2-faq .accordion-body {
        padding: 15px;
    }
}
.tp-course-details-2-faq-item:not(:last-of-type) {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #f4f5fa;
}
.tp-course-details-2-faq-item .left span {
    font-size: 15px;
    color: #57595f;
    font-weight: 400;
}
.tp-course-details-2-faq-item .left span i {
    font-size: 16px;
    font-style: normal;
    color: var(--tp-heading-2);
}
.tp-course-details-2-faq-item .left span svg {
    transform: translateY(-2px);
    margin-right: 5px;
}
.tp-course-details-2-faq-item .right span {
    font-size: 14px;
    font-weight: 400;
    color: #697089;
}
.tp-course-details-2-faq-item .right span a {
    margin-left: 10px;
    display: inline-block;
    font-weight: 400;
    font-size: 15px;
    padding: 0 11px;
    border-radius: 29px;
    background: rgba(81, 105, 241, 0.1);
    color: var(--tp-dashboard-primary);
}
.tp-course-details-2-faq-item .right span a svg {
    margin-right: 5px;
    transform: translateY(-1px);
}
@media only screen and (max-width: 767px) {
    .tp-course-details-2-instructor {
        flex-wrap: wrap;
    }
}
.tp-course-details-2-instructor .h5,
.tp-course-details-2-instructor h5 {
    font-size: 20px;
    font-weight: 500;
    color: #000;
    margin-bottom: 0;
}
.tp-course-details-2-instructor .pre {
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 10px;
    color: var(--tp-text-body);
}
.tp-course-details-2-instructor-sub {
    margin-bottom: 10px;
}
.tp-course-details-2-instructor-sub span {
    font-size: 14px;
    font-weight: 400;
    color: #6c7275;
}
.tp-course-details-2-instructor-sub span svg {
    margin-right: 2px;
    transform: translateY(-2px);
}
.tp-course-details-2-instructor-sub span:not(:last-of-type) {
    margin-right: 15px;
}
.tp-course-details-2-instructor-text {
    margin-bottom: 25px;
}
.tp-course-details-2-instructor-text p {
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
}
@media only screen and (max-width: 767px),
    only screen and (min-width: 1200px) and (max-width: 1399px),
    only screen and (min-width: 576px) and (max-width: 767px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-course-details-2-instructor-text p br {
        display: none;
    }
}
.tp-course-details-2-instructor-social a {
    display: inline-block;
    height: 36px;
    width: 36px;
    line-height: 30px;
    border-radius: 50%;
    text-align: center;
    margin-right: 6px;
    border: 1px solid #e6e8f0;
    background: var(--tp-common-white);
    box-shadow: inset 0 1px 4px 0 rgba(48, 54, 81, 0.06), 0 1px 1px 0 rgba(48, 54, 81, 0.06);
}
.tp-course-details-2-instructor-social a:hover {
    background: var(--tp-dashboard-secondary);
    border: 1px solid var(--tp-dashboard-secondary);
    color: var(--tp-common-white);
}
@media only screen and (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px) {
    .tp-course-details-2-instructor-thumb {
        margin-right: 20px;
        margin-bottom: 20px;
    }
}
.tp-course-details-2-review-rating {
    margin-bottom: 60px;
}
.tp-course-details-2-review-rating-info {
    border-radius: 6px;
    padding: 31px;
    border: 1px solid #e6e8f0;
    background-color: var(--tp-common-white);
    box-shadow: inset 0 1px 4px 0 rgba(48, 54, 81, 0.06), 0 1px 1px 0 rgba(48, 54, 81, 0.06);
}
@media only screen and (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-course-details-2-review-rating-info {
        margin-bottom: 20px;
    }
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-course-details-2-review-rating-info {
        padding: 25px;
    }
}
.tp-course-details-2-review-rating-info .h5,
.tp-course-details-2-review-rating-info h5 {
    font-size: 54px;
    font-weight: 500;
    margin-bottom: 0;
    letter-spacing: -0.02em;
    color: var(--tp-heading-2);
}
.tp-course-details-2-review-rating-info p {
    font-size: 15px;
    font-weight: 400;
    color: #6c7275;
}
.tp-course-details-2-review-details {
    padding: 22px 30px;
    border-radius: 6px;
    border: 1px solid #e6e8f0;
}
.tp-course-details-2-review-item {
    margin-bottom: 5px;
}
.tp-course-details-2-review-progress {
    height: 6px;
    margin: 0 2px;
    overflow: hidden;
    background-color: #f4f4f4;
    width: calc(100% - 40px - 60px);
}
.tp-course-details-2-review-progress .single-progress {
    height: 100%;
    background-color: #ffb21d;
}
.tp-course-details-2-review-text {
    font-size: 15px;
    font-weight: 400;
    color: #a0a2a4;
}
.tp-course-details-2-review-percent .h5,
.tp-course-details-2-review-percent h5 {
    font-size: 14px;
    font-weight: 400;
    color: #55585b;
}
.tp-course-details-2-review-thumb {
    margin-right: 20px;
}
.tp-course-details-2-review-item-reply {
    margin-bottom: 40px;
}
.tp-course-details-2-review-item-reply:first-child {
    padding-bottom: 40px;
    border-bottom: 1px solid #dce0ec;
}
.tp-course-details-2-review-item-reply p {
    margin-bottom: 22px;
}
@media only screen and (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-course-details-2-review-item-reply p br {
        display: none;
    }
}
.tp-course-details-2-review-top {
    margin-bottom: 15px;
}
.tp-course-details-2-review-content .h4,
.tp-course-details-2-review-content h4 {
    margin: 0;
    font-size: 18px;
    font-weight: 500;
    color: var(--tp-heading-2);
}
.tp-course-details-2-review-star {
    display: inline-block;
}
.tp-course-details-2-review-star .span {
    font-size: 14px;
    font-weight: 400;
    color: #6c7275;
    margin-left: 5px;
}
.tp-course-details-2-review-react > span {
    font-size: 14px;
    font-weight: 400;
    margin-right: 8px;
    color: #6c7275;
}
.tp-course-details-2-review-react .react a {
    padding: 6px 13px 8px;
    border: 1px solid #e6e8f0;
}
.tp-course-details-2-review-react .react a:first-child {
    border-radius: 6px 0 0 6px;
}
.tp-course-details-2-review-react .react a:last-child {
    margin-left: -1px;
    border-radius: 0 6px 6px 0;
}
.tp-course-details-2-review-react .react a:hover {
    border-color: var(--tp-dashboard-secondary);
    background: var(--tp-dashboard-secondary);
}
.tp-course-details-2-review-react .react a:hover span {
    color: var(--tp-common-white);
}
.tp-course-details-2-review-react .react a span {
    transition: all 0.3s ease-out 0s;
}
.tp-course-details-2-review-reply-wrap {
    margin-bottom: 100px;
}
@media only screen and (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-course-details-2-review-reply-wrap {
        margin-bottom: 50px;
    }
}
.tp-course-details-2-review-reply-btn a {
    width: 100%;
    display: inline-block;
    text-align: center;
    padding: 6px 20px;
    border-radius: 6px;
    border: 1px solid #e6e8f0;
}
.tp-course-details-2-review-reply-btn a:hover {
    color: var(--tp-dashboard-primary);
    background: rgba(85, 109, 245, 0.14);
}
.tp-course-details-2-comment-star img {
    margin-bottom: 25px;
}
.tp-course-details-2-related-border {
    border-top: 1px solid #d8dce8;
}
.tp-course-details-2-related-heading {
    margin-bottom: 40px;
}
.tp-course-details-2-related-heading p {
    font-weight: 300;
    font-size: 20px;
    color: #57595f;
}
.tp-course-details-2-related-title {
    font-size: 36px;
    font-weight: 600;
    color: var(--tp-heading-2);
}
.tp-course-details-3-main {
    padding-top: 120px;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-course-details-3-main {
        padding-top: 30px;
    }
}
.tp-course-details-3-main .tp-course-details-2-nav nav ul li a {
    padding: 10px 45px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-course-details-3-main .tp-course-details-2-nav nav ul li a {
        padding: 10px 35px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-course-details-3-main .tp-course-details-2-nav nav ul li a {
        padding: 10px 25px;
    }
}
@media only screen and (max-width: 767px) {
    .tp-course-details-3-main .tp-course-details-2-nav nav ul li a {
        padding: 8px 20px;
    }
}
.tp-course-details-3-title {
    font-size: 60px;
    line-height: 1.1;
    font-weight: 600;
    margin-bottom: 30px;
    letter-spacing: -0.02em;
    color: var(--tp-common-white);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-course-details-3-title br {
        display: none;
    }
}
.tp-course-details-3-meta-wrapper {
    margin-bottom: 80px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-course-details-3-meta-wrapper {
        margin-bottom: 40px;
    }
}
@media only screen and (max-width: 767px) {
    .tp-course-details-3-meta-wrapper {
        margin-bottom: 30px;
    }
}
.tp-course-details-3-meta-wrapper .tp-course-details-2-author-designation {
    color: hsla(0, 0%, 100%, 0.7);
}
.tp-course-details-3-meta-wrapper .tp-course-details-2-meta-title {
    color: var(--tp-common-white);
}
.tp-course-details-3-meta-wrapper .tp-course-details-2-meta-subtitle {
    color: hsla(0, 0%, 100%, 0.7);
}
.tp-course-details-3-widget {
    position: -webkit-sticky;
    position: sticky;
    top: 120px;
    padding: 30px;
    margin-right: 25px;
    border-radius: 20px;
    background-color: var(--tp-common-white);
    box-shadow: 0 4px 94px 0 rgba(7, 0, 36, 0.1);
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-course-details-3-widget {
        margin-right: 0;
        margin-bottom: 0;
    }
}
.tp-course-details-3-widget-content {
    padding: 25px 0 0;
}
.tp-course-details-3-list {
    margin-top: 80px;
    padding-bottom: 110px;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-course-details-3-list {
        padding-bottom: 0;
    }
}
.tp-course-details-3-list-item {
    padding-right: 80px;
    padding-bottom: 15px;
    margin-bottom: 20px;
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.12);
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-course-details-3-list-item {
        padding-right: 0;
        border-bottom: 1px solid #57595f;
    }
}
.tp-course-details-3-list-item span {
    font-size: 20px;
    font-weight: 500;
    color: var(--tp-common-white);
}
.tp-course-details-3-list-item span.width {
    font-weight: 400;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-course-details-3-list-item span {
        color: var(--tp-heading-primary);
    }
}
.tp-banner-sm-2-wrap {
    background-color: #e2efe4;
    border-radius: 20px;
    padding: 43px 0 52px 51px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
@media only screen and (max-width: 767px) {
    .tp-banner-sm-2-wrap {
        padding: 43px 0 52px 20px;
    }
}
.tp-banner-sm-2-wrap.tp-banner-sm-2-bg-2 {
    background-color: #fff3f4;
}
.tp-banner-sm-2-wrap:hover .tp-banner-sm-2-shape-1 {
    transform: scale(1.08);
}
.tp-banner-sm-2-wrap.tp-banner-inner {
    background: #d1f2fd;
}
.tp-banner-sm-2-wrap.tp-banner-inner.tp-banner-sm-2-bg-2 {
    background-color: #ffdef7;
}
.tp-banner-sm-2-wrap.tp-banner-inner .tp-banner-sm-2-btn a {
    border: 1px solid #073742;
    background-color: #073742;
}
.tp-banner-sm-2-wrap.tp-banner-inner .tp-banner-sm-2-btn a:hover {
    color: #073742;
    background-color: transparent;
}
.tp-banner-sm-2-title {
    color: #1e1e2f;
    font-size: 30px;
    font-weight: 300;
    margin-bottom: 31px;
}
.tp-banner-sm-2-title span {
    font-weight: 600;
    display: inline-block;
    position: relative;
}
.tp-banner-sm-2-btn a {
    border-radius: 6px;
    background: #0c7d81;
    border: 2px solid #0c7d81;
    line-height: 1;
    font-size: 15px;
    font-weight: 600;
    color: var(--tp-common-white);
    padding: 11px 18px;
    display: inline-block;
}
.tp-banner-sm-2-btn a:hover {
    background-color: transparent;
    color: #0c7d81;
}
.tp-banner-sm-2-shape-1 {
    position: absolute;
    bottom: 0;
    right: 0;
    transition: all 0.3s ease-out 0s;
    z-index: -1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-banner-sm-2-shape-1 {
        right: -60px;
    }
}
@media only screen and (max-width: 767px) {
    .tp-banner-sm-2-shape-1 {
        right: -100px;
    }
}
.tp-banner-sm-2-shape-1 img {
    max-width: 100%;
}
.tp-banner-sm-2-bg-2 .tp-banner-sm-2-btn a {
    border: 2px solid #fd8b6c;
    background: #fd8b6c;
}
.tp-banner-sm-2-bg-2 .tp-banner-sm-2-btn a:hover {
    background-color: transparent;
    color: #fd8b6c;
}
.tp-banner-5-item {
    padding: 118px 25px 122px;
    position: relative;
    z-index: 1;
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
}
.tp-banner-5-item:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: hsla(0, 0%, 6%, 0.4);
    z-index: -1;
}
.tp-banner-5-content span {
    color: var(--tp-common-white);
    font-size: 28px;
    font-style: italic;
    display: inline-block;
    margin-bottom: 13px;
}
.tp-banner-5-content P {
    color: hsla(0, 0%, 100%, 0.8);
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 31px;
}
.tp-banner-5-content .tp-btn-4 {
    padding: 23px 44px;
}
.tp-banner-5-title {
    color: var(--tp-common-white);
    font-size: 60px;
    font-weight: 700;
    letter-spacing: -1.2px;
    text-transform: uppercase;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-banner-5-title {
        font-size: 48px;
    }
}
@media only screen and (max-width: 767px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-banner-5-title {
        font-size: 42px;
    }
}
.tp-banner-5-btn .tp-btn-5:hover {
    color: var(--tp-heading-primary);
    background-color: var(--tp-common-white);
}
.tp-brand-2-content p {
    margin-bottom: 27px;
}
.tp-brand-2-title {
    color: #1e1e2f;
    font-size: 30px;
    font-weight: 600;
    line-height: 36px;
}
.tp-brand-2-title span {
    color: #0071dc;
    position: relative;
    display: inline-block;
}
.tp-brand-2-btn .tp-btn-round {
    padding: 13px 26px;
}
.tp-brand-2-item {
    margin-bottom: 35px;
}
.tp-brand-2-wrapper {
    display: grid;
    grid-column-gap: 90px;
    grid-template-columns: repeat(5, 1fr);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-brand-2-wrapper {
        grid-template-columns: repeat(4, 1fr);
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-brand-2-wrapper {
        grid-column-gap: 60px;
        grid-template-columns: repeat(3, 1fr);
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-brand-2-wrapper {
        grid-column-gap: 65px;
        grid-template-columns: repeat(3, 1fr);
    }
}
@media only screen and (max-width: 767px) {
    .tp-brand-2-wrapper {
        grid-column-gap: 50px;
        grid-template-columns: repeat(2, 1fr);
        text-align: center;
    }
}
.tp-brand-5-bg {
    padding-top: 56px;
    padding-bottom: 64px;
}
.tp-brand-5-title {
    color: #161613;
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 47px;
}
.tp-brand-5-item {
    text-align: center;
}
.tp-brand-5-item img {
    mix-blend-mode: luminosity;
    filter: grayscale(1);
}
.tp-gallary-3-wrap {
    margin-bottom: -152px;
}
@media only screen and (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-gallary-3-wrap {
        margin-bottom: 100px;
    }
}
.tp-gallary-3-item-1,
.tp-gallary-3-item-4 {
    border-radius: 30px;
}
.tp-gallary-3-item-1 img,
.tp-gallary-3-item-4 img {
    border-radius: 30px;
    max-width: 100%;
}
.tp-gallary-3-item-2,
.tp-gallary-3-item-3 {
    border-radius: 36px;
}
.tp-gallary-3-item-2 img,
.tp-gallary-3-item-3 img {
    border-radius: 36px;
    animation: radiusChange 6s linear infinite;
    max-width: 100%;
}
.tp-gallary-3-item-1 {
    margin-top: 80px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-gallary-3-item-1 {
        margin-top: 0;
        text-align: center;
    }
}
@media only screen and (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px) {
    .tp-gallary-3-item-1 {
        margin-top: 0;
        margin-bottom: 30px;
    }
    .tp-gallary-3-item-2 {
        margin-bottom: 30px;
    }
}
.tp-gallary-3-item-3 {
    margin-top: 60px;
}
@media only screen and (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-gallary-3-item-3 {
        margin-top: 0;
    }
}
@media only screen and (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px) {
    .tp-gallary-3-item-3 {
        margin-bottom: 30px;
    }
}
.tp-gallary-3-item-4 {
    margin-top: 175px;
}
@media only screen and (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-gallary-3-item-4 {
        margin-top: 0;
    }
}
.tp-subject-section span {
    display: inline-block;
    border-radius: 12px;
    background: #df7bd2;
    color: var(--tp-common-white);
    font-size: 15px;
    font-weight: 600;
    padding: 2px 16px;
    margin-bottom: 16px;
}
.tp-subject-wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-row-gap: 75px;
    row-gap: 75px;
    grid-column-gap: 80px;
    margin-left: 70px;
}
@media only screen and (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-subject-wrap {
        margin-left: 0;
    }
}
@media only screen and (max-width: 767px) {
    .tp-subject-wrap {
        grid-template-columns: repeat(2, 1fr);
    }
}
.tp-subject-bg {
    max-width: 1500px;
    margin: 0 auto;
    padding-top: 256px;
    padding-bottom: 68px;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    border-radius: 30px;
}
@media only screen and (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-subject-bg {
        padding-top: 100px;
    }
}
.tp-subject-icon {
    margin-bottom: 17px;
}
.tp-subject-icon span {
    display: inline-block;
    height: 72px;
    width: 72px;
    line-height: 72px;
    text-align: center;
}
.tp-subject-title-sm {
    color: #0a1d3a;
    font-size: 18px;
    font-weight: 500;
}
span.pink-border {
    border-radius: 22px 45px 28px 22px;
    background: #df7bd2;
}
span.gblue-border {
    border-radius: 40px 30px;
    background: #09b1ab;
}
span.yellow-border {
    border-radius: 20px 34px 34px 34px;
    background: #fa922c;
}
span.lyellow-border {
    border-radius: 20px 34px 34px 34px;
    background: #fdbf62;
}
span.blue-border {
    border-radius: 22px 45px 28px 22px;
    background: #47b1e4;
}
span.tomato-border {
    border-radius: 46px 30px;
    background: #f67568;
}
span.dark-border {
    border-radius: 20px 34px 34px 34px;
    background: #8e8e8e;
}
.tp-team-2-item {
    position: relative;
    z-index: 1;
}
.tp-team-2-bg {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 320px;
    width: 100%;
    background-color: #d9d0e6;
    z-index: -1;
    border-radius: 20px;
}
.tp-team-2-bg.leaf {
    background-color: #c5d1b7;
}
.tp-team-2-bg.strom {
    background-color: #e3cfc8;
}
.tp-team-2-bg.geyser {
    background-color: #cbe0ef;
}
.tp-team-2-thumb {
    pointer-events: none;
    text-align: center;
}
.tp-team-2-thumb img {
    max-width: 100%;
}
.tp-team-2-content {
    position: absolute;
    left: 20px;
    right: 20px;
    text-align: center;
    bottom: 20px;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 0 40px 0 rgba(5, 27, 48, 0.06);
    padding: 20px 0;
}
.tp-team-2-content span {
    color: #777781;
    font-size: 15px;
}
.tp-team-2-title {
    color: #1e1e2f;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0;
}
.tp-team-2-title a:hover {
    color: var(--tp-theme-secondary);
}
.tp-team-2-social {
    position: absolute;
    bottom: 270px;
    right: 10px;
    z-index: 2;
    cursor: pointer;
    transition: all 0.5s ease;
    border-radius: 30px 30px 2px 30px;
    background: #0071dc;
    box-shadow: 0 1px 3px 0 rgba(43, 22, 5, 0.14);
}
.tp-team-2-social:hover a {
    opacity: 1;
}
.tp-team-2-social:hover .tp-team-2-social-wrap {
    border-radius: 30px 30px 0 0;
}
.tp-team-2-social:hover .tp-team-2-social-wrap i,
.tp-team-2-social:hover .tp-team-2-social-wrap svg {
    transform: rotate(135deg);
}
.tp-team-2-social:hover .tp-team-2-social-icon {
    transform: scaleY(1);
}
.tp-team-2-social-wrap {
    width: 40px;
    height: 40px;
    border-radius: 50px;
    line-height: 40px;
    text-align: center;
    display: inline-block;
    font-size: 13px;
    position: relative;
    z-index: 3;
    background: #0071dc;
    border-radius: 30px 30px 2px 30px;
}
.tp-team-2-social-wrap,
.tp-team-2-social-wrap i,
.tp-team-2-social-wrap svg {
    color: var(--tp-common-white);
    transition: all 0.3s ease-out 0s;
}
.tp-team-2-social-wrap svg {
    transform: translateY(-2px);
    color: var(--tp-common-white);
}
.tp-team-2-social-icon {
    position: absolute;
    top: 25px;
    height: auto;
    background: #0071dc;
    padding: 10px 0 15px;
    border-radius: 0 0 30px 30px;
    transform: scaleY(0);
    transform-origin: top;
    transition: 0.3s;
    z-index: -1;
}
.tp-team-2-social-icon a {
    width: 40px;
    height: 26px;
    line-height: 30px;
    text-align: center;
    font-size: 13px;
    display: block;
}
.tp-team-2-social-icon a i,
.tp-team-2-social-icon a span {
    color: var(--tp-common-white);
    opacity: 0.7;
    transition: all 0.3s ease-out 0s;
}
.tp-team-2-social-icon a:hover i,
.tp-team-2-social-icon a:hover span {
    opacity: 1;
}
@media only screen and (max-width: 767px) {
    .tp-team-2-arrow {
        margin-bottom: 30px;
    }
}
.tp-team-2-arrow span {
    display: inline-block;
    height: 46px;
    width: 46px;
    line-height: 46px;
    text-align: center;
    border-radius: 50px;
    border: 1px solid rgba(30, 30, 47, 0.1);
    color: var(--tp-text-body);
    transition: all 0.3s ease-out 0s;
}
.tp-team-2-arrow span:hover {
    background-color: var(--tp-theme-secondary);
    color: var(--tp-common-white);
}
.tp-team-2-arrow span svg {
    transform: translateY(-2px);
}
.tp-team-2-next,
.tp-team-2-prev {
    margin-right: 10px;
    border-radius: 50px;
}
.tp-trainer-5-wrap {
    margin-left: 60px;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-trainer-5-wrap {
        margin-left: 0;
    }
}
.tp-trainer-5-item {
    position: relative;
}
.tp-trainer-5-item:hover .tp-trainer-5-content {
    margin-bottom: 0;
}
.tp-trainer-5-box {
    overflow: hidden;
    position: absolute;
    bottom: 10px;
    left: 10px;
    right: 10px;
    border-radius: 10px;
}
.tp-trainer-5-thumb img {
    border-radius: 20px;
    width: 100%;
    height: 350px;
    object-fit: cover;
}
.input-preview {
    border-radius: 4px;
    width: 100%;
    height: 158px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    transition: ease-in-out 750ms;
    border: 1px solid #dddddd !important;
    cursor: pointer;
    background: #f6f4ee;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.input-preview__src {
    display: none !important;
}
.input-preview::after {
    position: absolute;
    top: 21%;
    left: 0;
    width: 100%;
    text-align: center;
    transform: translateY(50%);
    content: "Click to upload your latest photograph...";
    font-style: italic;
    font-size: 13px;
}
.has-image::after {
    content: "Choose another file...";
    color: white;
    top: 77%;
    background: #0000007d;
}
.tp-trainer-5-content {
    padding: 26px 25px 22px;
    background: var(--tp-common-white);
    margin-bottom: -65px;
    transition: all 0.3s ease-out 0s;
}
.tp-trainer-5-title {
    color: var(--tp-heading-4);
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0;
    line-height: 1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-trainer-5-title {
        font-size: 18px;
    }
}
.tp-trainer-5-info {
    border-bottom: 1px solid #f2eeeb;
    margin-bottom: 15px;
    padding-bottom: 16px;
}
.tp-trainer-5-info span {
    color: #777781;
    font-size: 15px;
    font-weight: 400;
}
.tp-trainer-5-social a {
    font-size: 14px;
    color: #777781;
}
.tp-trainer-5-social a:not(:last-of-type) {
    margin-right: 18px;
}
.tp-trainer-5-social a:hover {
    color: var(--tp-heading-4);
}
.tp-team-2-active .swiper-wrapper {
    align-items: flex-end;
}
.tp-process-3-bg {
    position: relative;
    z-index: 1;
    padding-top: 110px;
    padding-bottom: 195px;
}
.tp-process-3-wrap p {
    font-size: 17px;
    margin-bottom: 25px;
}
@media only screen and (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px) {
    .tp-process-3-wrap p br {
        display: none;
    }
}
.tp-process-3-item-1 {
    margin-top: 182px;
}
@media only screen and (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-process-3-item-1 {
        margin-top: 40px;
        margin-bottom: 30px;
    }
}
.tp-process-3-item-2 {
    margin-left: 17px;
    margin-top: 62px;
}
@media only screen and (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-process-3-item-2 {
        margin-left: 0;
        margin-top: 0;
        margin-bottom: 30px;
    }
}
.tp-process-3-item-3 {
    margin-left: 72px;
    margin-top: -57px;
}
@media only screen and (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-process-3-item-3 {
        margin-left: 0;
        margin-top: 0;
        margin-bottom: 30px;
    }
}
.tp-process-3-icon {
    margin-bottom: 25px;
}
.tp-process-3-icon span {
    display: inline-block;
    height: 72px;
    width: 72px;
    line-height: 72px;
    text-align: center;
}
.tp-process-3-title {
    color: var(--tp-heading-3);
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 11px;
}
.tp-process-3-content p {
    font-size: 17px;
    color: dimgray;
    line-height: 24px;
}
.tp-process-3-btn {
    position: relative;
    z-index: 2;
}
.tp-process-3-btn a {
    position: relative;
    color: var(--tp-theme-3);
    font-size: 15px;
    font-weight: 600;
}
.tp-process-3-btn a span {
    display: inline-block;
    margin-left: 4px;
}
.tp-process-3-btn a:after {
    position: absolute;
    content: "";
    width: 0;
    height: 1px;
    background: var(--tp-theme-3);
    left: auto;
    right: 0;
    bottom: -2px;
    opacity: 0;
    transition: all 0.3s linear;
}
.tp-process-3-btn a:hover:after {
    opacity: 1;
    width: 100%;
    left: 0;
    right: auto;
    transition: all 0.3s linear;
}
.tp-process-3-wrapper {
    position: relative;
    z-index: 1;
}
.tp-process-3-shape-1 {
    position: absolute;
    top: -30px;
    left: 55px;
    z-index: -1;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-process-3-shape-1 {
        left: 45px;
    }
}
@media only screen and (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-process-3-shape-1 {
        display: none;
    }
}
.tp-process-3-shape-2 {
    position: absolute;
    bottom: 0;
    right: -12px;
    z-index: -1;
}
.tp-process-3-shape-3 {
    position: absolute;
    bottom: 0;
    left: 30px;
    z-index: -1;
    animation: tpswing 1.8s ease-in-out 0.1s infinite alternate forwards;
    transform-origin: bottom left;
}
.tp-process-3-shape-4 {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}
.tp-process-3-shape-5 {
    animation: tpswing 1.5s ease-in-out 0.1s infinite alternate forwards;
}
.tp-process-3-shape-5,
.tp-process-3-shape-6 {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
    transform-origin: bottom right;
}
.tp-process-3-shape-6 {
    animation: tpswing 2s ease-in-out 0.1s infinite alternate forwards;
}
.tp-process-3-shape-7 {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
}
.tp-process-3-shape-8 {
    position: absolute;
    bottom: 65px;
    left: 47%;
    z-index: -1;
    animation: tpswings 2s ease-in-out 0.1s infinite alternate forwards;
    transform-origin: bottom left;
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
    .tp-process-3-shape-8 {
        left: 37%;
    }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .tp-process-3-shape-8 {
        left: 28%;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-process-3-shape-8 {
        left: 30%;
    }
}
@media only screen and (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px) {
    .tp-process-3-shape-8 {
        display: none;
    }
}
.tp-process-3-shape-9 {
    position: absolute;
    bottom: 62px;
    right: 22%;
    z-index: -1;
    animation-duration: 4s;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
    animation-name: hero-bounce;
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
    .tp-process-3-shape-9 {
        right: 27%;
    }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .tp-process-3-shape-9 {
        right: 30%;
    }
}
.tp-process-3-shape-10 {
    bottom: 18px;
    left: 25%;
    animation: tpswing 0.4s ease-in-out 0.1s infinite alternate forwards;
}
.tp-process-3-shape-10,
.tp-process-3-shape-11 {
    position: absolute;
    z-index: -1;
    transform-origin: bottom bottom;
}
.tp-process-3-shape-11 {
    bottom: 55px;
    left: 50%;
    animation: tpswing 1s ease-in-out 0.1s infinite alternate forwards;
    animation: bannerAnimationTwo 8s linear 0.2s infinite alternate;
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
    .tp-process-3-shape-11 {
        left: 40%;
    }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .tp-process-3-shape-11 {
        left: 32.5%;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-process-3-shape-11 {
        left: 34%;
    }
}
@media only screen and (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-process-3-shape-11 {
        display: none;
    }
}
.tp-process-3-shape-11 img {
    width: 30px;
}
.tp-process-3-shape-12 {
    height: 200px;
    width: 200px;
    border-radius: 50%;
    background-color: #efedff;
    position: absolute;
    right: -100px;
    top: 218px;
}
.tp-process-3-shape-13 {
    height: 100px;
    width: 100px;
    background-color: #e0f0dd;
    left: -50px;
    top: 340px;
    animation: spin 7s linear infinite;
}
.tp-process-3-shape-13,
.tp-process-3-shape-14 {
    border-radius: 50%;
    position: absolute;
    z-index: -1;
}
.tp-process-3-shape-14 {
    height: 50px;
    width: 50px;
    background-color: #ffe9c8;
    left: 135px;
    top: 200px;
    animation: spin 6s linear infinite;
}
.tp-process-3-shape-15 {
    left: 205px;
    bottom: 250px;
    animation: neptune 12s linear infinite;
}
.tp-process-3-shape-15,
.tp-process-3-shape-16 {
    height: 14px;
    width: 14px;
    border-radius: 50%;
    background: linear-gradient(157deg, #ffca91 11.73%, #ffe3c4 88.26%);
    position: absolute;
}
.tp-process-3-shape-16 {
    left: 31%;
    top: 45%;
    animation: neptune 8s linear infinite;
}
.tp-process-3-shape-17 {
    height: 30px;
    width: 30px;
    border-radius: 50%;
    background: linear-gradient(157deg, #ffca91 11.73%, #ffe3c4 88.26%);
    position: absolute;
    right: 135px;
    bottom: 40%;
    animation: neptune 10s linear infinite;
}
.tp-slider-5-bg {
    padding-top: 316px;
    padding-bottom: 229px;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-slider-5-bg {
        padding-top: 230px;
    }
}
@media only screen and (max-width: 767px) {
    .tp-slider-5-bg {
        padding-top: 215px;
        padding-bottom: 265px;
    }
}
.tp-slider-5-content > span {
    color: var(--tp-common-white);
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 19px;
}
.tp-slider-5-title {
    color: var(--tp-common-white);
    font-size: 86px;
    font-weight: 600;
    letter-spacing: -1.72px;
    line-height: 1;
    margin-bottom: 45px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-slider-5-title {
        font-size: 72px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-slider-5-title {
        font-size: 70px;
    }
}
@media only screen and (max-width: 767px) {
    .tp-slider-5-title {
        font-size: 50px;
    }
    .tp-slider-5-title br {
        display: none;
    }
}
.tp-slider-5-title > i {
    font-style: normal;
}
.tp-slider-5-title > span {
    color: var(--tp-theme-5);
    position: relative;
    display: inline-block;
}
.tp-slider-5-title > span img {
    position: absolute;
    bottom: -11px;
    left: 8px;
    max-width: 100%;
}
.tp-slider-5-wrap {
    position: relative;
}
.tp-slider-5-active .slick-active.slick-initialized .slick-slide {
    object-fit: cover;
    transition: all 0.3s ease-out 0s;
    display: inline-block;
    margin: 0 10px;
}
.tp-slider-5-arrow {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 680px;
    z-index: 1;
    border-radius: 10px 0 0 0;
    background: #fff;
    border-top: 20px solid var(--tp-common-white);
    border: 20px solid var(--tp-common-white);
    border-bottom: 0;
}
@media only screen and (max-width: 767px) {
    .tp-slider-5-arrow {
        width: 100%;
        border-right: 5px solid var(--tp-common-white);
        border-top: 5px solid var(--tp-common-white);
        border: 5px solid var(--tp-common-white);
        border-right-width: 0;
    }
}
.tp-slider-5-arrow .slick-track {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.tp-slider-5-next {
    position: relative;
}
.tp-slider-5-next-hover {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: var(--tp-theme-5);
    z-index: -1;
}
.tp-slider-5-next.slick-current .tp-slider-5-next-hover {
    transform: rotate(-4deg);
}
.tp-slider-5-thumb-sm {
    display: inline-block;
    position: relative;
}
.tp-slider-5-thumb-sm img {
    height: 130px;
    width: 200px;
    border-radius: 6px;
    object-fit: cover;
    transition: all 0.3s ease-out 0s;
    display: inline-block;
}
@media only screen and (max-width: 767px) {
    .tp-slider-5-thumb-sm img {
        width: 100%;
        border-right: 5px solid var(--tp-common-white);
    }
}
.tp-slider-5-thumb-sm span {
    position: absolute;
    bottom: 6px;
    left: 13px;
    color: var(--tp-common-white);
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
}
.tp-slider-5-thumb-sm span:before {
    position: absolute;
    content: "";
    bottom: 10px;
    height: 1px;
    width: 24px;
    background-color: var(--tp-common-white);
    left: 20px;
}
.slick-active .tp-btn-white,
.slick-active .tp-slider-5-content > span,
.slick-active .tp-slider-5-title {
    animation-fill-mode: both;
    animation-name: fadeInUp;
}
.slick-active .tp-slider-5-content > span {
    animation-delay: 0.6s;
    animation-duration: 0.5s;
}
.slick-active .tp-slider-5-title {
    animation-delay: 0.8s;
    animation-duration: 0.7s;
}
.slick-active .tp-btn-white {
    animation-delay: 1s;
    animation-duration: 0.9s;
}
.tp-slider-active .swiper-slide-active .tp-hero-btn,
.tp-slider-active .swiper-slide-active .tp-hero-subtitle,
.tp-slider-active .swiper-slide-active .tp-hero-title {
    animation-fill-mode: both;
    animation-name: fadeInUp;
    position: relative;
    z-index: 1;
}
.tp-slider-active .swiper-slide-active .tp-hero-subtitle {
    animation-delay: 0.7s;
    animation-duration: 0.5s;
}
.tp-slider-active .swiper-slide-active .tp-hero-title {
    animation-delay: 0.9s;
    animation-duration: 0.7s;
    position: relative;
    z-index: 1;
}
.tp-slider-active .swiper-slide-active .tp-hero-btn {
    animation-delay: 1s;
    animation-duration: 0.8s;
    position: relative;
    z-index: 1;
}
.tp-slider-active .swiper-slide-active .tp-hero-bg {
    transform: scale(1.1);
}
.tp-pricing-5-item {
    padding: 20px;
    border-radius: 20px;
    border: 1px solid #efefe8;
}
.tp-pricing-5-item.active {
    background-color: #e5edcc;
}
.tp-pricing-5-item.active .tp-pricing-5-head,
.tp-pricing-5-item.active .tp-pricing-5-list ul li span {
    background-color: var(--tp-common-white);
}
.tp-pricing-5-item.active .tp-pricing-5-btn .tp-btn-4 {
    color: var(--tp-common-white);
    background-color: var(--tp-heading-4);
}
.tp-pricing-5-item.active .tp-pricing-5-btn .tp-btn-4:hover {
    box-shadow: 0 0 0 0.2rem var(--tp-heading-4) !important;
}
.tp-pricing-5-item.tp-pricing-inner-head.active {
    background-color: #f3f4f9;
}
.tp-pricing-5-item.tp-pricing-inner-head.active .tp-pricing-inner-btn .tp-btn-4 {
    border: none;
    color: var(--tp-common-white);
    background: var(--tp-dashboard-primary);
    box-shadow: 0 0 1px 0 #1438b5, 0 1px 2px 0 rgba(20, 56, 181, 0.25);
}
.tp-pricing-5-item.tp-pricing-inner-head.active .tp-pricing-inner-btn .tp-btn-4:hover {
    background-color: var(--tp-heading-4);
    box-shadow: 0 0 1px 0 #1438b5, 0 1px 2px 0 rgba(20, 56, 181, 0.25);
}
.tp-pricing-5-head {
    background-color: #e5edcc;
    text-align: center;
    padding: 38px 15px 20px;
    border-radius: 10px;
    margin-bottom: 36px;
}
.tp-pricing-5-head-title {
    color: var(--tp-heading-4);
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 0;
}
.tp-pricing-5-head-text {
    margin-bottom: 13px;
}
.tp-pricing-5-head-text span {
    color: #57595f;
    font-size: 14px;
    font-weight: 300;
}
.tp-pricing-5-head.tp-pricing-inner-head {
    background-color: #f3f4f9;
}
.tp-pricing-5-price {
    font-size: 70px;
    font-weight: 600;
    color: var(--tp-heading-4);
}
.tp-pricing-5-price b {
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 0;
    display: inline-block;
    color: var(--tp-heading-4);
}
.tp-pricing-5-price span {
    font-size: 20px;
    font-weight: 400;
}
.tp-pricing-5-list {
    margin-bottom: 40px;
}
.tp-pricing-5-list ul li {
    list-style: none;
    color: var(--tp-heading-4);
    margin-bottom: 14px;
    display: flex;
    align-items: flex-start;
}
.tp-pricing-5-list ul li span {
    display: inline-block;
    height: 26px;
    width: 26px;
    line-height: 26px;
    border-radius: 50%;
    background-color: #f5f5f2;
    text-align: center;
    margin-right: 12px;
    flex: 0 0 auto;
}
.tp-pricing-5-list ul li:last-child {
    margin-bottom: 0;
}
.tp-pricing-5-list ul li.inactive {
    color: #babab3;
}
.tp-pricing-5-btn .tp-btn-4 {
    text-align: center;
    display: block;
}
.tp-pricing-inner-btn .tp-btn-4 {
    display: block;
    text-align: center;
    border-radius: 8px;
    padding: 17px 40px;
    border: 1px solid #e6e8f0;
    background: var(--tp-common-white);
    background-color: transparent;
    transition: all 0.3s ease-in-out;
}
.tp-pricing-inner-btn .tp-btn-4:hover {
    color: var(--tp-common-white);
    border: 1px solid var(--tp-dashboard-primary);
    background: var(--tp-dashboard-primary);
    box-shadow: none !important;
}
@media only screen and (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-faq-p {
        padding-top: 80px;
    }
}
@media only screen and (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-faq-p {
        padding-bottom: 0;
    }
}
.tp-faq-box .tpd-accordion {
    margin-right: 0;
}
.tp-faq-box .tpd-accordion .accordion-item {
    margin-bottom: 10px;
    border: none;
}
.tp-faq-box .tpd-accordion .accordion-item.expand {
    border-radius: 16px !important;
    box-shadow: 0 6px 10px 0 rgba(22, 18, 3, 0.1);
}
.tp-faq-box .tpd-accordion .accordion-button {
    font-size: 20px;
    font-weight: 500;
    color: var(--tp-heading-2);
}
.tp-faq-box .tpd-accordion .accordion-button:after {
    content: none;
}
.tp-faq-box .tpd-accordion .accordion-button.collapsed {
    box-shadow: none;
    padding-right: 50px;
    border: 1px solid #e6e8f0;
    background: var(--tp-common-white);
}
.tp-faq-box .tpd-accordion .accordion-button:not(.collapsed) {
    border: 1px solid #e6e8f0;
    border-bottom: none;
    box-shadow: none;
    padding-right: 50px;
    border-radius: 16px 16px 0 0 !important;
    background-color: var(--tp-common-white);
}
.tp-faq-box .tpd-accordion .accordion-button:not(.collapsed) .accordion-btn {
    background: #e8ebf0;
    border-color: #e8ebf0;
    color: var(--tp-heading-2);
}
.tp-faq-box .tpd-accordion .accordion-button:not(.collapsed) .accordion-btn:before {
    background-color: var(--tp-common-white);
    transform: translate(-50%, -50%) rotate(0deg);
}
.tp-faq-box .tpd-accordion .accordion-button:not(.collapsed) .accordion-btn:after {
    background-color: var(--tp-common-black);
}
.tp-faq-box .tpd-accordion .accordion-button .accordion-btn {
    position: absolute;
    top: 50%;
    right: 24px;
    width: 25px;
    height: 25px;
    display: inline-block;
    transition: 0.3s;
    transform: translateY(-50%);
    line-height: 25px;
    text-align: center;
    border-radius: 50%;
    background: var(--tp-common-white);
    border: 1px solid rgba(3, 31, 66, 0.14);
}
.tp-faq-box .tpd-accordion .accordion-button .accordion-btn:after,
.tp-faq-box .tpd-accordion .accordion-button .accordion-btn:before {
    position: absolute;
    content: "";
    width: 10px;
    height: 2px;
    left: 50%;
    top: 50%;
    border-radius: 2px;
    transition: all 0.3s ease-out 0s;
    transform: translate(-50%, -50%);
    background-color: #87888b;
}
.tp-faq-box .tpd-accordion .accordion-button .accordion-btn:before {
    background-color: #87888b;
    transform: translate(-50%, -50%) rotate(90deg);
}
.tp-faq-box .tpd-accordion .accordion-body {
    color: #4e4f53;
    font-size: 16px;
    font-weight: 300;
    border-radius: 0 0 16px 16px;
    border-bottom: 1px solid #e6e8f0;
    border-left: 1px solid #e6e8f0;
    border-right: 1px solid #e6e8f0;
}
.tp-faq-wrap {
    padding-right: 78px;
}
@media only screen and (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-faq-wrap {
        padding-right: 0;
    }
}
@media only screen and (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-faq-wrap {
        padding-bottom: 50px;
    }
}
.tp-faq-search {
    margin-bottom: 25px;
}
.tp-faq-search .tp-header-2-search {
    margin-left: 0;
}
.tp-faq-search .tp-header-2-search input {
    font-size: 16px;
    width: 100%;
    height: 50px;
    border-radius: 6px;
    border: 1px solid #e6e8f0;
    background: var(--tp-common-white);
    box-shadow: inset 0 1px 4px 0 rgba(48, 54, 81, 0.06), 0 1px 1px 0 rgba(48, 54, 81, 0.06);
}
.tp-faq-search .tp-header-2-search input:focus {
    border-color: var(--tp-theme-7);
    box-shadow: 0 0 0 3px rgba(70, 97, 253, 0.16);
}
.tp-faq-search .tp-header-2-search input::placeholder {
    font-size: 16px;
}
.tp-faq-sidebar {
    padding: 30px;
    border-radius: 10px;
    background: #f9f9fb;
}
.tp-faq-sidebar-title {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 20px;
    color: var(--tp-heading-2);
}
.tp-faq-sidebar ul {
    display: block;
    margin-bottom: 30px;
}
.tp-faq-sidebar ul li {
    list-style: none;
    font-size: 15px;
    font-weight: 400;
    color: var(--tp-text-body);
}
.tp-faq-sidebar ul li a:hover {
    color: #5169f1;
}
.tp-faq-sidebar ul li:not(:last-of-type) {
    margin-bottom: 10px;
}
.tp-upcoming-bg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    background-image: url(../media/upcoming-bg.0f837d1a.jpg);
}
.tp-upcoming-bg:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.2);
}
.tp-upcoming-gap {
    padding: 235px 0;
    height: 100vh;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-upcoming-gap {
        padding: 150px 0;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .tp-upcoming-gap {
        padding: 125px 0;
    }
}
@media only screen and (max-width: 767px) {
    .tp-upcoming-gap {
        padding: 80px 0;
    }
}
.tp-upcoming-box {
    position: relative;
    z-index: 2;
}
.tp-upcoming-logo {
    margin-bottom: 35px;
}
.tp-upcoming-heading {
    margin-bottom: 55px;
}
@media only screen and (max-width: 767px) {
    .tp-upcoming-heading {
        margin-bottom: 30px;
    }
}
.tp-upcoming-title {
    font-size: 90px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 22px;
    letter-spacing: -2.7px;
    color: var(--tp-common-white);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-upcoming-title {
        font-size: 72px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .tp-upcoming-title {
        font-size: 60px;
    }
}
@media only screen and (max-width: 767px) {
    .tp-upcoming-title {
        font-size: 50px;
    }
}
.tp-upcoming-subtitle {
    font-size: 22px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: -0.44px;
    color: var(--tp-common-white);
}
@media only screen and (max-width: 767px) {
    .tp-upcoming-subtitle {
        font-size: 18px;
    }
}
.tp-upcoming-countdwon .tp-event-details-countdown ul li {
    font-size: 13px;
    font-weight: 600;
    height: 105px;
    width: 132px;
    line-height: 1.2;
    padding-top: 14px;
    border-radius: 8px;
    border: 1px solid hsla(0, 0%, 100%, 0.14);
    background: hsla(0, 0%, 100%, 0.1);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}
.tp-upcoming-countdwon .tp-event-details-countdown ul li:not(:last-of-type) {
    margin-right: 4px;
}
@media only screen and (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px) {
    .tp-upcoming-countdwon .tp-event-details-countdown ul li:not(:last-of-type) {
        margin-bottom: 10px;
    }
}
.tp-upcoming-countdwon .tp-event-details-countdown ul li:not(:last-of-type):after {
    content: none;
}
.tp-upcoming-countdwon .tp-event-details-countdown ul li span {
    font-size: 40px;
    font-weight: 700;
}
.tp-login-from-box {
    width: 472px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-login-from-box {
        width: 400px;
    }
}
@media only screen and (max-width: 767px) {
    .tp-login-from-box {
        width: 300px;
    }
}
@media only screen and (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-login-from-box {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}
.tp-login-from-heading p {
    font-size: 15px;
    font-weight: 400;
    color: #77787d;
    margin-bottom: 26px;
}
.tp-login-from-heading p a {
    font-weight: 500;
    color: #5169f1;
}
.tp-login-from-title {
    font-size: 32px;
    font-weight: 600;
    color: var(--tp-heading-2);
}
.tp-login-from-subtitle {
    position: relative;
    color: #939498;
    font-size: 14px;
    font-weight: 400;
}
@media only screen and (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-login-from-subtitle {
        text-align: center;
    }
}
.tp-login-from-subtitle:after {
    content: "";
    height: 1px;
    width: 150px;
    background-color: #e5e5e5;
    display: inline-block;
    transform: translateY(-4px);
    margin-left: 20px;
}
@media only screen and (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-login-from-subtitle:after {
        content: none;
    }
}
.tp-login-from-subtitle:before {
    content: "";
    height: 1px;
    width: 150px;
    background-color: #e5e5e5;
    display: inline-block;
    transform: translateY(-4px);
    margin-right: 20px;
}
@media only screen and (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-login-from-subtitle:before {
        content: none;
    }
}
.tp-login-from-subtitle-heading {
    margin-bottom: 20px;
}
.tp-login-from-remeber {
    margin-bottom: 10px;
}
.tp-login-from-btn {
    margin-bottom: 22px;
}
.tp-login-from-btn .tp-btn-inner {
    padding: 12px 25px;
}
.tp-login-from-btn .tp-btn-inner:hover {
    background-color: var(--tp-heading-3);
}
.tp-login-from-google-btn {
    margin-bottom: 30px;
}
.tp-login-from-google-btn a {
    display: inline-block;
    text-align: center;
    padding: 8px 20px;
    border-radius: 100px;
    border: 1px solid #e6e8f0;
    background: var(--tp-common-white);
    box-shadow: inset 0 1px 4px 0 rgba(48, 54, 81, 0.06), 0 1px 1px 0 rgba(48, 54, 81, 0.06);
}
.tp-login-from-google-btn a:hover {
    color: var(--tp-common-white);
    border-color: var(--tp-heading-3);
    background: var(--tp-heading-3);
}
.tp-login-from-autor p {
    color: #8c8d8f;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 10px;
}
.tp-login-from-autor p span {
    color: var(--tp-heading-2);
}
.tp-login-input {
    margin-bottom: 18px;
}
.tp-login-input-form input,
.tp-login-input-form textarea {
    border-radius: 6px;
    padding-right: 60px;
    color: var(--tp-text-body);
    border: 1px solid #e6e8f0;
    background: var(--tp-common-white);
    box-shadow: inset 0 1px 4px 0 rgba(48, 54, 81, 0.06), 0 1px 1px 0 rgba(48, 54, 81, 0.06);
}
.tp-login-input-form input:focus,
.tp-login-input-form textarea:focus {
    border-color: var(--tp-theme-7);
    box-shadow: 0 0 0 3px rgba(70, 97, 253, 0.16);
}
.tp-login-input label {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 5px;
    color: var(--tp-heading-2);
}
.tp-login-input-eye {
    position: absolute;
    right: 26px;
    top: 50%;
    cursor: pointer;
    transform: translateY(-50%);
}
.tp-login-input-remeber a {
    color: #5169f1;
    font-size: 15px;
    font-weight: 500;
}
@media only screen and (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-login-register-box {
        flex-wrap: wrap;
    }
}
.tp-login-register-banner-box {
    height: 100vh;
    width: 774px;
    padding: 40px 100px;
    background-repeat: no-repeat;
    background-size: cover;
    flex: 0 0 auto;
    overflow: hidden;
    object-fit: cover;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .tp-login-register-banner-box {
        width: 680px;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-login-register-banner-box {
        width: 560px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-login-register-banner-box {
        width: 440px;
        padding: 40px 50px;
    }
}
@media only screen and (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-login-register-banner-box {
        width: 100%;
        height: 768px;
    }
}
@media only screen and (max-width: 767px) {
    .tp-login-register-banner-box {
        padding: 40px 30px;
    }
}
.tp-login-register-wrapper {
    width: 100%;
    height: 100%;
}
@media only screen and (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px) {
    .tp-login-register-heading {
        margin-bottom: 30px;
    }
}
.tp-login-register-logo {
    margin-bottom: 120px;
}
@media only screen and (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px) {
    .tp-login-register-logo {
        margin-bottom: 80px;
    }
}
.tp-login-register-shape .shape-1 {
    position: absolute;
    bottom: 176px;
    left: 100px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-login-register-shape .shape-1 {
        left: 20px;
    }
}
@media only screen and (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-login-register-shape .shape-1 {
        bottom: 100px;
    }
}
@media only screen and (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px) {
    .tp-login-register-shape .shape-1 {
        position: static;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-login-register-shape .shape-1 img {
        width: 90%;
    }
}
@media only screen and (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px) {
    .tp-login-register-shape .shape-1 img {
        max-width: 100%;
    }
}
.tp-login-register-shape .shape-2 {
    position: absolute;
    bottom: 0;
    right: 0;
}
.tp-login-register-shape .shape-3 {
    position: absolute;
    top: 66px;
    right: 0;
}
.tp-login-register-title {
    z-index: 1;
    font-size: 34px;
    font-weight: 600;
    position: relative;
    letter-spacing: -0.68px;
    color: var(--tp-common-white);
}
.tp-our-mission-title {
    font-size: 50px;
    font-weight: 500;
    margin-bottom: 12px;
    color: var(--tp-heading-primary);
}
@media only screen and (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px) {
    .tp-our-mission-title {
        font-size: 38px;
    }
}
.tp-our-mission-heading {
    margin-bottom: 55px;
}
@media only screen and (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-our-mission-heading {
        margin-bottom: 30px;
    }
}
.tp-our-mission-heading p {
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
    color: #3e4047;
}
@media only screen and (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-our-mission-heading p br {
        display: none;
    }
}
.tp-our-mission-thumb {
    position: -webkit-sticky;
    position: sticky;
    top: 120px;
    filter: grayscale(1);
    margin-bottom: 200px;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-our-mission-thumb {
        margin-bottom: 30px;
    }
}
@media only screen and (max-width: 767px) and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 768px) and (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
    .tp-our-mission-thumb img {
        transform: scaleX(-1);
        width: 28%;
    }
}
@media only screen and (max-width: 767px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) and (max-width: 767px) {
    .tp-our-mission-thumb img {
        transform: scaleX(-1);
        width: 45%;
    }
}
.tp-our-mission-item {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    z-index: 1;
    background-color: var(--tp-common-white);
}
@media only screen and (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px) {
    .tp-our-mission-item {
        flex-wrap: wrap;
        padding: 30px 15px;
    }
}
.tp-our-mission-item-title {
    font-size: 30px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 20px;
    letter-spacing: -0.3px;
    color: var(--tp-heading-primary);
}
@media only screen and (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px) {
    .tp-our-mission-item-content {
        margin-bottom: 30px;
    }
}
.tp-our-mission-item-content p {
    color: #3e4047;
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 38px;
}
@media only screen and (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-our-mission-item-content p br {
        display: none;
    }
}
@media only screen and (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-our-mission-item-content p {
        margin-bottom: 25px;
    }
}
.tp-our-mission-item-btn .tp-btn-3 {
    padding: 7px 22px 8px;
    background-color: var(--tp-heading-primary);
}
.tp-our-mission-item-btn .tp-btn-3 i {
    margin-left: 8px;
}
.tp-our-mission-item-btn .tp-btn-3:hover {
    color: var(--tp-common-white);
    background-color: var(--standard_color);
}
.tp-our-mission-item.about .tp-our-mission-item-btn .tp-btn-3:hover {
    color: var(--tp-common-white);
    background-color: var(--tp-dashboard-secondary);
    box-shadow: 0 0 0 0.2rem var(--tp-dashboard-secondary) !important;
}
.tp-our-mission-item-content {
    padding-left: 40px;
}
@media only screen and (max-width: 767px) {
    .tp-our-mission-item-content {
        padding-left: 20px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-our-mission-item-thumb {
        margin-right: -60px;
    }
}
.tp-our-mission-item-thumb-1 {
    mask-image: url(../media/mission-item-1-mask.0b18ecf3.svg);
    -webkit-mask-image: url(../media/mission-item-1-mask.0b18ecf3.svg);
    height: 100%;
    width: 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    overflow: hidden;
    border-radius: 6px;
    background-position: 50%;
}
@media only screen and (max-width: 767px) {
    .tp-our-mission-item-thumb-1 {
        display: none;
    }
}
.tp-our-mission-item-thumb-2 {
    mask-image: url(../media/mission-item-2-mask.21ac3d74.svg);
    -webkit-mask-image: url(../media/mission-item-2-mask.21ac3d74.svg);
    height: 100%;
    width: 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    overflow: hidden;
    border-radius: 6px;
    background-position: 50%;
}
@media only screen and (max-width: 767px) {
    .tp-our-mission-item-thumb-2 {
        display: none;
    }
}
.tp-our-mission-item-thumb-3 {
    mask-image: url(../media/mission-item-3-mask.c88f5e6a.svg);
    -webkit-mask-image: url(../media/mission-item-3-mask.c88f5e6a.svg);
    height: 100%;
    width: 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    overflow: hidden;
    border-radius: 6px;
    background-position: 50%;
}
@media only screen and (max-width: 767px) {
    .tp-our-mission-item-thumb-3 {
        display: none;
    }
}
.tp-mission-valus-title {
    color: #000;
    font-size: 34px;
    font-weight: 500;
    margin-bottom: 4px;
    letter-spacing: -0.68px;
}
.tp-mission-valus-thumb img {
    border-radius: 16px;
    margin-bottom: 24px;
}
@media only screen and (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-mission-valus-thumb img {
        width: 100%;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-mission-valus-thumb.main {
        padding-left: 110px;
    }
}
@media only screen and (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-mission-valus-thumb.main {
        padding-left: 0;
    }
}
@media only screen and (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-mission-valus-thumb.main {
        padding-top: 0;
    }
}
.tp-mission-valus-content p {
    color: #3e4047;
    font-size: 18px;
    font-weight: 300;
}
@media only screen and (max-width: 767px),
    only screen and (min-width: 1200px) and (max-width: 1399px),
    only screen and (min-width: 576px) and (max-width: 767px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-mission-valus-content p br {
        display: none;
    }
}
.tp-mission-feature-bg {
    padding: 34px 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
}
@media only screen and (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-mission-warp {
        padding-right: 0;
    }
}
.tp-mission-heading {
    margin-bottom: 180px;
}
@media only screen and (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-mission-heading {
        margin-bottom: 30px;
    }
}
.tp-mission-title {
    font-size: 50px;
    font-weight: 600;
    line-height: 60px;
    letter-spacing: -1px;
    color: var(--tp-heading-primary);
}
.tp-mission-improve-box {
    padding: 55px 50px 35px;
    border-radius: 16px;
    background: hsla(45, 22%, 60%, 0.1);
}
@media only screen and (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-mission-improve-box {
        margin-bottom: 30px;
    }
}
@media only screen and (max-width: 767px) {
    .tp-mission-improve-box {
        padding: 50px 30px 35px;
    }
}
.tp-mission-improve-box p {
    color: #35352d;
    font-size: 17px;
    font-weight: 300;
}
@media only screen and (max-width: 767px),
    only screen and (min-width: 1200px) and (max-width: 1399px),
    only screen and (min-width: 576px) and (max-width: 767px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-mission-improve-box p br {
        display: none;
    }
}
.tp-mission-improve-dec {
    display: inline-block;
    background: #ffdc69;
    border-radius: 10px;
    color: #35352d;
    font-size: 16px;
    font-weight: 500;
    padding: 2px 12px;
    margin-bottom: -1px;
}
.tp-mission-improve-title {
    font-size: 150px;
    font-weight: 500;
    margin-bottom: 0;
    letter-spacing: -6px;
    color: var(--tp-heading-primary);
}
.tp-mission-improve-title span {
    font-size: 60px;
    margin-left: -12px;
}
.tp-mission-conversation-box {
    padding: 50px 40px 0;
    border-radius: 16px;
    background: hsla(45, 22%, 60%, 0.1);
}
@media only screen and (max-width: 767px) {
    .tp-mission-conversation-box {
        padding: 50px 30px 35px;
    }
}
.tp-mission-conversation-box p {
    font-size: 17px;
    font-weight: 300;
    color: #35352d;
    margin-bottom: 75px;
}
@media only screen and (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-mission-conversation-box p br {
        display: none;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-mission-conversation-box p {
        margin-bottom: 25px;
    }
}
.tp-mission-conversation-title {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 10px;
    letter-spacing: -0.6px;
    color: var(--tp-heading-primary);
}
@media only screen and (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-mission-conversation-msg {
        display: none;
    }
}
.tp-mission-conversation-msg-1 {
    position: absolute;
    bottom: 130px;
    right: 200px;
    padding: 16px 23px;
    color: #35352d;
    font-size: 15px;
    font-weight: 400;
    background: var(--tp-common-white);
    border-radius: 25px 25px 25px 1px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-mission-conversation-msg-1 {
        right: 155px;
    }
}
.tp-mission-conversation-msg-2 {
    position: absolute;
    right: 55px;
    bottom: 57px;
    color: #35352d;
    font-size: 15px;
    font-weight: 400;
    padding: 16px 23px;
    background: var(--tp-common-white);
    border-radius: 0 25px 25px 25px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-mission-conversation-msg-2 {
        right: 10px;
    }
}
.tp-mission-desc {
    margin-bottom: 50px;
}
@media only screen and (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-mission-desc {
        margin-bottom: 30px;
    }
}
.tp-mission-desc p {
    color: #373730;
    font-size: 18px;
    font-weight: 300;
    line-height: 28px;
}
.tp-mission-desc p:not(:last-of-type) {
    margin-bottom: 25px;
}
.tp-campus-choose-title {
    font-size: 60px;
    font-weight: 300;
    line-height: 1.18;
    margin-bottom: 60px;
    letter-spacing: -1.2px;
    color: var(--tp-heading-primary);
}
@media only screen and (max-width: 767px),
    only screen and (min-width: 1200px) and (max-width: 1399px),
    only screen and (min-width: 576px) and (max-width: 767px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-campus-choose-title br {
        display: none;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-campus-choose-title {
        margin-bottom: 30px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-campus-choose-title {
        font-size: 55px;
        margin-bottom: 40px;
    }
}
@media only screen and (max-width: 767px) {
    .tp-campus-choose-title {
        font-size: 48px;
        margin-bottom: 30px;
    }
}
.tp-campus-choose-title.admissions {
    font-size: 50px;
    line-height: 1.2;
    letter-spacing: -1px;
}
@media only screen and (max-width: 767px) {
    .tp-campus-choose-title.admissions {
        font-size: 40px;
        line-height: 40px;
    }
}
.tp-campus-choose-title.fs-50 {
    font-size: 50px;
    line-height: 1.2;
    letter-spacing: -1px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-campus-choose-content {
        margin-bottom: 30px;
    }
}
@media only screen and (max-width: 767px) {
    .tp-campus-choose-content {
        margin-bottom: 50px;
    }
}
.tp-campus-choose-thumb img {
    border-radius: 10px;
}
@media only screen and (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-campus-choose-thumb img {
        width: 100%;
    }
}
@media only screen and (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-campus-choose-thumb-main {
        padding-top: 0;
    }
}
.tp-campus-choose-thumb-main img {
    border-radius: 10px;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-campus-choose-thumb-main img {
        width: 100%;
    }
}
.tp-campus-choose-btn {
    margin-bottom: 55px;
}
@media only screen and (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-campus-choose-btn {
        margin-bottom: 30px;
    }
}
.tp-campus-choose-btn p {
    color: var(--standard_color);
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 1.2px;
    margin-bottom: 32px;
    text-transform: uppercase;
}
.tp-campus-choose-btn a span svg {
    color: var(--standard_color);
}
.tp-campus-choose-btn.admission a svg {
    margin-bottom: 35px;
}
.tp-campus-counter-bg {
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
}
.tp-campus-counter-item {
    padding-top: 28px;
    padding-bottom: 28px;
    position: relative;
    z-index: 1;
}
.tp-campus-counter-item p {
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    color: hsla(0, 0%, 100%, 0.7);
}
.tp-campus-counter-item.counter-border:after {
    position: absolute;
    content: "";
    top: 50%;
    right: 0;
    height: 80px;
    width: 2px;
    transform: translateY(-50%);
    background: hsla(0, 0%, 100%, 0.14);
}
@media only screen and (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-campus-counter-item.counter-border:after {
        content: none;
    }
}
.tp-campus-student-box {
    border-bottom: 1px solid #d0d0d0;
}
@media only screen and (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px) {
    .tp-campus-student-box {
        padding-bottom: 50px;
    }
}
.tp-campus-student-heading {
    margin-bottom: 60px;
}
@media only screen and (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-campus-student-heading {
        margin-bottom: 30px;
    }
}
.tp-campus-student-heading p {
    font-size: 18px;
    font-weight: 300;
    line-height: 30px;
    color: #3e4047;
}
.tp-campus-student-title {
    font-size: 50px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -1px;
    color: var(--tp-heading-primary);
}
.tp-campus-student-thumb img {
    border-radius: 20px;
    width: 100%;
}
.tp-campus-student-item {
    position: absolute;
    bottom: -75px;
    right: 98px;
    width: 330px;
    padding: 30px;
    border-radius: 10px;
    border: 1px solid #161613;
    background: var(--tp-common-white);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-campus-student-item {
        right: 60px;
    }
}
@media only screen and (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-campus-student-item {
        position: static;
        margin-top: 30px;
    }
}
.tp-campus-student-item p {
    font-size: 17px;
    font-weight: 300;
    margin-bottom: 45px;
}
.tp-campus-student-item-thumb img {
    border-radius: 6px;
}
.tp-campus-student-item-title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px;
    letter-spacing: -0.24px;
    color: var(--tp-heading-primary);
}
.tp-campus-student-list {
    margin-top: 25px;
}
.tp-campus-student-list .nav {
    padding-left: 60px;
    border-bottom: 0;
}
@media only screen and (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-campus-student-list .nav {
        padding-left: 0;
    }
}
.tp-campus-student-list .nav .nav-link {
    font-size: 16px;
    font-weight: 400;
    margin-right: 6px;
    padding: 1px 19px;
    display: inline-block;
    border-radius: 100px;
    color: var(--tp-heading-primary);
    border: 1px solid rgba(22, 22, 19, 0.1);
}
@media only screen and (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px) {
    .tp-campus-student-list .nav .nav-link {
        margin-bottom: 10px;
    }
}
.tp-campus-student-list .nav .nav-link.active,
.tp-campus-student-list .nav .nav-link:hover {
    position: relative;
    color: var(--tp-common-white);
    background-color: #b1040e;
}
@media only screen and (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-campus-activity-content {
        margin-bottom: 30px;
    }
}
.tp-campus-activity-title {
    font-size: 40px;
    font-weight: 500;
    letter-spacing: -0.4px;
    color: var(--tp-heading-primary);
}
@media only screen and (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px) {
    .tp-campus-activity-title br {
        display: none;
    }
}
.tp-campus-activity-list {
    padding-left: 115px;
}
.tp-campus-activity-list-title {
    position: relative;
    padding-left: 100px;
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 12px;
    letter-spacing: -0.22px;
    color: var(--tp-heading-primary);
}
.tp-campus-activity-list-title span {
    position: absolute;
    top: -15px;
    left: 0;
    display: inline-block;
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    border-radius: 100px;
    margin-right: 20px;
    background: linear-gradient(180deg, #fff, hsla(0, 0%, 100%, 0));
}
.tp-campus-activity-list ul li {
    font-size: 17px;
    font-weight: 300;
    line-height: 38px;
    color: #3e4047;
}
.tp-campus-activity-list ul li span {
    margin-left: 5px;
}
.tp-campus-activity-list ul li a:hover {
    color: var(--standard_color);
}
.tp-campus-video-bg {
    height: 760px;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
@media only screen and (max-width: 767px) {
    .tp-campus-life-area {
        padding-bottom: 150px;
    }
}
.tp-campus-life-title {
    font-size: 60px;
    font-weight: 300;
    line-height: 1;
    letter-spacing: -1.2px;
    color: var(--tp-heading-primary);
}
@media only screen and (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-campus-life-title br {
        display: none;
    }
}
.tp-campus-life-title-wrap {
    border-radius: 16px;
    margin-top: -120px;
    padding: 115px 0 0;
    background: #f6f4ee;
    margin-bottom: 100px;
}
.tp-campus-life-thumb img {
    border-radius: 20px;
}
.tp-campus-life-slider {
    margin-right: -110px;
    margin-left: -150px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-campus-life-slider {
        margin-left: -60px;
    }
}
.tp-campus-life-slider .swiper-slide {
    width: auto;
}
.tp-campus-life-arrow {
    position: absolute;
    left: 50%;
    bottom: 120px;
    z-index: 2;
    display: flex;
    transform: translateX(-50%);
}
.tp-campus-life-arrow .tp-campus-prev {
    margin-right: 40px;
}
.tp-campus-life-arrow span:hover {
    color: var(--standard_color);
}
.tp-campus-life-active .swiper-wrapper {
    align-items: center;
}
.tp-leadership-wrapper {
    padding: 25px 30px;
    border-radius: 8px;
    margin-bottom: 80px;
    background: var(--tp-common-white);
    box-shadow: 0 2px 4px -2px rgba(3, 11, 30, 0.14), 0 6px 6px -6px rgba(22, 22, 19, 0.14);
}
@media only screen and (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-leadership-wrapper {
        flex-wrap: wrap;
    }
}
.tp-leadership-search .tp-header-2-search {
    margin-left: 0;
}
@media only screen and (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-leadership-search .tp-header-2-search {
        margin-bottom: 10px;
    }
}
.tp-leadership-search .tp-header-2-search input {
    font-size: 16px;
    width: 420px;
    height: 50px;
    border-radius: 6px;
    border: 1px solid #e6e8f0;
    background: var(--tp-common-white);
    box-shadow: inset 0 1px 4px 0 rgba(48, 54, 81, 0.06), 0 1px 1px 0 rgba(48, 54, 81, 0.06);
}
.tp-leadership-search .tp-header-2-search input:focus {
    border-color: rgba(171, 12, 47, 0.49);
    box-shadow: 0 1px 2px 0 rgba(65, 95, 251, 0.06), 0 4px 10px 0 rgba(65, 95, 251, 0.06), 0 0 0 3px rgba(171, 12, 47, 0.2);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-leadership-search .tp-header-2-search input {
        width: 370px;
    }
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-leadership-search .tp-header-2-search input {
        width: 300px;
    }
}
.tp-leadership-search .tp-header-2-search input::placeholder {
    font-size: 16px;
}
@media only screen and (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-leadership-select {
        margin-bottom: 10px;
    }
}
.tp-leadership-select .nice-select {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    color: var(--tp-heading-primary);
    width: 420px;
    border-radius: 6px;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    border: 1px solid #e6e8f0;
    background: var(--tp-common-white);
    box-shadow: inset 0 1px 4px 0 rgba(48, 54, 81, 0.06), 0 1px 1px 0 rgba(48, 54, 81, 0.06);
}
.tp-leadership-select .nice-select:after {
    right: 20px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-leadership-select .nice-select {
        width: 370px;
    }
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-leadership-select .nice-select {
        width: 300px;
    }
}
.tp-leadership-select .nice-select .option.selected {
    font-weight: 400;
}
.tp-leadership-btn .tp-btn {
    padding: 10px 110px;
}
.tp-leadership-item:hover .tp-leadership-thumb img {
    transform: scale(1.04);
}
.tp-leadership-item:hover .tp-leadership-thumb:after {
    height: 100%;
}
.tp-leadership-item:hover .tp-leadership-hover-box {
    bottom: 20px;
    opacity: 1;
}
.tp-leadership-thumb {
    overflow: hidden;
    border-radius: 10px;
}
.tp-leadership-thumb img {
    border-radius: 10px;
    transition: 0.5s;
}
@media only screen and (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-leadership-thumb img {
        width: 100%;
    }
}
.tp-leadership-thumb:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    height: 0;
    width: 100%;
    border-radius: 10px;
    transition: all 0.3s ease-out 0s;
    background: linear-gradient(180deg, rgba(196, 18, 48, 0) 38.02%, #c41230);
}
.tp-leadership-thumb.instructor:after {
    background: linear-gradient(180deg, rgba(196, 18, 48, 0) 38.02%, var(--tp-dashboard-primary) 100%);
}
.tp-leadership-hover-box {
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 10px;
    opacity: 0;
    z-index: 1;
    transition: all 0.5s;
}
.tp-leadership-social a {
    display: inline-block;
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 42px;
    border-radius: 50%;
    color: var(--tp-heading-primary);
    background-color: var(--tp-common-white);
}
.tp-leadership-social a:not(:last-of-type) {
    margin-right: 5px;
}
.tp-leadership-social a:hover {
    color: var(--tp-common-white);
    background-color: var(--tp-heading-primary);
}
.tp-leadership-social.instructor a:hover {
    color: var(--tp-dashboard-primary);
    background-color: var(--tp-common-white);
}
.tp-leadership-btn a {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--tp-common-white);
}
.tp-leadership-btn a:hover span {
    color: var(--tp-heading-primary);
    background-color: var(--tp-common-white);
}
.tp-leadership-btn a span {
    display: inline-block;
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 37px;
    border-radius: 50%;
    margin-left: 5px;
    border: 1px solid hsla(0, 0%, 100%, 0.2);
    transition: all 0.3s ease-in-out;
}
.tp-leadership-title {
    color: #141820;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: -0.48px;
}
.tp-leadership-title a:hover {
    color: #c41230;
}
.tp-leadership-title.instructor a:hover {
    color: var(--tp-dashboard-primary);
}
.tp-leadership-content {
    padding: 20px 0 0;
}
.tp-leadership-content span {
    color: #525356;
    font-size: 15px;
    font-weight: 400;
    display: inline-block;
}
.tp-instructor-bg {
    background-size: cover;
    background-repeat: no-repeat;
}
.tp-instructor-counter-item {
    position: relative;
    padding: 19px 0;
    z-index: 1;
}
.tp-instructor-counter-item p {
    color: hsla(0, 0%, 100%, 0.7);
}
.tp-instructor-counter-item:before {
    position: absolute;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    right: -15px;
    height: 120px;
    width: 2px;
    background: hsla(0, 0%, 100%, 0.14);
}
.tp-instructor-counter-item.item-end:before {
    display: none;
}
.tp-instructor-main-title {
    text-align: center;
    font-size: 50px;
    font-weight: 500;
    letter-spacing: -1px;
    color: var(--tp-heading-2);
}
@media only screen and (max-width: 767px) {
    .tp-instructor-main-title {
        font-size: 40px;
    }
}
@media only screen and (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-instructor-p {
        padding-top: 80px;
    }
    .tp-instructor-become-tab {
        padding-bottom: 80px;
    }
}
.tp-instructor-become-tab .nav {
    margin-bottom: 100px;
    border-bottom: 1px solid #e6e8f0;
}
@media only screen and (max-width: 767px) {
    .tp-instructor-become-tab .nav {
        margin-bottom: 50px;
    }
}
.tp-instructor-become-tab .nav .nav-link {
    color: #a0a2a4;
    font-size: 20px;
    font-weight: 400;
    padding: 18px 0;
    border-color: transparent;
}
.tp-instructor-become-tab .nav .nav-link.active {
    position: relative;
    color: #010f1c;
    background-color: transparent;
}
.tp-instructor-become-tab .nav .nav-link.active:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    height: 2px;
    width: 100%;
    transition: all 1s ease-in-out;
    background: #010f1c;
}
.tp-instructor-become-tab .nav .nav-item {
    text-align: center;
}
.tp-instructor-become-tab .nav .nav-item:not(:last-of-type) {
    margin-right: 40px;
}
@media only screen and (max-width: 767px) {
    .tp-instructor-become-tab .nav .nav-item:not(:last-of-type) {
        margin-right: 30px;
    }
}
.tp-instructor-become-wrap p {
    font-size: 17px;
    font-weight: 300;
    margin-bottom: 30px;
}
@media only screen and (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-instructor-become-wrap p br {
        display: none;
    }
}
.tp-instructor-become-title {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 30px;
    letter-spacing: -0.6px;
    color: var(--tp-heading-2);
}
.tp-instructor-become-subtitle {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 8px;
    display: inline-block;
    color: var(--tp-heading-2);
}
@media only screen and (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-instructor-apply-area {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}
.tp-instructor-apply-box {
    padding: 15px;
    border-radius: 16px;
    background-color: #f3f4f9;
}
.tp-instructor-apply-from {
    padding: 60px 50px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-instructor-apply-from {
        padding: 50px 30px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .tp-instructor-apply-from {
        padding: 45px 35px;
    }
}
@media only screen and (max-width: 767px) {
    .tp-instructor-apply-from {
        padding: 45px 10px;
    }
}
.tp-instructor-apply-thumb img {
    border-radius: 6px;
}
@media only screen and (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-instructor-apply-thumb img {
        width: 100%;
    }
}
.tp-instructor-apply-heading {
    margin-bottom: 35px;
}
.tp-instructor-apply-title {
    font-size: 30px;
    margin-bottom: 5px;
    letter-spacing: -0.6px;
    color: var(--tp-heading-2);
}
.tp-instructor-apply-desc {
    font-size: 17px;
    font-weight: 300;
}
.tp-instructor-apply-input {
    margin-bottom: 20px;
}
.tp-instructor-apply-input label {
    color: #161613;
    font-size: 15px;
    line-height: 1;
    margin-bottom: 12px;
}
.tp-instructor-apply-input input[type="email"],
.tp-instructor-apply-input input[type="password"],
.tp-instructor-apply-input input[type="tel"],
.tp-instructor-apply-input input[type="text"],
.tp-instructor-apply-input textarea {
    border-radius: 6px;
    border: transparent;
    background: var(--tp-common-white);
    box-shadow: 0 1px 2px 0 rgba(18, 20, 32, 0.2);
}
.tp-instructor-apply-input input[type="email"]:focus,
.tp-instructor-apply-input input[type="password"]:focus,
.tp-instructor-apply-input input[type="tel"]:focus,
.tp-instructor-apply-input input[type="text"]:focus,
.tp-instructor-apply-input textarea:focus {
    border: 1px solid var(--tp-theme-7);
    box-shadow: 0 0 0 3px rgba(70, 97, 253, 0.16);
}
.tp-instructor-apply-input textarea {
    height: 120px;
    resize: none;
}
.tp-instructor-apply-input-btn .tp-btn-inner {
    height: 54px;
}
.tp-instructor-apply-input-btn .tp-btn-inner span {
    margin-left: 5px;
    transform: translateY(-1px);
}
@media only screen and (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-history-box {
        margin-bottom: 40px;
    }
}
.tp-history-box-wrapper:after {
    position: absolute;
    content: "";
    left: 20px;
    top: 0;
    height: 100%;
    width: 1px;
    background: var(--standard_color);
}
@media only screen and (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-history-box-wrapper:after {
        content: none;
    }
}
.tp-history-box.overlay-1:before {
    position: absolute;
    top: 0;
    left: 15px;
    height: 45%;
    width: 10px;
    content: "";
    z-index: 2;
    background-color: #f6f4ee;
}
@media only screen and (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-history-box.overlay-1:before {
        content: none;
    }
}
.tp-history-box.overlay-2:before {
    position: absolute;
    bottom: 0;
    left: 15px;
    height: 45%;
    width: 10px;
    content: "";
    z-index: 2;
    background-color: #f6f4ee;
}
@media only screen and (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-history-box.overlay-2:before {
        content: none;
    }
}
.tp-history-title {
    position: relative;
    font-size: 74px;
    font-style: italic;
    line-height: 1;
    font-weight: 500;
    margin-bottom: 20px;
    letter-spacing: -2.96px;
    color: var(--standard_color);
    font-family: var(--tp-ff-secondary);
}
.tp-history-title.line:after {
    position: absolute;
    content: "";
    top: 50%;
    height: 1px;
    width: 80px;
    left: -100px;
    z-index: 2;
    transform: translateY(-50%);
    background: var(--standard_color);
}
@media only screen and (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-history-title.line:after {
        content: none;
    }
}
.tp-history-year {
    position: relative;
}
@media only screen and (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-history-year {
        display: none;
    }
}
.tp-history-year-title {
    position: relative;
    font-size: 24px;
    font-style: italic;
    line-height: 1;
    font-weight: 500;
    margin-bottom: 0;
    color: var(--standard_color);
    font-family: var(--tp-ff-secondary);
    background-color: #f6f4ee;
    z-index: 1;
    padding: 22px 0;
}
.tp-history-year.ankor:after {
    position: absolute;
    top: -13px;
    left: 11px;
    z-index: 2;
    content: url(../media/ankor.ce33185e.svg);
}
.tp-history-item-thumb-left {
    margin-left: -40px;
    position: relative;
    z-index: 1;
}
@media only screen and (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-history-item-thumb-left {
        margin-left: 0;
        margin-bottom: 30px;
    }
}
@media only screen and (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-history-item-thumb-left img {
        width: 100%;
    }
}
.tp-history-item-thumb-right {
    margin-left: -86px;
    position: relative;
    z-index: 1;
}
@media only screen and (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-history-item-thumb-right {
        margin-left: 0;
        margin-bottom: 30px;
    }
    .tp-history-item-thumb-right img {
        width: 100%;
    }
}
.tp-history-item-content-left {
    margin-left: -40px;
    position: relative;
    z-index: 1;
}
@media only screen and (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-history-item-content-left {
        margin-left: 0;
        margin-bottom: 30px;
    }
}
.tp-history-item-content p {
    color: #3e4047;
    font-size: 17px;
    font-weight: 400;
    line-height: 24px;
    margin: 0;
}
.tp-undergraduate-program-heading {
    padding: 16px 30px;
    border-radius: 10px;
    background-size: cover;
    background-repeat: no-repeat;
    filter: drop-shadow(0 1px 2px rgba(69, 5, 9, 0.3));
}
.tp-undergraduate-program-title {
    font-size: 26px;
    font-weight: 700;
    margin: 0;
    color: var(--tp-common-white);
}
.tp-undergraduate-program-title span {
    margin-right: 8px;
}
@media only screen and (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px) {
    .tp-undergraduate-program-box {
        padding-bottom: 30px;
    }
}
.tp-undergraduate-program-content {
    padding: 35px 40px;
}
@media only screen and (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px) {
    .tp-undergraduate-program-content {
        padding: 35px 0;
    }
}
.tp-undergraduate-program-list ul li {
    list-style: none;
    margin-bottom: 10px;
}
.tp-undergraduate-program-list ul li:hover a {
    color: var(--tp-common-white);
    background: var(--tp-red-3);
    border: 1px solid var(--tp-red-3);
    box-shadow: 0 1px 2px 0 rgba(113, 2, 9, 0.4);
}
.tp-undergraduate-program-list ul li:hover a span {
    opacity: 1;
    color: var(--tp-common-white);
}
.tp-undergraduate-program-list ul li:hover a:before {
    opacity: 0;
}
.tp-undergraduate-program-list ul li:hover a:after {
    background: var(--tp-common-white);
}
.tp-undergraduate-program-list ul li a {
    position: relative;
    width: 100%;
    height: 100%;
    font-size: 17px;
    font-weight: 400;
    line-height: 50px;
    border-radius: 6px;
    display: inline-block;
    transition: all 0.3s;
    padding: 1px 20px 1px 35px;
    color: var(--tp-heading-primary);
    border: 1px solid #e4e2dd;
}
.tp-undergraduate-program-list ul li a:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all 0.3s ease-out 0s;
    background: linear-gradient(180deg, hsla(45, 20%, 92%, 0), hsla(45, 20%, 92%, 0.8));
}
.tp-undergraduate-program-list ul li a span {
    color: var(--tp-heading-primary);
    opacity: 0.5;
    float: right;
}
.tp-undergraduate-program-list ul li a span svg {
    transform: translateY(-2px);
    transition: all 0.3s ease-out 0s;
}
.tp-undergraduate-program-list ul li a:after {
    position: absolute;
    content: "";
    top: 50%;
    left: 20px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    transition: all 0.3s ease-out 0s;
    transform: translateY(-50%);
    background-color: var(--tp-heading-primary);
}
@media only screen and (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-admission-counter-area {
        padding-bottom: 80px;
    }
}
.tp-admission-counter-box {
    border-radius: 10px;
    padding: 45px 80px 60px;
    background: hsla(45, 22%, 60%, 0.1);
}
@media only screen and (max-width: 767px) {
    .tp-admission-counter-box {
        padding: 40px 40px 50px;
    }
}
@media only screen and (max-width: 767px),
    only screen and (min-width: 1200px) and (max-width: 1399px),
    only screen and (min-width: 576px) and (max-width: 767px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-admission-counter-item {
        padding-left: 0;
    }
}
@media only screen and (max-width: 767px) {
    .tp-admission-counter-item {
        text-align: center;
    }
}
.tp-admission-counter-item p {
    position: relative;
    font-size: 18px;
    font-weight: 300;
    line-height: 24px;
    color: #454541;
}
.tp-admission-counter-item p.after:after {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    height: 50px;
    width: 1px;
    background: rgba(69, 69, 65, 0.14);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-admission-counter-item p.after:after {
        right: 25px;
    }
}
@media only screen and (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-admission-counter-item p.after:after {
        content: none;
    }
}
.tp-admission-counter-title {
    font-size: 60px;
}
.tp-admission-counter-title,
.tp-admission-counter-title span {
    font-style: italic;
    font-weight: 500;
    margin-bottom: 0;
    letter-spacing: -4px;
    color: var(--standard_color);
    font-family: var(--tp-ff-secondary);
}
.tp-admission-counter-title span {
    font-size: 100px;
}
@media only screen and (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-admission-overview-area {
        padding-bottom: 80px;
    }
}
.tp-admission-overview-wrapper {
    padding-left: 4px;
}
@media only screen and (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-admission-overview-wrapper {
        padding-left: 0;
    }
}
.tp-admission-overview-wrapper p {
    font-size: 18px;
    font-weight: 300;
    line-height: 28px;
    color: #3e4047;
    margin-bottom: 20px;
}
.tp-admission-overview-wrapper p span {
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    color: var(--tp-heading-primary);
}
.tp-admission-overview-title {
    font-size: 40px;
    font-weight: 600;
    letter-spacing: -0.8px;
    color: var(--tp-heading-primary);
}
@media only screen and (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-admission-overview-btn {
        margin-top: 20px;
    }
}
.tp-admission-overview-btn .tp-btn {
    font-size: 18px;
    font-weight: 500;
    padding: 5px 34px;
    color: var(--standard_color);
    line-height: 24px;
    border-color: var(--standard_color);
    background-color: transparent;
}
.tp-admission-overview-btn .tp-btn span {
    margin-left: 10px;
}
.tp-admission-overview-btn .tp-btn:hover {
    color: var(--tp-common-white);
    background-color: var(--standard_color);
}
@media only screen and (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-admission-cta-area {
        padding-bottom: 10px;
    }
}
.tp-admission-cta-box {
    position: relative;
    padding: 50px;
    border-radius: 16px;
    background-color: #164951;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-admission-cta-box {
        padding: 80px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-admission-cta-box {
        padding: 80px 30px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-admission-cta-box {
        padding: 60px;
    }
}
@media only screen and (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px) {
    .tp-admission-cta-box {
        padding: 15px;
    }
}
.tp-admission-cta-thumb {
    position: absolute;
    bottom: -40px;
    right: 48px;
}
@media only screen and (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-admission-cta-thumb {
        position: static;
    }
}
.tp-admission-cta-thumb img {
    border-radius: 8px;
}
@media only screen and (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-admission-cta-thumb img {
        width: 100%;
    }
}
@media only screen and (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-admission-cta-heading {
        margin-bottom: 30px;
    }
}
.tp-admission-cta-heading p {
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 32px;
    color: hsla(0, 0%, 100%, 0.8);
}
.tp-admission-cta-title {
    font-size: 34px;
    font-weight: 600;
    line-height: 40px;
    margin-bottom: 15px;
    letter-spacing: -0.68px;
    color: var(--tp-common-white);
}
.tp-admission-cta-btn .tp-btn {
    border: none;
    border-radius: 6px;
    background: hsla(0, 0%, 100%, 0.1);
}
.tp-admission-cta-btn .tp-btn span {
    margin-left: 5px;
}
.tp-admission-cta-btn .tp-btn:hover {
    color: var(--tp-heading-primary);
    background-color: var(--tp-common-white);
}
@media only screen and (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-admission-apply-area {
        padding-bottom: 10px;
    }
}
.tp-admission-apply-heading {
    padding-top: 120px;
    padding-left: 100px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-admission-apply-heading {
        padding-top: 35px;
        padding-left: 0;
    }
}
@media only screen and (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-admission-apply-heading {
        padding-top: 30px;
        padding-left: 0;
    }
}
.tp-admission-apply-heading p {
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 35px;
    color: rgba(22, 22, 19, 0.8);
}
@media only screen and (max-width: 767px) {
    .tp-admission-apply-heading p br {
        display: none;
    }
}
.tp-admission-apply-thumb {
    margin-left: 40px;
}
@media only screen and (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-admission-apply-thumb {
        margin-left: 0;
    }
}
.tp-admission-apply-thumb:after {
    position: absolute;
    content: "";
    left: -40px;
    top: -40px;
    height: 480px;
    width: 55%;
    z-index: 0;
    border-radius: 10px;
    background-color: #ffd074;
}
@media only screen and (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-admission-apply-thumb:after {
        content: none;
    }
}
.tp-admission-apply-thumb img {
    position: relative;
    z-index: 1;
    border-radius: 8px;
    object-fit: cover;
}
.btn-close {
    position: absolute;
    right: -27px;
    opacity: 1;
    filter: brightness(0) invert(1);
}
@media only screen and (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-admission-apply-thumb img {
        width: 100%;
    }
}
.tp-admission-apply-title {
    font-size: 34px;
    font-weight: 600;
    margin-bottom: 20px;
    letter-spacing: -0.68px;
    color: var(--tp-heading-primary);
}
.tp-admission-apply-btn .tp-btn {
    border-radius: 6px;
    border: none;
    color: var(--tp-heading-primary);
    background: rgba(22, 22, 19, 0.1);
}
.tp-admission-apply-btn .tp-btn span {
    margin-left: 5px;
}
.tp-admission-apply-btn .tp-btn:hover {
    color: var(--tp-common-white);
    background-color: var(--standard_color);
}
.tp-financial-counter-box {
    border-radius: 10px;
    padding: 45px 80px 52px;
    background-color: var(--tp-common-white);
    box-shadow: 0 2px 4px -2px rgba(3, 11, 30, 0.14), 0 6px 6px -6px rgba(22, 22, 19, 0.14);
}
@media only screen and (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px) {
    .tp-financial-counter-box {
        padding: 40px;
    }
}
.tp-financial-mission-title {
    font-size: 34px;
    font-weight: 500;
    margin-bottom: 30px;
    letter-spacing: -0.68px;
    color: var(--tp-heading-primary);
}
.tp-financial-process-box {
    border-radius: 8px;
    padding: 50px 54px;
    margin-bottom: 20px;
    background: var(--tp-common-white);
    box-shadow: 0 2px 4px -2px rgba(3, 11, 30, 0.14), 0 6px 6px -6px rgba(22, 22, 19, 0.14);
}
@media only screen and (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px) {
    .tp-financial-process-box {
        padding: 50px 40px;
    }
}
.tp-financial-process-box p {
    color: #31312e;
    font-size: 18px;
    font-weight: 300;
    line-height: 28px;
    margin: 0;
}
.tp-financial-process-title {
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 15px;
    color: var(--tp-heading-primary);
}
.tp-financial-process-title span {
    font-size: 16px;
    font-weight: 600;
    color: var(--standard_color);
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 36px;
    border-radius: 50%;
    margin-right: 15px;
    transform: translateY(-2px);
    border: 2px solid #b1040e;
}
.tp-financial-bg {
    background-color: #efede7;
}
.tp-financial-item {
    border-radius: 16px;
    border: 1px solid rgba(22, 22, 19, 0.1);
}
.tp-financial-item:hover .tp-financial-thumb img {
    transform: scale(1.08);
}
.tp-financial-title {
    font-size: 50px;
    font-weight: 600;
    letter-spacing: -1px;
    margin-bottom: 40px;
    color: var(--tp-heading-primary);
}
.tp-financial-thumb {
    overflow: hidden;
    border-radius: 16px 16px 0 0;
}
.tp-financial-thumb img {
    border-radius: 16px 16px 0 0;
    width: 100%;
    transition: 0.5s;
}
.tp-financial-content {
    padding: 26px 30px 35px;
}
.tp-financial-content-title {
    font-size: 24px;
    font-weight: 500;
    letter-spacing: -0.48px;
    color: var(--tp-heading-primary);
}
.tp-financial-content p {
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    color: #31312e;
    margin: 0;
}
.tp-shop-banner-bg {
    position: absolute;
    top: 0;
    left: 50%;
    z-index: -1;
    height: 570px;
    background-size: cover;
    background-repeat: no-repeat;
    width: calc(100% - 280px);
    transform: translateX(-50%);
    right: auto;
    margin: 0 auto;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .tp-shop-banner-bg {
        width: calc(100% - 30px);
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-shop-banner-bg {
        height: 515px;
    }
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-shop-banner-bg {
        height: 100%;
    }
}
@media only screen and (max-width: 767px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-shop-banner-bg {
        width: 100%;
    }
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-shop-banner-ptb {
        padding-bottom: 80px;
    }
}
.tp-shop-banner-space {
    margin-left: 140px;
    margin-right: 140px;
}
@media only screen and (max-width: 767px),
    only screen and (min-width: 1200px) and (max-width: 1399px),
    only screen and (min-width: 1400px) and (max-width: 1599px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-shop-banner-space {
        margin-left: 30px;
        margin-right: 30px;
    }
}
.tp-shop-banner-content {
    margin-right: -15px;
}
.tp-shop-banner-content span {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 12px;
    display: inline-block;
    color: var(--tp-common-white);
    font-family: var(--tp-ff-secondary);
}
.tp-shop-banner-title {
    font-size: 70px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 35px;
    letter-spacing: -0.03em;
    color: var(--tp-common-white);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-shop-banner-title {
        font-size: 60px;
    }
}
@media only screen and (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-shop-banner-title {
        font-size: 50px;
    }
}
.tp-shop-banner-thumb {
    margin-top: -24px;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-shop-banner-thumb {
        margin-bottom: 30px;
    }
}
@media only screen and (max-width: 767px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-shop-banner-thumb img {
        width: 80%;
    }
}
.tp-shop-banner-btn a {
    font-size: 15px;
    font-weight: 500;
    color: #1e1e2f;
    line-height: 1;
    display: inline-block;
    padding: 12px 33px 14px;
    background: var(--tp-common-white);
    box-shadow: 0 0 1px 0 #006b61, 0 1px 2px 0 rgba(0, 107, 97, 0.2);
}
.tp-shop-banner-btn a span {
    margin-left: 5px;
    margin-bottom: 0;
    color: #1e1e2f;
    display: inline-block;
    transform: translateY(-1px);
    transition: all 0.3s ease-out 0s;
}
.tp-shop-banner-btn a:hover {
    background-color: #1e1e2f;
}
.tp-breadcrumb__content {
    text-align: center;
}
.tp-shop-banner-btn a:hover,
.tp-shop-banner-btn a:hover span {
    color: var(--tp-common-white);
}
.tp-shop-banner-dot {
    position: absolute;
    left: 50% !important;
    width: auto !important;
    bottom: 40px !important;
    transform: translateX(-50%);
}
.tp-shop-banner-dot .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    opacity: 0.4;
    margin: 0 8px;
    position: relative;
    display: inline-block;
    transition: all 0.3s ease-out 0s;
    background: var(--tp-common-white);
}
.tp-shop-banner-dot .swiper-pagination-bullet:after {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    top: -2px;
    left: -2px;
    opacity: 0;
    border-radius: 50%;
    border: 1px solid var(--tp-common-white);
    transition: all 0.3s ease-out 0s;
}
.tp-shop-banner-dot .swiper-pagination-bullet-active {
    transform: scale(0.5);
    opacity: 1;
    background: var(--tp-common-white);
}
.tp-shop-banner-dot .swiper-pagination-bullet-active:after {
    opacity: 1;
    transform: scale(2.2);
}
.tp-shop-feature-heading {
    margin-bottom: 45px;
}
.tp-shop-feature-heading p {
    font-size: 18px;
    font-weight: 300;
    color: #4f5158;
}
.tp-shop-feature-thumb {
    overflow: hidden;
}
.tp-shop-feature-thumb img {
    width: 100%;
    object-fit: cover;
    transform: scale(1) translateZ(0);
    transition: transform 0.6s cubic-bezier(0.5, 1, 0.89, 1);
}
.tp-shop-feature-thumb:hover img {
    transform: scale(1.1) translateZ(0);
}
.tp-shop-feature-thumb:hover:after {
    opacity: 1;
    visibility: visible;
}
.tp-shop-feature-thumb:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    transition: all 0.3s ease-out 0s;
    background-color: rgba(3, 7, 10, 0.3);
}
.tp-shop-feature-title {
    font-size: 40px;
    font-weight: 500;
    color: #1e1e2f;
    margin-bottom: 5px;
    letter-spacing: -0.02em;
}
.tp-shop-feature-content {
    position: absolute;
    top: 50px;
    left: 34px;
    z-index: 2;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-shop-feature-content {
        top: 20px;
    }
}
.tp-shop-feature-content span {
    font-size: 14px;
    font-weight: 500;
    color: var(--tp-common-white);
}
.tp-shop-feature-content .h4,
.tp-shop-feature-content h4 {
    font-size: 32px;
    font-weight: 600;
    line-height: 34px;
    letter-spacing: -0.02em;
    color: var(--tp-common-white);
}
.tp-shop-feature-btn {
    position: absolute;
    bottom: 40px;
    left: 34px;
    z-index: 2;
}
.tp-shop-feature-btn a {
    position: relative;
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    padding: 9px 16px;
    line-height: 1;
    overflow: hidden;
    color: var(--tp-theme-6);
    background: var(--tp-common-white);
    box-shadow: 0 0 6px 0 rgba(30, 30, 47, 0.06);
}
.tp-shop-feature-btn a span {
    margin-left: 5px;
    margin-bottom: 0;
    display: inline-block;
    transform: translateY(-1px);
}
.tp-shop-feature-btn a:after {
    content: "";
    left: 150%;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 200%;
    opacity: 0.35;
    transform: skew(-20deg);
    background-image: linear-gradient(90deg, transparent, var(--tp-theme-6, transparent), transparent);
}
.tp-shop-feature-btn a:hover:after {
    animation: shine 0.75s cubic-bezier(0.01, 0.56, 1, 1);
}
.tp-shop-product-item:hover .tp-shop-product-thumb img {
    transform: scale(1.03) translateZ(0);
}
.tp-shop-product-item:hover .tp-shop-product-thumb-btn {
    transform: translateY(0);
}
.tp-shop-product-thumb {
    margin-bottom: 20px;
    background: #f8f8f8;
    overflow: hidden;
}
.tp-shop-product-thumb img {
    width: 100%;
    transform: scale(1) translateZ(0);
    transition: transform 0.6s cubic-bezier(0.5, 1, 0.89, 1);
}
.tp-shop-product-thumb-tag {
    position: absolute;
    top: 10px;
    left: 10px;
}
.tp-shop-product-thumb-tag span {
    font-size: 13px;
    font-weight: 600;
    padding: 4px 10px;
    text-transform: uppercase;
    color: var(--tp-common-white);
}
.tp-shop-product-thumb-tag span.hot {
    background-color: #ff6a41;
}
.tp-shop-product-thumb-tag span.off {
    background: #819570;
}
.tp-shop-product-thumb-tag span.new {
    background: #319c9a;
}
.tp-shop-product-thumb-btn {
    position: absolute;
    text-align: center;
    width: calc(100% - 16px);
    bottom: 8px;
    left: 8px;
    z-index: 2;
    color: var(--tp-common-black);
    transform: translateY(60px);
    transition: transform 0.5s cubic-bezier(0.5, 1, 0.89, 1);
    background-color: var(--tp-common-white);
}
.tp-shop-product-thumb-btn button {
    font-weight: 600;
    font-size: 15px;
    border-radius: 0;
    padding: 6px 0;
    color: #ddf49f;
    text-transform: uppercase;
    background: var(--tp-theme-8);
    box-shadow: 0 0 1px 0 #006b61, 0 1px 2px 0 rgba(0, 107, 97, 0.2);
    width: 100%;
}
.tp-shop-product-thumb-btn button:hover {
    box-shadow: none;
    color: var(--tp-common-white);
    background-color: var(--tp-theme-6);
}
.tp-shop-product-tag span {
    opacity: 0.8;
    font-size: 11px;
    font-weight: 400;
    color: #1e1e2f;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}
.tp-shop-product-title {
    font-size: 22px;
    font-weight: 500;
    color: var(--tp-theme-6);
}
.tp-shop-product-title a:hover {
    color: var(--tp-theme-8);
}
.tp-shop-product-price span {
    font-size: 18px;
    font-weight: 400;
    color: #1e1e2f;
}
@media only screen and (max-width: 767px) {
    .tp-shop-product-tab {
        margin-bottom: 40px;
    }
}
.tp-shop-product-tab .nav-pills .nav-link {
    font-size: 26px;
    font-weight: 400;
    padding: 0 15px;
    letter-spacing: -0.52px;
    color: rgba(30, 30, 47, 0.4);
}
@media only screen and (max-width: 767px) {
    .tp-shop-product-tab .nav-pills .nav-link {
        margin-bottom: 20px;
    }
}
.tp-shop-product-tab .nav-pills .nav-link.active {
    color: #1e1e2f;
    background: transparent;
}
.tp-shop-product-tab .nav-pills .nav-link span {
    display: inline-block;
    margin-left: 20px;
}
@media only screen and (max-width: 767px) {
    .tp-shop-product-tab .nav-pills .nav-link span {
        display: none;
    }
}
.tp-shop-cta-bg {
    padding: 38px 100px;
    background-size: cover;
    background-repeat: no-repeat;
}
@media only screen and (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px) {
    .tp-shop-cta-bg {
        padding: 30px;
    }
}
.tp-shop-cta-thumb {
    position: absolute;
    top: -29px;
    right: 314px;
}
@media only screen and (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-shop-cta-thumb {
        display: none;
    }
}
.tp-shop-cta-heading span {
    font-style: italic;
    font-size: 26px;
}
.tp-shop-cta-heading span,
.tp-shop-cta-title {
    font-family: var(--tp-ff-secondary);
    font-weight: 500;
    color: var(--tp-common-white);
}
.tp-shop-cta-title {
    font-size: 54px;
    margin: 0;
    letter-spacing: -0.02em;
    text-transform: uppercase;
}
@media only screen and (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px) {
    .tp-shop-cta-title {
        font-size: 40px;
    }
}
@media only screen and (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-shop-cta-btn {
        margin-top: 20px;
    }
}
.tp-shop-cta-btn a {
    display: inline-block;
    font-weight: 600;
    font-size: 14px;
    padding: 8px 35px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: var(--tp-common-white);
    border: 1px solid var(--tp-common-white);
    box-shadow: 0 0 6px 0 rgba(30, 30, 47, 0.06);
}
.tp-shop-cta-btn a span {
    margin-left: 5px;
    display: inline-block;
    transform: translateY(-2px);
}
.tp-shop-cta-btn a:hover {
    color: var(--tp-theme-6);
    border-color: var(--tp-common-white);
    background-color: var(--tp-common-white);
}
.tp-shop-author-title {
    font-size: 40px;
    font-weight: 500;
    letter-spacing: -2px;
}
.tp-shop-author-heading p {
    font-size: 18px;
    color: #8b8c8f;
}
.tp-shop-author-item:hover .tp-shop-author-thumb img {
    transform: scale(1.04);
}
.tp-shop-author-item-title {
    font-weight: 500;
    font-size: 22px;
    letter-spacing: -0.02em;
    color: var(--tp-theme-6);
}
.tp-shop-author-content span {
    font-size: 16px;
    font-weight: 400;
    color: #8b8c8f;
}
.tp-shop-author-thumb {
    overflow: hidden;
    margin-bottom: 30px;
    border-radius: 50%;
}
.tp-shop-author-thumb img {
    width: 100%;
    border-radius: 10px;
    transition: all 0.3s ease-out 0s;
}
@media only screen and (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-shop-author-btn {
        margin-top: 20px;
    }
}
.tp-shop-author-btn a {
    font-weight: 600;
    font-size: 15px;
    padding: 11px 30px;
    color: #ddf49f;
    background: var(--tp-theme-8);
    box-shadow: 0 0 1px 0 #006b61, 0 1px 2px 0 rgba(0, 107, 97, 0.2);
}
.tp-shop-author-btn a span {
    display: inline-block;
    margin-left: 5px;
    transform: translateY(-1px);
}
.tp-shop-author-btn a:hover {
    box-shadow: none;
    color: var(--tp-common-white);
    background-color: var(--tp-theme-6);
}
.tp-shop-service-item {
    padding: 40px 30px;
    background: linear-gradient(147deg, #e3fee6, #fff1e1);
    z-index: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-shop-service-item {
        flex-wrap: wrap;
    }
}
.tp-shop-service-item.return:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background: linear-gradient(93deg, #ffeae1, #b8e8ff);
    transform: rotate(-180deg);
}
.tp-shop-service-title {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 35px;
    letter-spacing: -0.01em;
    color: var(--tp-theme-6);
}
.tp-shop-service-content p {
    font-size: 15px;
    color: #4b4b53;
}
.tp-shop-widget-title {
    font-weight: 500;
    font-size: 18px;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    margin-bottom: 25px;
}
.tp-shop-widget-title.no-border {
    border: 0;
    padding-bottom: 0;
    margin-bottom: 14px;
}
.tp-shop-widget-filter .ui-widget.ui-widget-content {
    height: 3px;
    background-color: #ededed;
    border: 0;
}
.tp-shop-widget-filter .ui-slider-horizontal .ui-slider-range {
    background-color: var(--tp-theme-8);
}
.tp-shop-widget-filter .ui-slider .ui-slider-handle {
    top: -7px;
    width: 5px;
    height: 17px;
    border: 0;
    padding: 0;
    margin: 0;
    border-radius: 0;
    background-color: var(--tp-theme-8);
}
.tp-shop-widget-filter .ui-slider .ui-slider-handle:focus-visible {
    outline: none;
}
.tp-shop-widget-filter-info .input-range {
    width: 190px;
    height: auto;
    background-color: transparent;
    color: var(--tp-theme-8);
    padding: 0;
    border: 0;
    font-weight: 500;
    font-size: 15px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-shop-widget-filter-info .input-range {
        width: 130px;
    }
}
.tp-shop-widget-filter-info .tp-shop-widget-filter-btn {
    font-weight: 300;
    font-size: 14px;
    color: var(--tp-common-black);
    background-color: #f5f5f5;
    padding: 2px 21px;
}
.tp-shop-widget-filter-info .tp-shop-widget-filter-btn:hover {
    color: var(--tp-common-white);
    background-color: var(--tp-common-black);
}
.tp-shop-widget-checkbox ul li {
    list-style: none;
}
.tp-shop-widget-checkbox ul li:not(:last-child) {
    margin-bottom: 4px;
}
.tp-shop-widget-checkbox ul li input {
    display: none;
}
.tp-shop-widget-checkbox ul li input .single-widget-category input:checked + label:after {
    opacity: 1;
    visibility: visible;
}
.tp-shop-widget-checkbox ul li input:checked ~ label:after {
    background-color: var(--tp-theme-8);
    border-color: var(--tp-theme-8);
}
.tp-shop-widget-checkbox ul li input:checked ~ label:before {
    visibility: visible;
    opacity: 1;
}
.tp-shop-widget-checkbox ul li label {
    font-size: 16px;
    color: #55585b;
    position: relative;
    padding-left: 26px;
}
.tp-shop-widget-checkbox ul li label:after {
    content: "";
    top: 5px;
    border: 2px solid #dadada;
    z-index: -1;
}
.tp-shop-widget-checkbox ul li label:after,
.tp-shop-widget-checkbox ul li label:before {
    position: absolute;
    left: 0;
    width: 16px;
    height: 16px;
    line-height: 12px;
    text-align: center;
    transition: all 0.2s ease-out 0s;
}
.tp-shop-widget-checkbox ul li label:before {
    content: url(../media/check.b47fd7eb.svg);
    top: 6px;
    visibility: hidden;
    opacity: 0;
    color: var(--tp-common-white);
}
.tp-shop-widget-checkbox ul li label:hover {
    cursor: pointer;
}
.tp-shop-widget-categories {
    height: 288px;
    overflow-y: scroll;
    overscroll-behavior-y: contain;
    scrollbar-width: thin;
    padding-right: 10px;
}
.tp-shop-widget-categories.height {
    height: 100%;
}
.tp-shop-widget-categories ul li {
    list-style: none;
    width: 100%;
}
.tp-shop-widget-categories ul li:not(:last-child) {
    margin-bottom: 10px;
}
.tp-shop-widget-categories ul li a {
    font-weight: 400;
    font-size: 15px;
    color: var(--tp-text-body);
    position: relative;
    padding-left: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.tp-shop-widget-categories ul li a:after {
    position: absolute;
    content: "";
    top: 10px;
    left: 0;
    width: 6px;
    height: 6px;
    text-align: center;
    background-color: #e7e7e7;
    border-radius: 50%;
}
.tp-shop-widget-categories ul li a:hover {
    color: var(--tp-theme-8);
}
.tp-shop-widget-categories ul li a:hover:after {
    background-color: var(--tp-theme-8);
}
.tp-shop-widget-categories ul li a:hover span {
    background-color: var(--tp-theme-8);
    border-color: var(--tp-theme-8);
    color: var(--tp-common-white);
}
.tp-shop-widget-categories ul li a span {
    font-weight: 500;
    font-size: 12px;
    line-height: 1;
    border: 1px solid #eaeaea;
    border-radius: 8px;
    padding: 4px 6px;
}
.tp-shop-list-product-item {
    padding: 40px 45px;
    background-color: #f8f8f8;
}
@media only screen and (max-width: 767px) {
    .tp-shop-list-product-item {
        padding: 30px;
        flex-wrap: wrap;
    }
}
.tp-shop-list-product-thumb {
    margin-right: 74px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-shop-list-product-thumb {
        margin-right: 52px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .tp-shop-list-product-thumb {
        margin-right: 30px;
    }
}
@media only screen and (max-width: 767px) {
    .tp-shop-list-product-thumb {
        margin-bottom: 20px;
    }
}
.tp-shop-list-product-thumb img {
    box-shadow: 10px 10px 12px -4px rgba(0, 0, 0, 0.2);
}
.tp-shop-list-product-content {
    width: 100%;
}
.tp-shop-list-product-content .tp-shop-product-thumb-tag {
    top: -20px;
    left: auto;
    right: -20px;
}
@media only screen and (max-width: 767px) {
    .tp-shop-list-product-content .tp-shop-product-thumb-tag {
        top: auto;
        bottom: 0;
        right: 0;
    }
}
.tp-shop-list-product-content p {
    font-size: 15px;
    margin-bottom: 18px;
}
.tp-shop-list-product-btn {
    margin-top: 8px;
}
.tp-shop-list-product-btn button {
    font-size: 15px;
    font-weight: 600;
    color: #ddf49f;
    padding: 12px 52px;
    background: var(--tp-theme-8);
}
.tp-shop-list-product-btn button:hover {
    color: var(--tp-common-white);
    background: #1e1e2f;
}
@media only screen and (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-shop-grid-sidebar {
        margin-right: 0;
    }
}
.tp-product-details-wrapper {
    padding-left: 50px;
}
@media only screen and (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-product-details-wrapper {
        padding-left: 0;
    }
}
.tp-product-details-wrapper > p {
    font-size: 16px;
    line-height: 1.7;
    color: #55585b;
    font-weight: 300;
}
.tp-product-details-wrapper > p span {
    font-weight: 500;
    color: var(--tp-theme-8);
}
.tp-product-details-category span {
    font-size: 16px;
    line-height: 1;
    color: #55585b;
}
.tp-product-details-category span a:hover {
    color: var(--standard_color);
}
@media only screen and (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-product-details-thumb {
        margin-bottom: 30px;
    }
}
.tp-product-details-thumb img {
    width: 100%;
}
.tp-product-details-title {
    font-size: 32px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 15px;
    color: var(--tp-heading-2);
}
.tp-product-details-stock {
    margin-right: 12px;
}
.tp-product-details-stock span {
    display: inline-block;
    font-size: 15px;
    color: var(--tp-theme-8);
    background-color: rgba(0, 107, 97, 0.06);
    line-height: 1;
    padding: 4px 12px;
}
.tp-product-details-rating {
    margin-right: 11px;
    display: flex;
    align-items: center;
}
.tp-product-details-rating span {
    font-size: 12px;
    color: #ffb21d;
}
.tp-product-details-rating span:not(:last-child) {
    margin-right: 3px;
}
.tp-product-details-reviews span {
    font-size: 14px;
    font-weight: 400;
    color: #55585b;
}
.tp-product-details-price {
    font-weight: 600;
    font-size: 30px;
    letter-spacing: -0.02em;
}
.tp-product-details-price.new-price {
    color: #010f1c;
}
.tp-product-details-price.old-price {
    font-weight: 300;
    font-size: 18px;
    -webkit-text-decoration-line: line-through;
    text-decoration-line: line-through;
    color: #767a7d;
}
.tp-product-details-variation {
    margin-bottom: 30px;
}
.tp-product-details-variation-title {
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 4px;
}
.tp-product-details-variation-item:not(:last-child) {
    margin-bottom: 15px;
}
.tp-product-details-variation-list button {
    display: inline-block;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    position: relative;
    transition: box-shadow 0.2s linear 0s;
}
.tp-product-details-variation-list button span[data-bg-color] {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    background-color: var(--tp-common-white);
    border-radius: 50%;
    transition: all 0.2s linear 0s;
    transform: translate(-50%, -50%);
}
.tp-product-details-variation-list button .tp-color-variation-tootltip {
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%) translateY(2px);
    width: max-content;
    background-color: var(--tp-common-black);
    color: var(--tp-common-white);
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
    padding: 4px 6px;
    border-radius: 4px;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
}
.tp-product-details-variation-list button .tp-color-variation-tootltip:before {
    position: absolute;
    content: "";
    bottom: -6px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-top: 6px solid var(--tp-common-black);
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
}
.tp-product-details-variation-list button.tp-size-variation-btn {
    width: 40px;
    height: 40px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0;
    transition: all 0.2s linear 0s;
}
.tp-product-details-variation-list button.tp-size-variation-btn.active,
.tp-product-details-variation-list button.tp-size-variation-btn:hover {
    border-color: var(--tp-common-black);
    box-shadow: none;
    color: var(--tp-common-black);
}
.tp-product-details-variation-list button.active,
.tp-product-details-variation-list button:hover {
    box-shadow: 0 1px 2px rgba(1, 15, 28, 0.2);
}
.tp-product-details-variation-list button.active span[data-bg-color],
.tp-product-details-variation-list button:hover span[data-bg-color] {
    transform: translate(-50%, -50%) scale(0.7);
}
.tp-product-details-variation-list button:hover .tp-color-variation-tootltip {
    visibility: visible;
    opacity: 1;
    transform: translateX(-50%) translateY(-6px);
}
.tp-product-details-action-title {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 13px;
    color: #010f1c;
}
.tp-product-details-quantity .tp-product-quantity {
    width: 122px;
    border-radius: 0;
}
.tp-product-details-quantity .tp-cart-minus,
.tp-product-details-quantity .tp-cart-plus {
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    border-radius: 50%;
    left: 14px;
}
.tp-product-details-quantity .tp-cart-minus:hover,
.tp-product-details-quantity .tp-cart-plus:hover {
    color: var(--tp-theme-8);
    background-color: var(--tp-common-white);
}
.tp-product-details-quantity .tp-cart-plus {
    left: auto;
    right: 14px;
}
.tp-product-details-quantity .tp-cart-input[type="text"] {
    height: 46px;
    line-height: 46px;
    background-color: #f3f5f6;
    border: 0;
    border-radius: 0;
    font-size: 16px;
    width: 122px;
    color: #000;
}
.tp-product-details-add-to-cart-btn {
    font-size: 16px;
    color: var(--tp-common-black);
    text-align: center;
    padding: 9px 30px;
    border: 1px solid #e0e2e3;
}
.tp-product-details-add-to-cart-btn:hover {
    background-color: var(--tp-theme-8);
    border-color: var(--tp-theme-8);
    color: var(--tp-common-white);
}
.tp-product-details-buy-now-btn {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    padding: 10px 30px;
    color: var(--tp-common-white);
    background-color: var(--tp-theme-8);
    box-shadow: 0 0 1px 0 #006b61, 0 1px 2px 0 rgba(0, 107, 97, 0.2);
}
.tp-product-details-buy-now-btn:hover {
    background-color: var(--tp-common-black);
    color: var(--tp-common-white);
}
.tp-product-details-action-wrapper {
    margin-bottom: 17px;
}
.tp-product-details-action-sm {
    padding-bottom: 9px;
    border-bottom: 1px solid #eaebed;
    margin-bottom: 25px;
}
.tp-product-details-action-sm-btn {
    font-size: 16px;
    margin-bottom: 10px;
}
.tp-product-details-action-sm-btn:not(:last-child) {
    margin-right: 10px;
}
.tp-product-details-action-sm-btn i,
.tp-product-details-action-sm-btn svg {
    margin-right: 2px;
}
.tp-product-details-action-sm-btn:hover {
    color: var(--tp-theme-8);
}
.tp-product-details-query {
    margin-top: 25px;
    margin-bottom: 22px;
}
.tp-product-details-query-item:not(:last-child) {
    margin-bottom: 5px;
}
.tp-product-details-query-item > span {
    font-size: 15px;
    color: #010f1c;
    line-height: 1.4;
    margin-right: 6px;
}
.tp-product-details-query-item p {
    font-size: 15px;
    margin-bottom: 0;
    line-height: 1.4;
}
.tp-product-details-social {
    margin-bottom: 22px;
}
.tp-product-details-social span {
    font-size: 15px;
    color: #010f1c;
    margin-right: 5px;
}
.tp-product-details-social a {
    display: inline-block;
    width: 38px;
    height: 38px;
    line-height: 36px;
    text-align: center;
    border: 1px solid #e6e7e8;
    border-radius: 50%;
}
.tp-product-details-social a:not(:last-of-type) {
    margin-right: 4px;
}
.tp-product-details-social a:hover {
    background-color: var(--tp-theme-8);
    border-color: var(--tp-theme-8);
    color: var(--tp-common-white);
}
.tp-product-details-msg ul li {
    list-style: none;
    position: relative;
    font-size: 15px;
    padding-left: 25px;
    color: #55585b;
}
.tp-product-details-msg ul li:after {
    position: absolute;
    content: url(../media/halp-check.7a5fed8e.svg);
    top: 4px;
    left: 0;
    width: 18px;
    height: 18px;
    line-height: 16px;
    text-align: center;
    color: var(--tp-common-white);
    transition: all 0.2s linear 0s;
}
.tp-product-details-payment {
    background-color: #f3f5f6;
    padding: 18px 30px;
}
.tp-product-details-payment p {
    font-size: 16px;
    line-height: 1;
    margin-bottom: 0;
    margin-right: 46px;
    flex: 0 0 auto;
    color: var(--tp-grey-3);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-product-details-payment p {
        margin-right: 25px;
    }
}
@media only screen and (max-width: 767px) {
    .tp-product-details-payment p {
        margin-right: 0;
        margin-bottom: 15px;
    }
    .tp-product-details-payment p br {
        display: none;
    }
}
.tp-product-details-desc-title {
    font-size: 34px;
    font-weight: 500;
    margin-bottom: 13px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .tp-product-details-desc-title {
        font-size: 30px;
    }
}
@media only screen and (max-width: 767px) {
    .tp-product-details-desc-title {
        font-size: 26px;
    }
}
.tp-product-details-desc-title-2 {
    font-size: 34px;
    font-weight: 400;
    margin-bottom: 14px;
}
@media only screen and (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px) {
    .tp-product-details-desc-title-2 {
        font-size: 25px;
    }
}
.tp-product-details-desc-content {
    margin-bottom: 25px;
    padding-right: 45px;
}
@media only screen and (max-width: 767px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-product-details-desc-content {
        padding-right: 0;
    }
}
@media only screen and (max-width: 767px) {
    .tp-product-details-desc-content {
        padding-left: 0;
    }
}
.tp-product-details-desc-content span {
    font-size: 20px;
    color: var(--tp-common-black);
}
.tp-product-details-desc-content p {
    font-size: 16px;
    line-height: 1.6;
}
@media only screen and (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-product-details-desc-content-2 {
        padding-right: 0;
        padding-left: 0;
    }
    .tp-product-details-desc-content-2.pt-75 {
        padding-top: 25px;
    }
}
.tp-product-details-desc-content-2 p {
    font-size: 16px;
    line-height: 1.6;
}
@media only screen and (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-product-details-desc-thumb img {
        max-width: 100%;
    }
}
.tp-product-details-desc-list {
    padding-top: 13px;
}
.tp-product-details-desc-list ul li {
    list-style: none;
    font-size: 16px;
    color: var(--tp-common-black);
    position: relative;
    padding-left: 17px;
}
.tp-product-details-desc-list ul li:not(:last-child) {
    margin-bottom: 3px;
}
.tp-product-details-desc-list ul li:after {
    position: absolute;
    content: "";
    left: 0;
    top: 11px;
    width: 4px;
    height: 4px;
    background-color: #a8acb0;
    border-radius: 50%;
}
.tp-product-details-desc-fact-thumb img {
    margin-bottom: 16px;
}
.tp-product-details-desc-fact-content span {
    display: inline-block;
    font-size: 50px;
    line-height: 1.2;
    color: var(--tp-common-black);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-product-details-desc-fact-content span {
        font-size: 35px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .tp-product-details-desc-fact-content span {
        font-size: 30px;
    }
}
@media only screen and (max-width: 767px) {
    .tp-product-details-desc-fact-content span {
        font-size: 25px;
    }
}
.tp-product-details-desc-fact-content p {
    font-size: 22px;
}
@media only screen and (max-width: 767px) {
    .tp-product-details-desc-fact-content p {
        font-size: 20px;
    }
}
.tp-product-details-additional-p {
    padding-left: 100px;
    padding-top: 55px;
    padding-bottom: 35px;
}
@media only screen and (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-product-details-additional-p {
        padding-left: 0;
    }
}
.tp-product-details-additional-p p {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 28px;
    color: var(--tp-grey-3);
}
@media only screen and (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-product-details-additional-p p br {
        display: none;
    }
}
.tp-product-details-additional-info {
    padding-top: 60px;
    padding-bottom: 70px;
    border-top: 1px solid #e0e2e3;
    border-bottom: 1px solid #e0e2e3;
}
@media only screen and (max-width: 767px) {
    .tp-product-details-additional-info {
        overflow-x: scroll;
    }
}
.tp-product-details-additional-info-title {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 16px;
    display: none;
}
.tp-product-details-additional-info table {
    border: 1px solid #e0e2e3;
    width: 100%;
}
.tp-product-details-additional-info table tr:not(:last-child) {
    border-bottom: 1px solid #eceded;
}
.tp-product-details-additional-info table tr td {
    padding: 12px 34px;
}
.tp-product-details-additional-info table tr td:first-child {
    font-size: 16px;
    color: var(--tp-common-black);
    background-color: #f9f9f9;
    width: 306px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .tp-product-details-additional-info table tr td:first-child {
        width: 270px;
    }
}
.tp-product-details-additional-info table tr td:last-child {
    font-size: 16px;
    color: var(--tp-text-body);
}
.tp-product-details-review-wrapper {
    padding-bottom: 120px;
    border-bottom: 1px solid #e0e2e3;
}
.tp-product-details-review-number {
    border: 1px solid #e0e2e3;
    padding: 35px 43px 33px 40px;
}
@media only screen and (max-width: 767px) {
    .tp-product-details-review-number {
        padding: 35px 25px 33px;
    }
}
.tp-product-details-review-number-title {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 14px;
}
.tp-product-details-review-summery {
    margin-bottom: 12px;
}
.tp-product-details-review-summery-value span {
    font-size: 40px;
    font-weight: 500;
    color: var(--tp-common-black);
    margin-right: 8px;
}
.tp-product-details-review-summery-rating {
    margin-right: 3px;
}
.tp-product-details-review-summery-rating span {
    color: #ffb21d;
}
.tp-product-details-review-summery-rating p {
    margin-left: 4px;
    font-size: 14px;
    margin-bottom: 0;
}
.tp-product-details-review-rating-item > span {
    color: #a0a2a4;
    font-size: 15px;
    margin-right: 10px;
}
.tp-product-details-review-rating-bar {
    width: 260px;
    background-color: #edeeee;
    height: 10px;
    position: relative;
    margin-right: 12px;
}
@media only screen and (max-width: 767px) {
    .tp-product-details-review-rating-bar {
        width: 130px;
    }
}
.tp-product-details-review-rating-bar-inner {
    height: 100%;
    background-color: #ffb21d;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
}
.tp-product-details-review-rating-percent span {
    font-size: 14px;
}
.tp-product-details-review-title {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 22px;
}
@media only screen and (max-width: 767px) {
    .tp-product-details-review-list {
        padding-right: 0;
    }
}
.tp-product-details-review-avater:not(:last-child) {
    margin-bottom: 32px;
}
.tp-product-details-review-avater-thumb img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-right: 20px;
}
.tp-product-details-review-avater-rating {
    line-height: 1;
    margin-bottom: 3px;
}
.tp-product-details-review-avater-rating span {
    font-size: 10px;
    margin-right: 2px;
    color: #ffb21d;
}
.tp-product-details-review-avater-title {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 9px;
    display: inline-block;
}
.tp-product-details-review-avater-meta {
    font-size: 14px;
    position: relative;
    padding-left: 11px;
    margin-left: 3px;
}
.tp-product-details-review-avater-meta:after {
    position: absolute;
    content: "";
    left: 0;
    top: 8px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #a8acb0;
}
.tp-product-details-review-avater-comment p {
    font-size: 14px;
    margin-bottom: 0;
    line-height: 1.4;
}
@media only screen and (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-product-details-review-form {
        margin-top: 50px;
    }
}
.tp-product-details-review-form > p {
    font-size: 16px;
    margin-bottom: 8px;
}
.tp-product-details-review-form-title {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 4px;
}
.tp-product-details-review-form-rating {
    margin-bottom: 28px;
}
.tp-product-details-review-form-rating p {
    margin-bottom: 0;
    font-size: 14px;
    margin-right: 8px;
}
.tp-product-details-review-form-rating-icon span {
    font-size: 12px;
    color: #ffb21d;
}
.tp-product-details-review-input-wrapper {
    margin-bottom: 11px;
}
.tp-product-details-review-input-box {
    position: relative;
}
.tp-product-details-review-input-box:not(:last-child) {
    margin-bottom: 29px;
}
.tp-product-details-review-input input {
    height: 56px;
    background: #fff;
    border: 1px solid #e0e2e3;
    font-size: 14px;
    color: var(--tp-common-black);
}
.tp-product-details-review-input input::placeholder {
    color: #95999d;
}
.tp-product-details-review-input input:focus {
    border: 1px solid var(--tp-theme-8);
}
.tp-product-details-review-input textarea {
    height: 165px;
    resize: none;
}
.tp-product-details-review-input textarea:focus {
    border: 1px solid var(--tp-theme-8);
}
.tp-product-details-review-input-title label {
    font-size: 14px;
    color: var(--tp-common-black);
    position: absolute;
    top: -7px;
    left: 20px;
    padding: 0 5px;
    background-color: var(--tp-common-white);
    line-height: 1;
}
.tp-product-details-review-input-eye {
    position: absolute;
    right: 26px;
    top: 50%;
    transform: translateY(-50%);
}
.tp-product-details-review-input-eye .open-eye {
    display: none;
}
.tp-product-details-review-input-eye:hover {
    cursor: pointer;
}
.tp-product-details-review-input-eye:hover span {
    color: var(--tp-common-black);
}
.tp-product-details-review-remeber input {
    display: none;
}
.tp-product-details-review-remeber input:checked ~ label:after {
    background-color: var(--tp-theme-8);
    border-color: var(--tp-theme-8);
}
.tp-product-details-review-remeber input:checked ~ label:before {
    visibility: visible;
    opacity: 1;
}
.tp-product-details-review-remeber label {
    font-size: 15px;
    color: #55585b;
    position: relative;
    padding-left: 26px;
    z-index: 1;
}
.tp-product-details-review-remeber label:after {
    content: "";
    border: 1px solid #c3c7c9;
    z-index: -1;
}
.tp-product-details-review-remeber label:after,
.tp-product-details-review-remeber label:before {
    position: absolute;
    top: 4px;
    left: 0;
    width: 18px;
    height: 18px;
    line-height: 16px;
    text-align: center;
    transition: all 0.2s ease-out 0s;
}
.tp-product-details-review-remeber label:before {
    content: url(../media/check.b47fd7eb.svg);
    visibility: hidden;
    opacity: 0;
    color: var(--tp-common-white);
}
.tp-product-details-review-remeber label a:hover {
    color: var(--standard_color);
}
.tp-product-details-review-remeber label:hover {
    cursor: pointer;
}
.tp-product-details-review-btn {
    font-size: 16px;
    font-weight: 500;
    padding: 9px 45px;
    color: var(--tp-common-white);
    background-color: var(--tp-theme-8);
}
.tp-product-details-review-btn:hover {
    color: var(--tp-common-white);
    background-color: var(--tp-theme-6);
}
.tp-product-details-tab-nav .nav-tabs {
    padding-bottom: 12px;
    border-bottom: 1px solid #e0e2e3;
}
@media only screen and (max-width: 767px) {
    .tp-product-details-tab-nav .nav-tabs {
        padding-bottom: 0;
        display: inline-block;
        border-bottom: 1px solid transparent;
    }
}
.tp-product-details-tab-nav .nav-tabs .nav-link {
    font-size: 20px;
    color: #a0a2a4;
    padding-left: 9px;
    padding-right: 7px;
    position: relative;
}
.tp-product-details-tab-nav .nav-tabs .nav-link:not(:first-child) {
    margin-left: 40px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .tp-product-details-tab-nav .nav-tabs .nav-link:not(:first-child) {
        margin-left: 20px;
    }
}
@media only screen and (max-width: 767px) {
    .tp-product-details-tab-nav .nav-tabs .nav-link:not(:first-child) {
        margin: 10px 0;
    }
}
.tp-product-details-tab-nav .nav-tabs .nav-link.active,
.tp-product-details-tab-nav .nav-tabs .nav-link:hover {
    color: var(--tp-common-black);
}
.tp-product-details-tab-nav .nav-tabs .nav-link.active:after,
.tp-product-details-tab-nav .nav-tabs .nav-link:hover:after {
    width: 100%;
    left: 0;
    right: auto;
}
.tp-product-details-tab-nav .nav-tabs .nav-link.active:before {
    opacity: 1;
}
.tp-product-details-tab-nav .nav-tabs .nav-link:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -14px;
    width: 100%;
    height: 1px;
    background: var(--tp-common-black);
    transition: 0.3s linear;
    opacity: 0;
}
@media only screen and (max-width: 767px) {
    .tp-product-details-tab-nav .nav-tabs .nav-link:after {
        position: absolute;
        content: "";
        left: auto;
        right: 0;
        bottom: -1px;
        width: 0;
        height: 2px;
        background-color: var(--tp-common-black);
        transition: all 0.3s ease-in-out 0s;
    }
}
.tp-product-details-tab-line {
    position: absolute;
    bottom: 0;
    height: 1px;
    background-color: var(--tp-common-black);
    display: block;
}
@media only screen and (max-width: 767px) {
    .tp-product-details-tab-line {
        height: 0;
    }
}
.tp-product-details-views {
    margin-bottom: 10px;
}
.tp-product-details-views > span {
    color: var(--tp-common-black);
    font-size: 16px;
    margin-right: 8px;
}
.tp-product-details-views p {
    font-size: 16px;
    margin-bottom: 0;
}
.tp-product-details-views p span {
    color: var(--tp-common-black);
    font-weight: 500;
}
.tp-product-details-stock-bar p {
    font-size: 15px;
    margin-bottom: 5px;
}
.tp-product-details-stock-bar p span {
    font-weight: 500;
    color: var(--tp-common-black);
}
.tp-product-details-stock-bar-line {
    height: 4px;
    position: relative;
}
.tp-product-details-stock-bar-line-inner {
    position: absolute;
    top: 0;
    left: 0;
    background-color: var(--standard_color);
    height: 100%;
    display: inline-block;
}
.tp-product-details-wishlist-btn {
    display: inline-block;
    width: 46px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    background-color: var(--tp-common-white);
    box-shadow: 0 1px 3px rgba(1, 15, 28, 0.1);
}
.tp-product-details-wishlist-btn:hover {
    background-color: var(--tp-common-black);
    color: var(--tp-common-white);
}
.tp-product-details-countdown {
    padding: 10px 20px;
    border: 1px solid var(--tp-pink-1);
    background-color: rgba(253, 75, 107, 0.05);
}
.tp-product-details-countdown-title {
    font-size: 18px;
    font-weight: 500;
    color: var(--tp-pink-1);
    margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
    .tp-product-details-countdown-title {
        margin-bottom: 7px;
    }
}
.tp-product-details-countdown-time ul {
    display: flex;
    align-items: center;
}
.tp-product-details-countdown-time ul li {
    list-style: none;
    font-size: 16px;
    font-weight: 500;
    color: var(--tp-pink-1);
    position: relative;
}
.tp-product-details-countdown-time ul li:not(:last-child) {
    margin-right: 24px;
}
.tp-product-details-countdown-time ul li:not(:last-child):after,
.tp-product-details-countdown-time ul li:not(:last-child):before {
    position: absolute;
    content: "";
    right: -13px;
    top: 7px;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: var(--tp-pink-1);
}
.tp-product-details-countdown-time ul li:not(:last-child):before {
    top: 15px;
}
.tp-product-related-title {
    font-size: 30px;
    font-weight: 600;
    color: var(--tp-heading-2);
}
@media only screen and (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
    .profile__tab {
        margin-right: 0;
        margin-bottom: 50px;
    }
}
.profile__tab .nav-tabs {
    padding: 6px;
    border: 0;
    margin: 0;
    background-color: var(--tp-common-white);
    box-shadow: 0 30px 50px rgba(5, 47, 40, 0.12);
}
.profile__tab .nav-tabs .nav-link {
    font-weight: 500;
    font-size: 15px;
    padding: 14px 30px;
    color: var(--tp-text-1);
    background-color: var(--tp-common-white);
    position: relative;
    border-radius: 0;
    text-align: left;
    border: 0;
}
.profile__tab .nav-tabs .nav-link span {
    margin-right: 7px;
}
.profile__tab .nav-tabs .nav-link.active {
    color: var(--tp-theme-8);
    background-color: rgba(0, 107, 97, 0.1);
}
.profile__tab .nav-tabs .nav-link.active:hover {
    background-color: rgba(0, 107, 97, 0.1);
}
.profile__tab .nav-tabs .nav-link:hover {
    color: var(--tp-theme-8);
    background-color: rgba(0, 107, 97, 0.04);
}
.profile__tab .tp-tab-menu {
    position: relative;
}
.profile__tab .tp-tab-line {
    position: absolute;
    content: "";
    left: 0;
    bottom: -1px;
    width: 2px;
    height: auto;
    background-color: var(--tp-theme-3);
}
[dir="rtl"] .profile__tab .tp-tab-line {
    left: auto;
    right: 0;
}
.profile__tab-content {
    padding: 25px 30px 30px;
    background-color: var(--tp-common-white);
    box-shadow: 0 30px 50px rgba(5, 47, 40, 0.12);
}
.profile__info-title {
    font-size: 20px;
    margin-bottom: 25px;
}
.profile__input {
    margin-bottom: 25px;
    position: relative;
}
.profile__input-box .h4,
.profile__input-box h4 {
    font-weight: 500;
    font-size: 14px;
    letter-spacing: -0.02em;
    color: var(--tp-common-black-solid);
    margin-bottom: 10px;
}
.profile__input-box .h4 span,
.profile__input-box h4 span {
    color: var(--tp-theme-8);
}
.profile__input-box p {
    font-size: 13px;
    color: var(--tp-common-white);
    opacity: 0.7;
    margin-bottom: 10px;
}
.profile__input > span {
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
}
[dir="rtl"] .profile__input > span {
    left: auto;
    right: 20px;
}
.profile__input > span svg {
    transform: translateY(-2px);
}
.profile__input input,
.profile__input textarea {
    width: 100%;
    height: 60px;
    line-height: 60px;
    padding: 0 25px 0 50px;
    outline: 0;
    border: 1px solid #eaeaef;
    background-color: var(--tp-common-white);
    color: var(--tp-common-black);
}
[dir="rtl"] .profile__input input,
[dir="rtl"] .profile__input textarea {
    padding-left: 25px;
    padding-right: 50px;
}
.profile__input input:focus,
.profile__input textarea:focus {
    border-color: var(--tp-theme-8);
}
.profile__input textarea {
    padding: 20px;
    height: 200px;
    resize: none;
    line-height: 1.5;
}
.profile__input .nice-select {
    width: 100%;
    float: none;
    height: 60px;
    border: 1px solid #eaeaef;
    border-radius: 0;
    line-height: 58px;
    padding-left: 27px;
}
[dir="rtl"] .profile__input .nice-select {
    padding-left: 0;
    padding-right: 27px;
}
.profile__input .nice-select .current {
    color: var(--tp-common-black);
}
.profile__input .nice-select:after {
    right: 25px;
    color: var(--tp-common-black);
}
[dir="rtl"] .profile__input .nice-select:after {
    left: 25px;
    right: auto;
}
.profile__input .nice-select.open .list {
    transform: scale(1) translateY(0);
}
.profile__input .nice-select .list {
    border-radius: 0;
    margin-top: 0;
    padding: 13px 8px;
    transform-origin: center center;
    transform: scale(0.9) translateY(0);
    width: 100%;
}
.profile__input .nice-select .list .option:hover {
    color: var(--tp-common-black);
}
.profile__password input {
    padding: 0 20px;
}
.profile__password input:focus {
    border-color: var(--tp-theme-8);
}
.profile__ticket {
    border: 1px solid #eaeaef;
}
@media only screen and (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px) {
    .profile__ticket {
        overflow-x: scroll;
    }
}
.profile__ticket table thead tr {
    background-color: transparent;
}
.profile__ticket table th {
    border-color: #eaeaef;
    box-shadow: none;
}
.profile__ticket table td,
.profile__ticket table th {
    color: var(--tp-common-black);
}
.profile__ticket table tbody > tr:first-child {
    background-color: transparent;
}
.profile__ticket table tbody > tr:not(:last-child) {
    border-bottom: 1px solid #eaeaef;
}
.profile__ticket table tbody > tr td,
.profile__ticket table tbody > tr th {
    color: var(--tp-common-black);
    vertical-align: middle;
}
.profile__ticket table tbody > tr > th {
    padding-left: 15px;
    padding-right: 15px;
}
.profile__ticket table tbody > tr th[scope="row"] {
    color: var(--tp-theme-8);
}
.profile__ticket table tbody > tr td[data-info="status done"] {
    color: #08af5c;
}
.profile__ticket table tbody > tr td[data-info="status pending"] {
    color: #6364db;
}
.profile__ticket table tbody > tr td[data-info="status reply"] {
    color: #d93d1e;
}
.profile__ticket table tbody > tr td[data-info="status hold"] {
    color: #ffb422;
}
.profile__ticket table tbody > tr .tp-btn {
    padding: 7px 18px;
    background-color: var(--tp-grey-1);
    color: var(--tp-common-black);
    font-weight: 500;
    min-width: 90px;
}
.profile__ticket table tbody > tr .tp-btn:hover {
    color: var(--tp-common-white);
    background-color: var(--tp-theme-8);
}
.profile__ticket .table {
    margin-bottom: 0;
}
@media only screen and (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px) {
    .profile__ticket .table {
        width: 700px;
    }
}
.profile__ticket .table > :not(:first-child) {
    border-color: #eaeaef;
    border-top-width: 1px;
}
.profile__ticket .table > :not(caption) > * > * {
    padding: 12px 1.5rem;
    border: 0;
    box-shadow: none;
}
@media only screen and (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px) {
    .profile__address-item {
        margin-bottom: 40px;
    }
}
.profile__address-title {
    font-size: 22px;
    margin-bottom: 20px;
}
.profile__address-icon span {
    display: inline-block;
    min-width: 45px;
    margin-right: 20px;
}
[dir="rtl"] .profile__address-icon span {
    margin-right: 0;
    margin-left: 20px;
}
@media only screen and (max-width: 767px) {
    .profile__address-icon span {
        margin-bottom: 20px;
    }
}
.profile__address-icon span svg {
    width: 45px;
}
.profile__address-icon span svg path {
    fill: var(--tp-theme-8);
}
.profile__address-content p {
    font-size: 14px;
    margin-bottom: 10px;
}
.profile__address-content p span {
    color: var(--tp-common-black);
    font-weight: 500;
    margin-right: 7px;
}
[dir="rtl"] .profile__address-content p span {
    margin-right: 0;
    margin-left: 7px;
}
.profile__notification-title {
    font-size: 24px;
    color: var(--tp-common-black);
    margin-bottom: 10px;
}
.profile__notification-item .form-check-input {
    margin-top: 0;
    width: 40px;
    height: 20px;
    box-shadow: none;
}
.profile__notification-item .form-check-label {
    font-size: 16px;
    color: var(--tp-common-black);
    margin-left: 10px;
}
[dir="rtl"] .profile__notification-item .form-check-label {
    margin-left: 0;
    margin-right: 10px;
}
.profile__notification-item .form-check-label:hover {
    cursor: pointer;
    color: var(--tp-common-black);
}
.profile__notification-item .form-check-input:checked {
    background-color: var(--tp-theme-8);
    border-color: var(--tp-theme-8);
}
.profile__btn .tp-btn {
    border-radius: 0;
    padding: 6px 35px;
    background-color: var(--tp-theme-8);
    border-color: var(--tp-theme-8);
}
.profile__btn .tp-btn:hover {
    color: var(--tp-common-white);
    border-color: var(--tp-theme-6);
    background-color: var(--tp-theme-6);
}
@media only screen and (max-width: 767px) {
    .profile__main-inner {
        margin-bottom: 20px;
    }
}
.profile__main-thumb {
    position: relative;
}
.profile__main-thumb img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin-right: 16px;
}
[dir="rtl"] .profile__main-thumb img {
    margin-right: 0;
    margin-left: 16px;
}
@media only screen and (max-width: 767px) {
    .profile__main-thumb img {
        margin-bottom: 20px;
    }
}
.profile__main-thumb-edit input {
    display: none;
}
.profile__main-thumb-edit label {
    position: absolute;
    bottom: 8px;
    right: 8px;
    color: var(--tp-common-white);
    width: 30px;
    height: 30px;
    line-height: 24px;
    border: 2px solid var(--tp-common-white);
    text-align: center;
    background-color: var(--tp-theme-8);
    border-radius: 50%;
}
[dir="rtl"] .profile__main-thumb-edit label {
    right: 0;
    bottom: 0;
}
.profile__main-thumb-edit label i {
    margin-left: 2px;
}
.profile__main-thumb-edit label:hover {
    cursor: pointer;
    color: var(--tp-common-white);
    background-color: var(--tp-common-black);
}
.profile__main-title {
    font-size: 24px;
    margin-bottom: 0;
}
.profile__main-content p {
    font-size: 14px;
    margin-bottom: 0;
}
.profile__main-content p span {
    color: var(--tp-theme-8);
    font-weight: 500;
}
.profile__main-info-item {
    border: 1px solid #eaeaef;
    text-align: center;
    padding: 27px 30px 25px;
}
@media only screen and (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px) {
    .profile__main-info-item {
        margin-bottom: 25px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .profile__main-info-item {
        padding: 22px 0 20px;
    }
}
.profile__main-info-icon {
    position: relative;
    margin-bottom: 15px;
}
.profile__main-info-icon > span {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
}
.profile__main-info-icon > span svg {
    width: 60px;
}
.profile__main-info-icon > span svg path {
    fill: var(--tp-common-black);
}
.profile__main-info-icon .profile-icon-count {
    position: absolute;
    top: 2px;
    right: -8px;
    width: 25px;
    height: 25px;
    line-height: 20px;
    border: 2px solid var(--tp-common-white);
    background-color: var(--tp-theme-8);
    color: var(--tp-common-white);
    border-radius: 50%;
    font-size: 13px;
    font-weight: 500;
}
.profile__main-info-title {
    font-size: 18px;
    margin-bottom: 0;
}
@media only screen and (max-width: 767px),
    only screen and (min-width: 1200px) and (max-width: 1399px),
    only screen and (min-width: 1400px) and (max-width: 1599px),
    only screen and (min-width: 1600px) and (max-width: 1700px),
    only screen and (min-width: 576px) and (max-width: 767px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 992px) and (max-width: 1199px) {
    .profile__shape {
        display: none;
    }
}
.profile__shape-1 {
    position: absolute;
    right: -10%;
    bottom: 32%;
    z-index: -1;
}
.profile__shape-2 {
    position: absolute;
    right: -19%;
    bottom: 14%;
    z-index: -1;
}
.profile__shape-3 {
    position: absolute;
    left: -12%;
    top: 12%;
    z-index: -1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .profile__shape-3 {
        left: -4%;
    }
}
.profile__shape-4 {
    position: absolute;
    left: -7%;
    bottom: 10%;
    z-index: -1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .profile__shape-4 {
        left: 0;
    }
}
.profile__shape-5 {
    position: absolute;
    right: -20%;
    top: 43%;
    z-index: -1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .profile__shape-5 {
        right: 0;
    }
}
.profile__shape-6 {
    position: absolute;
    right: -4%;
    top: 9%;
    z-index: -1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .profile__shape-6 {
        right: 1%;
    }
}
.tp-logout-btn {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    color: var(--tp-common-black);
    font-family: var(--tp-ff-space);
    padding: 6px 18px;
    border: 1px solid rgba(0, 0, 0, 0.12);
    text-align: center;
}
.tp-logout-btn:hover {
    background-color: var(--tp-theme-8);
    border-color: var(--tp-theme-8);
    color: var(--tp-common-white);
}
.tp-profile-input-wrapper {
    margin-bottom: 8px;
}
.tp-profile-input-box {
    position: relative;
    margin-bottom: 34px;
}
.tp-profile-input input {
    height: 56px;
    background: #fff;
    border: 1px solid #e0e2e3;
    font-size: 14px;
    color: var(--tp-common-black);
}
.tp-profile-input input::placeholder {
    color: #95999d;
}
.tp-profile-input input:focus {
    border: 1px solid var(--tp-theme-8);
}
.tp-profile-input textarea {
    height: 165px;
    resize: none;
}
.tp-profile-input-title label {
    font-size: 14px;
    padding: 0 5px;
    line-height: 1;
    margin-bottom: 10px;
    color: var(--tp-common-black);
    background-color: var(--tp-common-white);
}
.tp-profile-input-eye {
    position: absolute;
    right: 26px;
    top: 50%;
    transform: translateY(-50%);
}
.tp-profile-input-eye .open-eye {
    display: none;
}
.tp-profile-input-eye:hover {
    cursor: pointer;
}
.tp-profile-input-eye:hover span {
    color: var(--tp-common-black);
}
.tp-profile-title {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 24px;
}
.tp-profile-content p {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 20px;
}
.tp-profile-wrapper .h4,
.tp-profile-wrapper h4 {
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 30px;
    color: var(--tp-heading-2);
}
.tp-profile-social {
    margin-top: 42px;
}
.tp-profile-social a {
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border-radius: 50%;
    background-color: transparent;
    color: var(--tp-common-white);
    border: 1px solid var(--tp-common-white);
    display: inline-block;
}
.tp-profile-social a:not(:last-child) {
    margin-right: 5px;
}
.tp-profile-social a:hover {
    color: var(--tp-common-black);
    border-color: var(--tp-common-white);
    background-color: var(--tp-common-white);
}
.tp-cart-header-product {
    padding-left: 30px !important;
}
@media only screen and (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-cart-list {
        overflow-x: scroll;
    }
}
.tp-cart-list .table > :not(caption) > * > * {
    padding: 20px 0;
    box-shadow: none;
    vertical-align: middle;
}
@media only screen and (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-cart-list table {
        width: 840px;
    }
}
.tp-cart-list thead {
    background-color: #f1f3f4;
}
.tp-cart-list thead th {
    font-weight: 500;
    font-size: 14px;
    color: var(--tp-common-black);
    border: 0 !important;
    padding-top: 9px !important;
    padding-bottom: 9px !important;
}
.tp-cart-list tr td {
    border-color: #e0e2e3;
}
.tp-cart-list tr td .tp-cart-action-btn {
    font-weight: 400;
    font-size: 14px;
    color: #818487;
}
.tp-cart-list tr td .tp-cart-action-btn:hover {
    color: var(--tp-theme-6);
}
.tp-cart-list tr td.tp-cart-add-to-cart .tp-btn {
    font-size: 14px;
    border-radius: 0;
    padding: 6px 20px;
    color: #ddf49f;
    border-color: var(--tp-theme-8);
    background: var(--tp-theme-8);
    box-shadow: 0 0 1px 0 var(--tp-theme-8), 0 1px 2px 0 rgba(0, 107, 97, 0.2);
}
.tp-cart-list tr td.tp-cart-add-to-cart .tp-btn:hover {
    box-shadow: none;
    color: var(--tp-common-white);
    border-color: var(--tp-theme-6);
    background-color: var(--tp-theme-6);
}
.tp-cart-list tbody tr:first-child td {
    padding-top: 30px !important;
}
.tp-cart-img {
    width: 78px;
    margin-right: 20px;
}
.tp-cart-img img {
    width: 78px;
    height: 100px;
    object-fit: cover;
}
.tp-cart-title a {
    margin-left: 20px;
    font-weight: 400;
    font-size: 16px;
    color: var(--tp-common-black);
}
.tp-cart-title a:hover {
    color: var(--tp-theme-8);
}
.tp-cart-price {
    width: 126px;
}
.tp-cart-price span {
    font-size: 16px;
    color: var(--tp-common-black);
}
.tp-cart-quantity {
    width: 180px;
}
@media only screen and (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px) {
    .tp-cart-coupon {
        margin-bottom: 20px;
    }
}
.tp-cart-coupon-input-box label {
    font-size: 14px;
    color: var(--tp-common-black);
    margin-bottom: 7px;
}
.tp-cart-coupon-input input {
    background: #fff;
    border: 1px solid #d6d9dc;
    height: 46px;
    line-height: 46px;
    margin-right: 4px;
    max-width: 282px;
}
.tp-cart-coupon-input input::placeholder {
    color: #818487;
}
.tp-cart-coupon-input input:focus {
    border-color: var(--tp-theme-8);
}
.tp-cart-coupon-input button {
    font-weight: 500;
    font-size: 16px;
    color: var(--tp-common-white);
    background-color: var(--tp-common-black);
    padding: 10px 30px;
}
.tp-cart-coupon-input button:hover {
    color: var(--tp-common-white);
    background-color: var(--tp-theme-8);
}
.tp-cart-update-btn {
    font-weight: 500;
    font-size: 16px;
    color: var(--tp-common-black);
    background-color: var(--tp-common-white);
    padding: 9px 29px;
    border: 1px solid rgba(0, 0, 0, 0.1);
}
.tp-cart-update-btn:hover {
    background-color: var(--tp-theme-8);
    border-color: var(--tp-theme-8);
    color: var(--tp-common-white);
}
.tp-cart-checkout-wrapper {
    background: var(--tp-common-white);
    box-shadow: 0 30px 70px rgba(1, 15, 28, 0.1);
    padding: 36px 24px 28px;
    margin-left: -24px;
}
@media only screen and (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-cart-checkout-wrapper {
        margin-top: 50px;
        margin-left: 0;
    }
}
.tp-cart-checkout-top {
    padding-bottom: 13px;
    margin-bottom: 19px;
    border-bottom: 1px solid #e0e2e3;
}
.tp-cart-checkout-top span {
    font-size: 20px;
    color: var(--tp-common-black);
    font-weight: 500;
}
.tp-cart-checkout-shipping {
    padding-bottom: 16px;
    border-bottom: 1px solid #e0e2e3;
    margin-bottom: 15px;
}
.tp-cart-checkout-shipping-title {
    font-weight: 500;
    font-size: 15px;
    margin-bottom: 7px;
}
.tp-cart-checkout-shipping-option:not(:last-child) {
    margin-bottom: 4px;
}
.tp-cart-checkout-shipping-option input {
    display: none;
}
.tp-cart-checkout-shipping-option input:checked + label:after {
    border-color: var(--tp-theme-8);
}
.tp-cart-checkout-shipping-option input:checked + label:before {
    opacity: 1;
    visibility: visible;
}
.tp-cart-checkout-shipping-option label {
    font-weight: 400;
    font-size: 14px;
    color: #161c2d;
    position: relative;
    padding-left: 25px;
}
.tp-cart-checkout-shipping-option label:hover {
    cursor: pointer;
}
.tp-cart-checkout-shipping-option label span {
    color: var(--tp-theme-8);
}
.tp-cart-checkout-shipping-option label:after {
    position: absolute;
    content: "";
    left: 0;
    top: 5px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 1px solid #bcbcbc;
}
.tp-cart-checkout-shipping-option label:before {
    position: absolute;
    content: "";
    left: 4px;
    top: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: var(--tp-theme-8);
    visibility: hidden;
    opacity: 0;
}
.tp-cart-checkout-total {
    margin-bottom: 25px;
}
.tp-cart-checkout-total span {
    font-weight: 500;
    font-size: 18px;
    color: var(--tp-common-black);
}
.tp-cart-checkout-btn {
    font-size: 16px;
    font-weight: 500;
    color: var(--tp-common-white);
    background-color: var(--tp-common-black);
    display: inline-block;
    padding: 10px 30px;
    text-align: center;
}
.tp-cart-checkout-btn:hover {
    background-color: var(--tp-theme-8);
    color: var(--tp-common-white);
}
.tp-checkout-verify-item {
    margin-bottom: 40px;
}
.tp-checkout-verify-item:not(:last-child) {
    margin-bottom: 14px;
}
.tp-checkout-verify-reveal {
    font-size: 14px;
    color: var(--tp-common-black);
    margin-bottom: 0;
    display: inline-block;
    border: 1px dashed #aab0b2;
    padding: 8px 26px;
    width: 100%;
}
.tp-checkout-verify-reveal button {
    color: var(--tp-theme-8);
    position: relative;
}
.tp-checkout-verify-reveal button:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 4px;
    width: 100%;
    height: 1px;
    background-color: var(--tp-theme-8);
}
.tp-checkout-btn {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    color: var(--tp-common-white);
    background-color: var(--tp-theme-8);
    height: 50px;
    line-height: 50px;
    padding: 0 30px;
    text-align: center;
}
.tp-checkout-btn:hover {
    background-color: var(--tp-common-black);
    color: var(--tp-common-white);
}
.tp-checkout-input {
    margin-bottom: 20px;
}
.tp-checkout-input label {
    font-weight: 500;
    color: var(--tp-common-black);
}
.tp-checkout-input label span {
    color: red;
}
.tp-checkout-input input,
.tp-checkout-input textarea {
    width: 100%;
    background: #fff;
    border: 1px solid #d5d8db;
    color: var(--tp-common-black);
    height: 50px;
}
.tp-checkout-input input:focus,
.tp-checkout-input textarea:focus {
    border-color: var(--tp-theme-8);
}
.tp-checkout-input textarea {
    height: 200px;
    resize: none;
}
.tp-checkout-input .nice-select {
    height: 50px;
    line-height: 48px;
    border-radius: 0;
    border: 1px solid #d5d8db;
    color: var(--tp-common-black);
    float: none;
    padding: 0 26px;
}
.tp-checkout-input .nice-select:after {
    right: 26px;
}
.tp-checkout-input .nice-select.open .list {
    transform: scale(1) translateY(0);
}
.tp-checkout-input .nice-select .list {
    margin-top: 0;
    border-radius: 0;
    transform-origin: center center;
    transform: scale(0.9) translateY(0);
    width: 100%;
    padding: 12px 0;
}
.tp-checkout-input .nice-select .list .option {
    line-height: 1.2;
    min-height: inherit;
    padding-top: 5px;
    padding-bottom: 5px;
}
.tp-checkout-input .nice-select .list .option:hover {
    color: var(--tp-theme-8);
}
.tp-checkout-option {
    margin-bottom: 4px;
}
.tp-checkout-option-wrapper {
    margin-top: 10px;
    margin-bottom: 17px;
}
.tp-checkout-option input {
    display: none;
}
.tp-checkout-option input:checked ~ label:after {
    background-color: var(--tp-theme-8);
    border-color: var(--tp-theme-8);
}
.tp-checkout-option input:checked ~ label:before {
    visibility: visible;
    opacity: 1;
}
.tp-checkout-option label {
    font-size: 15px;
    color: #55585b;
    position: relative;
    padding-left: 26px;
    z-index: 1;
}
.tp-checkout-option label:after {
    content: "";
    border: 1px solid #c3c7c9;
    z-index: -1;
}
.tp-checkout-option label:after,
.tp-checkout-option label:before {
    position: absolute;
    top: 4px;
    left: 0;
    width: 18px;
    height: 18px;
    line-height: 16px;
    text-align: center;
    transition: all 0.2s ease-out 0s;
}
.tp-checkout-option label:before {
    content: url(../media/check.b47fd7eb.svg);
    visibility: hidden;
    opacity: 0;
    color: var(--tp-common-white);
}
.tp-checkout-option label a:hover {
    color: var(--tp-theme-8);
}
.tp-checkout-option label:hover {
    cursor: pointer;
}
.tp-checkout-bill-area {
    padding: 45px 40px 24px;
    background-color: var(--tp-common-white);
}
@media only screen and (max-width: 767px) {
    .tp-checkout-bill-area {
        padding: 45px 25px 24px;
    }
}
.tp-checkout-bill-title {
    font-weight: 600;
    font-size: 26px;
    margin-bottom: 35px;
}
.tp-checkout-place {
    padding: 44px 50px 50px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-checkout-place {
        padding: 35px 30px;
    }
}
@media only screen and (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-checkout-place {
        margin-top: 50px;
    }
}
.tp-checkout-place-title {
    font-size: 26px;
    font-weight: 600;
    margin-right: 37px;
}
.tp-checkout-payment {
    padding-bottom: 26px;
    margin-bottom: 24px;
    border-bottom: 1px solid #e0e2e3;
}
.tp-checkout-payment-item:not(:last-child) {
    margin-bottom: 10px;
}
.tp-checkout-payment-item.paypal-payment label {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.tp-checkout-payment-item input {
    display: none;
}
.tp-checkout-payment-item input:checked ~ label:after {
    border-color: var(--tp-theme-8);
}
.tp-checkout-payment-item input:checked ~ label:before {
    opacity: 1;
    visibility: visible;
}
.tp-checkout-payment-item label {
    font-size: 14px;
    position: relative;
    padding-left: 27px;
    font-weight: 500;
    color: var(--tp-common-black);
}
.tp-checkout-payment-item label:hover {
    cursor: pointer;
}
.tp-checkout-payment-item label:after {
    position: absolute;
    content: "";
    left: 0;
    top: 5px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 1px solid #bcbcbc;
    transition: all 0.2s ease-out 0s;
}
.tp-checkout-payment-item label:before {
    position: absolute;
    content: "";
    left: 3px;
    top: 8px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: var(--tp-theme-8);
    visibility: hidden;
    opacity: 0;
    transition: all 0.2s ease-out 0s;
}
.tp-checkout-payment-item label img {
    margin-left: 14px;
    transform: translateY(-2px);
}
.tp-checkout-payment-item label a {
    margin-left: 20px;
    position: relative;
}
.tp-checkout-payment-item label a:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 3px;
    width: 100%;
    height: 1px;
    background-color: var(--tp-common-black);
}
.tp-checkout-payment-desc {
    position: relative;
    padding-top: 10px;
}
.tp-checkout-payment-desc:after {
    position: absolute;
    content: "";
    left: 57px;
    top: 0;
    width: 16px;
    height: 16px;
    background-color: #f6f7f9;
    transform: translateY(3px) rotate(45deg);
}
.tp-checkout-payment-desc p {
    background-color: #f6f7f9;
    padding: 19px 30px;
    margin-left: 27px;
    font-size: 14px;
    line-height: 1.57;
    color: #55585b;
    margin-bottom: 0;
}
.tp-checkout-agree {
    margin-bottom: 24px;
}
.tp-return-customer {
    margin-top: 14px;
    padding: 40px;
    background-color: var(--tp-common-white);
}
.tp-return-customer-input {
    margin-bottom: 20px;
}
.tp-return-customer-input label {
    font-weight: 500;
    color: var(--tp-common-black);
}
.tp-return-customer-input label span {
    color: red;
}
.tp-return-customer-input input {
    width: 100%;
    background: #fff;
    border: 1px solid #d5d8db;
    color: var(--tp-common-black);
    height: 50px;
}
.tp-return-customer-input input:focus {
    border-color: var(--tp-theme-8);
}
.tp-return-customer-remember input {
    display: none;
}
.tp-return-customer-remember input:checked ~ label:after {
    background-color: var(--tp-theme-8);
    border-color: var(--tp-theme-8);
}
.tp-return-customer-remember input:checked ~ label:before {
    visibility: visible;
    opacity: 1;
}
.tp-return-customer-remember label {
    font-size: 15px;
    color: #55585b;
    position: relative;
    padding-left: 26px;
    z-index: 1;
}
.tp-return-customer-remember label:after {
    content: "";
    border: 1px solid #c3c7c9;
    z-index: -1;
}
.tp-return-customer-remember label:after,
.tp-return-customer-remember label:before {
    position: absolute;
    top: 4px;
    left: 0;
    width: 18px;
    height: 18px;
    line-height: 16px;
    text-align: center;
    transition: all 0.2s ease-out 0s;
}
.tp-return-customer-remember label:before {
    content: url(../media/check.b47fd7eb.svg);
    visibility: hidden;
    opacity: 0;
    color: var(--tp-common-white);
}
.tp-return-customer-remember label a:hover {
    color: var(--tp-theme-8);
}
.tp-return-customer-remember label:hover {
    cursor: pointer;
}
.tp-return-customer-forgot a {
    font-weight: 400;
    font-size: 15px;
    color: var(--tp-theme-8);
    position: relative;
    display: inline-block;
}
.tp-return-customer-forgot a:after {
    position: absolute;
    content: "";
    left: auto;
    right: 0;
    bottom: 4px;
    width: 0;
    height: 1px;
    background-color: var(--tp-theme-8);
}
.tp-return-customer-forgot a:hover:after {
    left: 0;
    right: auto;
    width: 100%;
}
.tp-order-details {
    padding: 70px 100px 55px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-order-details {
        padding: 70px 70px 55px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-order-details {
        padding: 70px 30px 55px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .tp-order-details {
        padding: 70px 50px 55px;
    }
}
@media only screen and (max-width: 767px) {
    .tp-order-details {
        padding: 40px 30px 45px;
    }
}
.tp-order-details-icon {
    margin-bottom: 22px;
}
.tp-order-details-icon span {
    display: inline-block;
    width: 120px;
    height: 120px;
    line-height: 118px;
    text-align: center;
    font-size: 55px;
    color: var(--tp-common-white);
    border: 1px solid hsla(0, 0%, 100%, 0.2);
    border-radius: 50%;
}
.tp-order-details-title {
    font-size: 30px;
    font-weight: 600;
    color: var(--tp-common-white);
    margin-bottom: 7px;
}
.tp-order-details-content p {
    font-size: 16px;
    color: var(--tp-common-white);
    line-height: 1.38;
}
.tp-order-details-item {
    margin-bottom: 38px;
}
.tp-order-details-item-wrapper .row [class*="col-"]:nth-child(2n) .tp-order-details-item {
    padding-left: 40px;
}
@media only screen and (max-width: 767px) {
    .tp-order-details-item-wrapper .row [class*="col-"]:nth-child(2n) .tp-order-details-item {
        padding-left: 0;
    }
}
.tp-order-details-item .h4,
.tp-order-details-item h4 {
    font-size: 18px;
    color: var(--tp-common-white);
    margin-bottom: 0;
    font-weight: 400;
}
.tp-order-details-item p {
    font-weight: 700;
    font-size: 18px;
    color: var(--tp-common-white);
    margin-bottom: 0;
}
.tp-order-info-wrapper {
    padding: 42px 50px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-order-info-wrapper {
        padding: 42px 40px;
    }
}
@media only screen and (max-width: 767px) {
    .tp-order-info-wrapper {
        padding: 42px 30px;
    }
}
.tp-order-info-title {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 40px;
}
.tp-order-info-list ul li {
    list-style: none;
    padding: 15px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.tp-order-info-list ul li:not(:last-child) {
    border-bottom: 1px solid #e0e2e3;
}
.tp-order-info-list ul li span {
    font-size: 15px;
    color: var(--tp-common-black);
}
.tp-order-info-list ul li.tp-order-info-list-header {
    padding-top: 0;
    padding-bottom: 12px;
}
.tp-order-info-list ul li.tp-order-info-list-header .h4,
.tp-order-info-list ul li.tp-order-info-list-header h4 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0;
}
.tp-order-info-list ul li.tp-order-info-list-desc p {
    font-size: 15px;
    margin-bottom: 0;
}
.tp-order-info-list ul li.tp-order-info-list-desc p span {
    font-size: 15px;
    font-weight: 500;
}
.tp-order-info-list ul li.tp-order-info-list-subtotal span:last-child {
    color: var(--tp-theme-8);
}
.tp-order-info-list ul li.tp-order-info-list-shipping span input {
    display: none;
}
.tp-order-info-list ul li.tp-order-info-list-shipping span input:checked ~ label:after {
    border-color: var(--tp-theme-8);
}
.tp-order-info-list ul li.tp-order-info-list-shipping span input:checked ~ label:before {
    opacity: 1;
    visibility: visible;
}
.tp-order-info-list ul li.tp-order-info-list-shipping span label {
    font-size: 14px;
    position: relative;
    padding-right: 27px;
}
.tp-order-info-list ul li.tp-order-info-list-shipping span label span {
    color: var(--tp-theme-8);
}
.tp-order-info-list ul li.tp-order-info-list-shipping span label:hover {
    cursor: pointer;
}
.tp-order-info-list ul li.tp-order-info-list-shipping span label:after {
    position: absolute;
    content: "";
    right: 0;
    top: 5px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 1px solid #bcbcbc;
    transition: all 0.2s ease-out 0s;
}
.tp-order-info-list ul li.tp-order-info-list-shipping span label:before {
    position: absolute;
    content: "";
    right: 4px;
    top: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: var(--tp-theme-8);
    visibility: hidden;
    opacity: 0;
    transition: all 0.2s ease-out 0s;
}
.tp-order-info-list ul li.tp-order-info-list-total {
    padding: 14px 0;
}
.tp-order-info-list ul li.tp-order-info-list-total span {
    font-size: 16px;
    font-weight: 500;
}
.tp-order-inner {
    background-color: var(--tp-common-white);
    box-shadow: 0 30px 70px rgba(1, 15, 28, 0.1);
}
.tpd-color-sucess {
    color: var(--tp-dashboard-sucess);
}
.tpd-color-danger {
    color: var(--tp-dashboard-danger);
}
.tpd-common-date {
    color: #757c8e;
    font-size: 13px;
    font-weight: 400;
    margin: 0;
}
.tpd-common-text {
    color: var(--tp-text-body);
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
}
.tpd-common-shadow {
    box-shadow: 0 1px 1px 0 rgba(3, 11, 30, 0.14), 0 1px 2px 1px rgba(3, 11, 30, 0.06);
}
.tpd-btn-border {
    font-size: 15px;
    font-weight: 500;
    border-radius: 8px;
    text-align: center;
    display: inline-block;
    padding: 10px 19px 7px;
    line-height: 1;
    border: 1px solid #e6e8f0;
    color: var(--tp-dashboard-primary);
    background-color: var(--tp-common-white);
    transition: all 0.3s ease-out 0s;
}
.tpd-btn-border:hover {
    color: var(--tp-common-white);
    border-color: var(--tp-dashboard-primary);
    background: var(--tp-dashboard-primary);
    box-shadow: 0 0 1px 0 #1438b5, 0 1px 2px 0 rgba(20, 56, 181, 0.25);
}
.tpd-btn-border span {
    display: inline-block;
    margin-right: 4px;
}
.tpd-btn-border span svg {
    transform: translateY(-2px);
}
.tp-btn-enroll {
    border-radius: 6px;
    color: var(--tp-common-white);
    font-size: 15px;
    font-weight: 600;
    background-color: var(--tp-dashboard-primary);
    box-shadow: 0 0 1px 0 #1438b5, 0 1px 2px 0 rgba(20, 56, 181, 0.25);
    line-height: 1;
    display: inline-block;
    border: 2px solid var(--tp-dashboard-primary);
    padding: 10.5px 22px;
    transition: all 0.3s ease-out 0s;
}
.tp-btn-enroll:hover {
    background-color: var(--tp-common-white);
    color: var(--tp-dashboard-primary);
}
.tp-btn-add-course {
    color: #303651;
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    background-color: var(--tp-common-white);
    padding: 11.5px 21px;
    border-radius: 40px;
    border: 2px solid var(--tp-common-white);
    display: inline-block;
}
.tp-btn-add-course i {
    color: #697089;
    display: inline-block;
    margin-right: 8px;
    transition: all 0.3s ease-out 0s;
}
.tp-btn-add-course:hover {
    background-color: transparent;
}
.tp-btn-add-course.profile,
.tp-btn-add-course:hover,
.tp-btn-add-course:hover i {
    color: var(--tp-common-white);
}
.tp-btn-add-course.profile {
    font-size: 15px;
    font-weight: 600;
    border: none;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background: hsla(0, 0%, 100%, 0.35);
}
.tp-btn-add-course.profile span {
    display: inline-block;
    transform: translateY(-3px);
    margin-right: 5px;
}
.tp-btn-course {
    border-radius: 6px;
    background: var(--tp-dashboard-3);
    border: 2px solid var(--tp-dashboard-3);
    line-height: 1;
    font-size: 12px;
    font-weight: 600;
    color: var(--tp-common-white);
    padding: 4px 12px 5px;
    display: inline-block;
    box-shadow: 0 0 1px 0 #5b7d55, 0 1px 2px 0 rgba(91, 125, 85, 0.25);
}
.tp-btn-course:hover {
    background-color: var(--tp-common-white);
    color: var(--tp-dashboard-3);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-btn-course {
        padding: 4px 8px 5px;
    }
}
.tpd-btn-cancel {
    color: #4f5158;
    font-size: 15px;
    font-weight: 500;
    border-radius: 6px;
    border: 1px solid rgba(117, 124, 142, 0.2);
    line-height: 1;
    padding: 9px 20px;
    display: inline-block;
    transition: all 0.3s ease-out 0s;
}
.tpd-btn-cancel:hover {
    background-color: #ed1b2e;
    border-color: #ed1b2e;
    color: var(--tp-common-white);
}
.tpd-btn-delete {
    color: #4f5158;
    font-size: 15px;
    font-weight: 500;
    border-radius: 4px;
    border: 1px solid #f4f5fa;
    background: #f0f1f6;
    line-height: 1;
    padding: 9px 20px;
    display: inline-block;
    transition: all 0.3s ease-out 0s;
}
.tpd-btn-delete:hover {
    background-color: #ed1b2e;
    border-color: #ed1b2e;
    color: var(--tp-common-white);
}
.tpd-btn-edit {
    color: var(--tp-common-white);
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    padding: 9px 20px;
    border-radius: 6px;
    background: var(--tp-dashboard-primary);
    display: inline-block;
    box-shadow: 0 0 1px 0 #1438b5, 0 1px 2px 0 rgba(20, 56, 181, 0.25);
    transition: all 0.3s ease-out 0s;
}
.tpd-btn-edit:hover {
    box-shadow: none;
}
.tpd-btn-details {
    color: #3c66f9;
    font-size: 15px;
    font-weight: 400;
    display: inline-block;
    border-radius: 8px;
    border: 1px solid rgba(60, 102, 249, 0.2);
    line-height: 1;
    padding: 8.5px 16px;
    transition: all 0.3s ease-out 0s;
}
.tpd-btn-details:hover {
    background: var(--tp-dashboard-primary);
    border-radius: 6px;
    box-shadow: 0 0 1px 0 #1438b5, 0 1px 2px 0 rgba(20, 56, 181, 0.25);
    color: var(--tp-common-white);
}
.tp-instructor-wrap {
    padding: 0 36px 0 48px;
    transform: translateY(46px);
}
@media only screen and (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-instructor-wrap {
        flex-wrap: wrap;
        padding: 0 15px;
    }
}
@media only screen and (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px) {
    .tp-instructor-wrap {
        transform: translateY(-50px);
    }
}
@media only screen and (max-width: 767px) {
    .tp-instructor-info {
        flex-wrap: wrap;
    }
}
.tp-instructor-avatar {
    flex: 0 0 auto;
    margin-right: 40px;
}
.tp-instructor-avatar img {
    height: 166px;
    width: 166px;
    border-radius: 50%;
    object-fit: cover;
    padding: 8px;
    background-color: var(--tp-common-white);
}
.tp-instructor-avatar.profile img {
    height: 130px;
    width: 130px;
}
.tp-instructor-avatar.profile span {
    position: absolute;
    bottom: 0;
    right: 0;
}
.tp-instructor-content {
    margin-top: 32px;
}
.tp-instructor-title {
    color: var(--tp-common-white);
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 2px;
    display: inline-block;
}
.tp-instructor-rate .profile,
.tp-instructor-rate span {
    font-size: 16px;
    font-weight: 400;
    color: var(--tp-common-white);
}
.tp-instructor-rate .profile {
    position: relative;
}
.tp-instructor-rate .profile:not(:last-child) {
    margin-right: 20px;
}
.tp-instructor-rate .profile:not(:last-child):after {
    position: absolute;
    content: "";
    display: inline-block;
    right: -12px;
    top: 50%;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: var(--tp-common-white);
}
.tp-instructor-rating {
    margin-right: 10px;
}
.tp-instructor-rating i {
    color: #ffad32;
    margin: 0 2px 0 -1px;
}
.tp-instructor-course-btn {
    margin-top: 42px;
}
@media only screen and (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-instructor-course-btn {
        margin-top: 30px;
    }
}
.tp-instructor-course-btn.profile {
    margin-top: 12px;
}
.tp-fact-wrapper {
    margin-bottom: 25px;
}
.tp-fact-item {
    box-shadow: 0 6px 6px rgba(8, 19, 34, 0.02);
    background-color: var(--tp-common-white);
    padding: 25px 30px;
    border-radius: 14px;
    position: relative;
    z-index: 1;
    margin-bottom: 45px;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-fact-item {
        margin-bottom: 30px;
    }
}
.tp-fact-item:before {
    position: absolute;
    content: "";
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    height: 100%;
    z-index: -1;
    width: calc(100% - 40px);
    background-color: hsla(0, 0%, 100%, 0.6);
    border-radius: 14px;
}
.tp-fact-count {
    color: #1e1e2f;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 0;
    line-height: 1.1;
}
.tp-fact-content span {
    color: #6c7275;
    font-size: 15px;
    font-weight: 400;
}
.tp-fact-icon span {
    height: 60px;
    width: 60px;
    background-color: #f0eefd;
    border-radius: 50%;
    line-height: 58px;
    text-align: center;
    display: inline-block;
}
span.common-pale-yellow {
    background-color: #fff0ed;
}
span.common-pale-pacific {
    background-color: #e7f6f8;
}
span.common-pale-blue {
    background-color: #e5f4ff;
}
span.common-pale-green {
    background-color: #e6f5ea;
}
span.common-pale-purple {
    background-color: #efe7fc;
}
.tp-progress-wrapper {
    margin-bottom: 70px;
}
.tp-progress-item {
    background-color: var(--tp-common-white);
    padding: 20px;
    box-shadow: 0 1px 1px rgba(3, 11, 30, 0.14);
    border-radius: 14px;
}
.tp-progress-item:not(:last-of-type) {
    margin-bottom: 20px;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-progress-item {
        flex-wrap: wrap;
    }
}
.tp-progress-thumb {
    flex: 0 0 auto;
    position: relative;
    height: 100%;
    margin-right: 28px;
}
.tp-progress-thumb img {
    height: 100%;
    width: 330px;
    object-fit: cover;
    border-radius: 14px;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-progress-thumb img {
        width: 100%;
    }
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-progress-thumb {
        margin-bottom: 20px;
    }
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-progress-thumb {
        width: 100%;
    }
}
.tp-progress-title {
    color: #031f42;
    font-size: 22px;
    font-weight: 500;
    line-height: 28px;
}
.tp-progress-title a:hover {
    color: var(--tp-dashboard-secondary);
}
.tp-progress-content p {
    color: #94928e;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 34px;
}
.tp-progress-content p span {
    color: #4f5158;
}
.tp-progress-rate {
    margin-bottom: 6px;
}
.tp-progress-rate span {
    color: #8f9195;
    font-size: 15px;
}
.tp-progress-rate span:not(:last-of-type) {
    margin-right: 5px;
}
.tp-progress-rating {
    display: inline-block;
    margin-right: 7px;
}
.tp-progress-rating i {
    color: #ff9747;
    margin: 0 -1px;
}
@media only screen and (max-width: 767px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-progress-bar {
        flex-wrap: wrap;
    }
}
.tp-progress-bar .progress {
    height: 5px;
    border-radius: 4px;
    background: #eef1f8;
    width: 360px;
    margin-right: 20px;
}
@media only screen and (max-width: 767px), only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-progress-bar .progress {
        margin-bottom: 10px;
    }
}
@media only screen and (max-width: 767px) {
    .tp-progress-bar .progress {
        width: 300px;
    }
}
.tp-progress-bar .progress-bar {
    border-radius: 4px;
    background: var(--tp-dashboard-primary);
    width: 50%;
}
.tp-progress-bar .progress-bar.seven {
    width: 70%;
}
.tp-progress-bar > span {
    flex: 0 0 auto;
    color: #8f9195;
    font-size: 14px;
}
.tp-dashboard-course-wrapper {
    padding-bottom: 70px;
}
.tp-dashboard-course-list {
    background-color: var(--tp-common-white);
    box-shadow: 0 1px 1px rgba(3, 11, 30, 0.14);
    padding: 40px 34px 26px;
    border-radius: 16px;
    overflow: hidden;
}
@media only screen and (max-width: 767px) {
    .tp-dashboard-course-list > ul {
        overflow-x: scroll;
    }
}
.tp-dashboard-course-list ul li {
    list-style: none;
    padding: 15.5px 0;
}
.tp-dashboard-course-list ul li:not(:last-of-type) {
    border-bottom: 1px solid #e6e8f0;
}
.tp-dashboard-course-list ul li:first-child {
    border-bottom: none;
    padding: 8.5px 0;
}
@media only screen and (max-width: 767px) {
    .tp-dashboard-course-list ul li {
        width: 600px;
    }
}
.tp-dashboard-course-list ul li.active {
    background-color: #f4f5fa;
    border-radius: 8px;
}
.tp-dashboard-course-list ul li.active .tp-dashboard-course-enroll span,
.tp-dashboard-course-list ul li.active .tp-dashboard-course-name-title,
.tp-dashboard-course-list ul li.active .tp-dashboard-course-rating span {
    color: #4a4e68;
    font-size: 15px;
    font-weight: 500;
}
.tp-dashboard-course-item {
    display: flex;
    align-items: center;
}
.tp-dashboard-course-name {
    width: 512px;
}
.tp-dashboard-course-name-title {
    margin-bottom: 0;
    margin-left: 20px;
    color: #57595f;
    font-size: 16px;
    font-weight: 400;
}
.tp-dashboard-course-enroll {
    margin-left: 15px;
    width: 185px;
}
.tp-dashboard-course-enroll span {
    color: #57595f;
    font-size: 16px;
    font-weight: 400;
}
.tp-dashboard-course-rating {
    margin-left: 15px;
    width: 185px;
}
.tp-dashboard-course-rating i {
    font-size: 13px;
    color: #ff9e4e;
    margin: 0 2px 0 -1px;
}
.tp-dashboard-course-details a {
    color: #57595f;
    font-size: 15px;
    font-weight: 500;
}
.tp-dashboard-course-details a i {
    margin-left: 4px;
    transform: translateY(1px);
}
.tp-dashboard-course-details a:hover {
    color: var(--tp-dashboard-primary);
}
.tp-profile-box {
    background-color: var(--tp-common-white);
    padding: 46px 34px;
    border-radius: 16px;
    box-shadow: 0 1px 1px rgba(3, 11, 30, 0.14), 0 1px 2px rgba(3, 11, 30, 0.06);
}
@media only screen and (max-width: 767px) {
    .tp-profile-box {
        padding: 30px;
    }
}
.tp-profile-box.my-profile {
    padding: 46px 36px 46px 48px;
    z-index: 1;
}
.tp-profile-wrap {
    border-radius: 8px;
    border: 1px solid #e6e8f0;
    background-color: #f9f9f9;
    overflow: hidden;
}
@media only screen and (max-width: 767px) {
    .tp-profile-wrap ul {
        overflow-x: scroll;
    }
}
.tp-profile-wrap ul li {
    list-style: none;
}
.tp-profile-wrap ul li:not(:last-of-type) {
    border-bottom: 1px solid #e6e8f0;
}
@media only screen and (max-width: 767px) {
    .tp-profile-wrap ul li {
        width: 700px;
    }
}
.tp-profile-info-tag {
    width: 220px;
    flex: 0 0 auto;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-profile-info-tag {
        width: 200px;
    }
}
.tp-profile-info-tag span {
    padding: 13px 30px;
    color: #57595f;
    font-size: 16px;
    font-weight: 300;
    display: inline-block;
}
.tp-profile-info-details {
    background-color: #fff;
    width: 100%;
}
.tp-profile-info-details span {
    padding: 13px 30px;
    color: #4f5158;
    font-size: 16px;
    font-weight: 400;
    display: inline-block;
}
.tp-profile-info-details span.details-zone {
    padding: 13px 30px 31px;
}
.tpd-table {
    border-radius: 16px;
    padding: 40px 34px 24px;
    background-color: var(--tp-common-white);
    box-shadow: 0 1px 1px rgba(3, 11, 30, 0.14), 0 1px 2px rgba(3, 11, 30, 0.06);
}
@media only screen and (max-width: 767px),
    only screen and (min-width: 1200px) and (max-width: 1399px),
    only screen and (min-width: 1400px) and (max-width: 1599px),
    only screen and (min-width: 576px) and (max-width: 767px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 992px) and (max-width: 1199px) {
    .tpd-table {
        overflow-x: scroll;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
    .tpd-table {
        padding: 40px 20px 24px;
    }
}
@media only screen and (max-width: 767px) {
    .tpd-table {
        padding: 20px;
    }
}
.tpd-table-row {
    display: flex;
    align-items: center;
    margin-left: 20px;
}
.tpd-table-title {
    color: #4a4e68;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 0;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .tpd-table > ul {
        width: 900px;
        padding-right: 30px;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tpd-table > ul {
        width: 850px;
        padding-right: 30px;
    }
}
@media only screen and (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
    .tpd-table > ul {
        width: 820px;
        padding-right: 30px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tpd-table > ul {
        width: 850px;
        padding-right: 30px;
    }
}
.tpd-table ul li {
    list-style: none;
    padding: 25px 0;
}
.tpd-table ul li:not(:last-of-type) {
    border-bottom: 1px solid #e6e8f0;
}
.tpd-table ul li:first-child {
    border-bottom: none;
    padding: 14px 0;
}
.tpd-table ul li:hover {
    background-color: #f9f9f9;
}
.tpd-table ul li.tpd-table-head {
    border-radius: 8px;
    background: #f4f5fa;
}
.tpd-action-btn a,
.tpd-action-btn button {
    position: relative;
    display: inline-block;
    color: #808187;
    font-size: 15px;
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 30px;
    border: 1px solid #eeeff4;
}
.tpd-action-btn a:hover,
.tpd-action-btn button:hover {
    color: var(--tp-common-white);
    border-color: var(--tp-dashboard-primary);
    background-color: var(--tp-dashboard-primary);
    box-shadow: 0 0 1px 0 #1438b5, 0 1px 2px 0 rgba(20, 56, 181, 0.25);
}
.tpd-action-btn a:hover .tpd-action-tooltip,
.tpd-action-btn button:hover .tpd-action-tooltip {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(-12px);
}
.tpd-action-btn a.nohover:hover,
.tpd-action-btn button.nohover:hover {
    border-color: inherit;
    background-color: inherit;
    box-shadow: inherit;
}
.tpd-action-tooltip {
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%) translateY(-6px);
    width: max-content;
    background-color: #031233;
    color: var(--tp-common-white);
    text-align: center;
    font-size: 13px;
    font-weight: 500;
    line-height: 1;
    padding: 6px 12px 7px;
    border-radius: 4px;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
}
.tpd-action-tooltip:before {
    position: absolute;
    content: "";
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-top: 6px solid #031233;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
}
.tpd-action-inexact-btn {
    display: inline-block;
    position: relative;
}
.tpd-action-inexact-btn:not(:last-child) {
    margin-right: 5px;
}
.tpd-action-inexact-btn > a,
.tpd-action-inexact-btn > button {
    display: inline-block;
    font-size: 15px;
    height: 30px;
    width: 30px;
    line-height: 24px;
    text-align: center;
    border-radius: 30px;
    color: #697089;
    border: 1px solid transparent;
}
.tpd-action-inexact-btn > a svg,
.tpd-action-inexact-btn > button svg {
    transform: translateX(-1px);
}
.tpd-action-inexact-btn > a:hover,
.tpd-action-inexact-btn > button:hover {
    color: var(--tp-dashboard-primary);
    border-radius: 30px;
    border: 1px solid rgba(85, 109, 245, 0.2);
    background: rgba(85, 109, 245, 0.1);
}
.tpd-action-inexact-btn > a.click,
.tpd-action-inexact-btn > button.click {
    position: relative;
}
.tpd-action-inexact-btn > a.border-bg,
.tpd-action-inexact-btn > button.border-bg {
    line-height: 14px;
}
.tpd-action-inexact-btn > a.border-bg svg,
.tpd-action-inexact-btn > button.border-bg svg {
    transform: translateX(0);
}
.tpd-action-inexact-btn.active .tpd-action-click-tooltip {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.tpd-action-click-tooltip {
    background-color: #24272e;
    padding: 8px;
    display: inline-block;
    box-shadow: 0 4px 12px rgba(3, 18, 51, 0.3);
    border-radius: 6px;
    position: absolute;
    right: -18px;
    bottom: calc(100% + 10px);
    transform: translateY(5px);
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s;
}
.tpd-action-click-tooltip:before {
    position: absolute;
    content: "";
    bottom: -6px;
    right: 27px;
    width: 0;
    height: 0;
    border-top: 6px solid #303651;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
}
.tpd-action-click-tooltip button {
    display: block;
    border-radius: 4px;
    width: 100%;
    color: hsla(0, 0%, 100%, 0.8);
    font-size: 15px;
    font-weight: 500;
    text-align: left;
    line-height: 1;
    padding: 10px 13px;
    width: 156px;
}
.tpd-action-click-tooltip button span {
    display: inline-block;
    width: 20px;
}
.tpd-action-click-tooltip button:hover {
    background: hsla(0, 0%, 100%, 0.1);
    color: #fff;
}
.tpd-action-click-tooltip.bundle button {
    width: 120px;
}
.tpd-action-approv button {
    display: inline-block;
    color: var(--tp-dashboard-sucess);
    font-size: 15px;
    height: 26px;
    width: 26px;
    line-height: 20px;
    text-align: center;
    border: 1px solid #eeeff4;
    border-radius: 4px;
    border: 1px solid rgba(36, 161, 72, 0.12);
    background: #e8f9ed;
    transition: all 0.3s ease-out 0s;
}
.tpd-action-approv button.reject {
    color: #bebfc1;
    border-color: #e5e6eb;
    background-color: transparent;
}
.tpd-action-approv button.reject:hover {
    color: var(--tp-dashboard-danger);
    border: 1px solid rgba(255, 77, 79, 0.12);
    background: rgba(255, 77, 79, 0.08);
}
.tpd-action-approv button.style-bg-2 {
    background-color: #00b890;
    color: var(--tp-common-white);
}
.tpd-status button {
    border-radius: 30px;
    color: #697089;
    border: 1px solid #eeeff4;
}
.tpd-status button,
.tpd-status-complete button {
    font-size: 15px;
    height: 26px;
    width: 26px;
    line-height: 26px;
    text-align: center;
    position: relative;
    display: inline-block;
}
.tpd-status-complete button {
    border-radius: 30px;
    color: var(--tp-common-white);
    border: 1px solid #00b890;
    background-color: #00b890;
}
.tpd-badge {
    display: inline-block;
    border-radius: 23px;
    line-height: 1;
    font-weight: 500;
    font-size: 13px;
    padding: 2px 11px 5px;
}
.tpd-badge.sucess {
    color: var(--tp-dashboard-sucess);
    background: rgba(15, 159, 85, 0.1);
    border: 1px solid rgba(36, 161, 72, 0.12);
}
.tpd-badge.danger {
    color: var(--tp-dashboard-danger);
    border: 1px solid rgba(255, 77, 79, 0.12);
    background: rgba(255, 77, 79, 0.08);
}
.tpd-badge.warning {
    color: var(--tp-dashboard-warning);
    border: 1px solid rgba(245, 155, 18, 0.12);
    background: rgba(245, 155, 18, 0.08);
}
.tpd-badge.info {
    color: var(--tp-dashboard-info);
    border: 1px solid rgba(84, 111, 255, 0.12);
    background: rgba(84, 111, 255, 0.08);
}
.tpd-border-btn {
    color: #3c66f9;
    font-size: 15px;
    font-weight: 400;
    display: inline-block;
    border-radius: 8px;
    line-height: 1;
    padding: 8px 16px;
    transition: all 0.3s ease-out 0s;
    border: 1px solid rgba(60, 102, 249, 0.2);
}
.tpd-border-btn:hover {
    background: var(--tp-dashboard-primary);
    border-radius: 6px;
}
.tpd-border-btn.active,
.tpd-border-btn:hover {
    box-shadow: 0 0 1px 0 #1438b5, 0 1px 2px 0 rgba(20, 56, 181, 0.25);
    color: var(--tp-common-white);
}
.tpd-border-btn.active {
    background-color: var(--tp-dashboard-primary);
}
.tpd-border-btn.active:hover {
    background-color: transparent;
    box-shadow: none;
    color: var(--tp-dashboard-primary);
    border-color: var(--tp-dashboard-primary);
}
.tpd-border-btn a {
    color: #3c66f9;
    font-size: 15px;
    font-weight: 400;
    display: inline-block;
    border-radius: 8px;
    border: 1px solid rgba(60, 102, 249, 0.2);
    line-height: 1;
    padding: 8.5px 16px;
    transition: all 0.3s ease-out 0s;
}
.tpd-border-btn a:hover {
    background: var(--tp-dashboard-primary);
    border-radius: 6px;
}
.tpd-border-btn a.active,
.tpd-border-btn a:hover {
    box-shadow: 0 0 1px 0 #1438b5, 0 1px 2px 0 rgba(20, 56, 181, 0.25);
    color: var(--tp-common-white);
}
.tpd-border-btn a.active {
    background-color: var(--tp-dashboard-primary);
}
.tpd-border-btn a.active:hover {
    background-color: transparent;
    box-shadow: none;
    color: var(--tp-dashboard-primary);
    border-color: var(--tp-dashboard-primary);
}
.tpd-input .font {
    font-size: 16px;
}
.tpd-input label {
    color: #303651;
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
    margin-bottom: 7px;
}
.tpd-input input,
.tpd-input textarea {
    resize: none;
    border-radius: 6px;
    border: 1px solid #e6e8f0;
    background: var(--tp-common-white);
    box-shadow: 0 1px 1px 0 rgba(48, 54, 81, 0.06);
    transition: all 0.3s ease-out 0s;
}
.tpd-input input:focus,
.tpd-input textarea:focus {
    border-color: var(--tp-theme-7);
    box-shadow: 0 1px 2px 0 rgba(65, 95, 251, 0.06), 0 4px 10px 0 rgba(65, 95, 251, 0.06), 0 0 0 3px rgba(65, 95, 251, 0.2);
}
.tpd-input input::placeholder,
.tpd-input textarea::placeholder {
    color: #8f9195;
    font-size: 16px;
    font-weight: 400;
}
.tpd-input textarea {
    height: 162px;
}
.tpd-input .tpd-redio-style.tmy-tab .nav.nav-tabs .nav-item .nav-link {
    border: 1px solid #e6e8f0;
}
.tpd-box-shadow {
    box-shadow: 0 1px 1px 0 rgba(3, 11, 30, 0.14), 0 1px 2px 1px rgba(3, 11, 30, 0.06);
}
.tpd-input-white label {
    color: #8f9195;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 7px;
}
.tpd-input-white input {
    border-radius: 10px;
    background: var(--tp-common-white);
    height: 50px;
    box-shadow: 0 1px 1px 0 rgba(3, 11, 30, 0.14), 0 1px 2px 1px rgba(3, 11, 30, 0.06);
}
.tpd-input-white input:focus {
    border-color: var(--tp-dashboard-primary);
}
.tpd-input-white input::placeholder {
    color: #757c8e;
    font-size: 17px;
    font-weight: 400;
}
.tpd-input-white textarea {
    height: 160px;
    border-radius: 10px;
    resize: none;
    padding: 14px 24px;
    background: var(--tp-common-white);
    box-shadow: 0 1px 1px 0 rgba(3, 11, 30, 0.14), 0 1px 2px 1px rgba(3, 11, 30, 0.06);
}
.tpd-input-white textarea:focus {
    box-shadow: none;
}
.tpd-input-white textarea::placeholder {
    color: #757c8e;
    font-size: 17px;
    font-weight: 400;
}
.tpd-table.li-hover-none ul li:hover {
    background-color: transparent;
}
.tpd-table.li-hover-none ul li.tpd-table-head:hover {
    background-color: #f4f5fa;
}
.tpd-certificate-img img {
    max-width: 90px;
    height: 64px;
    object-fit: cover;
    box-shadow: 2px 2px 2px hsla(0, 0%, 6%, 0.3);
}
.tpd-certificate-badge {
    width: 138px;
    display: flex;
    align-items: center;
    border-radius: 30px;
    background: #eff2fa;
    padding: 3px 16px;
    border: 1px solid #e7eaf2;
    justify-content: space-between;
}
.tpd-certificate-badge:hover {
    background: rgba(85, 109, 245, 0.14);
}
.tpd-certificate-badge:hover .tpd-certificate-badge-publish svg,
.tpd-certificate-badge:hover .tpd-certificate-badge-text {
    color: var(--tp-dashboard-primary);
}
.tpd-certificate-badge-text {
    color: #57595f;
    font-size: 14px;
    font-weight: 400;
}
.tpd-certificate-badge-file {
    flex: 0 0 auto;
    margin-right: 2px;
    display: inline-block;
}
.tpd-certificate-badge-file svg,
.tpd-certificate-badge-publish svg {
    transform: translateY(-2px);
    display: inline-block;
}
.tpd-certificate-badge-publish svg {
    transition: all 0.3s ease-out 0s;
}
.tpd-certificate-badge.active {
    border: 1px solid rgba(36, 161, 72, 0.12);
    background: #e8f9ed;
}
.tpd-certificate-badge.active .tpd-certificate-badge-text {
    color: #24a148;
}
.tpd-certificate-table .tpd-table-row {
    margin-left: 0;
    display: inherit;
}
@media only screen and (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px) {
    .tpd-certificate-table ul {
        overflow: hidden;
        overflow-x: scroll;
    }
}
.tpd-certificate-table ul li {
    list-style: none;
    background-color: var(--tp-common-white);
    box-shadow: 0 1px 1px rgba(3, 11, 30, 0.14), 0 1px 2px rgba(3, 11, 30, 0.06);
    padding: 23px 18px 23px 25px;
    border-radius: 10px;
}
.tpd-certificate-table ul li:not(:last-of-type) {
    margin-bottom: 6px;
}
@media only screen and (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px) {
    .tpd-certificate-table ul li {
        width: 600px;
    }
}
.tpd-certificate-info {
    width: 600px;
}
.tpd-certificate-badges {
    flex: 0 0 auto;
    width: 140px;
}
.tpd-certificate-delete,
.tpd-certificate-edit {
    margin-left: 10px;
    flex: 0 0 auto;
}
.tpd-certificate-title {
    color: #57595f;
    font-size: 18px;
    font-weight: 400;
    margin: 0;
}
.tp-dashboard-body-bg {
    background-color: #eff2fa;
}
.tp-dashboard-banner-wrap {
    position: relative;
    z-index: 1;
    padding-bottom: 80px;
}
.tp-dashboard-banner-bg {
    padding-top: 154px;
    border-radius: 14px;
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
}
.tp-dashboard-banner-bg.profile {
    padding-top: 35px;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-dashboard-banner-bg.profile {
        margin-bottom: 50px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .tp-dashboard-banner-bg.profile {
        margin-bottom: 60px;
    }
    .tp-dashboard-banner-bg.profile .tp-instructor-wrap {
        transform: translateY(46px);
    }
}
@media only screen and (max-width: 767px) {
    .tp-dashboard-banner-bg.profile .tp-instructor-wrap {
        transform: translateY(-20px);
    }
}
.tp-dashboard-banner-shape {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.tp-dashboard-banner-shape img {
    width: 100%;
}
.tp-dashboard-title {
    color: #0a1c3a;
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 33px;
}
.tp-dashboard-tab {
    border-radius: 10px;
    background: var(--tp-common-white);
    box-shadow: 0 1px 1px 0 rgba(3, 11, 30, 0.14), 0 1px 2px 1px rgba(3, 11, 30, 0.06);
}
.tp-dashboard-tab-title {
    color: #303651;
    font-size: 26px;
    font-weight: 600;
    padding: 19px 30px 18px;
    border-bottom: 1px solid #e6e8f0;
}
.tp-dashboard-tab-list {
    padding: 0 30px;
}
@media only screen and (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-dashboard-tab-list {
        padding: 0;
    }
}
.tp-dashboard-tab-list ul li {
    list-style: none;
    display: inline-block;
}
.tp-dashboard-tab-list ul li a {
    color: #697089;
    font-size: 15px;
    font-weight: 500;
    display: inline-block;
    padding: 11px 24px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .tp-dashboard-tab-list ul li a {
        padding: 10px 15px;
    }
}
.tp-dashboard-tab-list ul li a.active {
    color: var(--tp-dashboard-secondary);
    position: relative;
}
.tp-dashboard-tab-list ul li a.active:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    height: 3px;
    width: 100%;
    background-color: var(--tp-dashboard-primary);
    box-shadow: 0 1px 2px 0 rgba(20, 56, 181, 0.25);
}
.tp-dashboard-course {
    border-radius: 10px;
    padding: 10px;
    background: var(--tp-common-white);
    box-shadow: 0 1px 1px 0 rgba(3, 11, 30, 0.14), 0 1px 2px 1px rgba(3, 11, 30, 0.06);
}
.tp-dashboard-course:hover .tp-dashboard-course-thumb img {
    transform: scale(1.08);
}
.tp-dashboard-course.courde-edit .tp-dashboard-course-content {
    padding: 20px 10px 0;
}
.tp-dashboard-course.courde-edit .tp-dashboard-course-meta {
    padding-bottom: 12px;
    border-bottom: 1px solid #e9ebf1;
}
.tp-dashboard-course-content {
    padding: 18px 14px 19px;
}
.tp-dashboard-course-thumb {
    overflow: hidden;
    border-radius: 8px;
}
.tp-dashboard-course-thumb img {
    width: 100%;
    border-radius: 8px;
    transition: all 0.3s ease-out 0s;
}
.tp-dashboard-course-title {
    color: #031f42;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.4;
}
.tp-dashboard-course-title a:hover {
    color: var(--tp-dashboard-primary);
}
.tp-dashboard-course-meta {
    margin-bottom: 10px;
}
.tp-dashboard-course-meta span {
    color: #8f9195;
    font-size: 14px;
    display: inline-block;
    margin-right: 1px;
}
.tp-dashboard-course-meta span:not(:last-of-type) {
    margin-right: 16px;
}
.tp-dashboard-course-meta span span {
    display: inline-block;
    transform: translateY(-2px);
}
.tp-dashboard-course-btn .tp-btn-border {
    display: block;
}
.tp-dashboard-course-free span {
    font-size: 18px;
    font-weight: 600;
    color: var(--tp-dashboard-secondary);
}
.tp-dashboard-btn .tp-dashboard-course-free {
    margin-left: 10px;
}
.tp-dashboard-btn .tp-course-pricing {
    text-align: end;
    flex: 0 0 auto;
    margin-left: 8px;
}
.tp-dashboard-rating {
    margin-bottom: 4px;
}
.tp-dashboard-rating i {
    color: #ffb21d;
}
.tp-dashboard-rating span {
    color: #8f9195;
    font-size: 13px;
    font-weight: 400;
    display: inline-block;
    margin-left: 3px;
}
.tp-dashboard-progress {
    margin-bottom: 25px;
}
.tp-dashboard-progress-info span {
    color: #8f9195;
    font-size: 13px;
    font-weight: 400;
    display: inline-block;
    margin-bottom: 5px;
}
.tp-dashboard-progress .progress {
    border-radius: 2px;
    background: #eff1f7;
    height: 4px;
}
.tp-dashboard-progress .progress-bar {
    border-radius: 2px;
    background: #15ac6a;
}
.tp-dashboard-course-2 .tp-dashboard-course-meta {
    margin-bottom: 19px;
    padding-bottom: 22px;
    border-bottom: 1px solid #e9ebf1;
}
.tp-dashboard-course-2 .tp-dashboard-course-content {
    padding: 18px 14px 11px;
}
@media only screen and (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px) {
    .tp-dashboard-course-2 .tp-dashboard-course-content {
        padding: 0;
    }
}
.tpd-dashboard-wrap-bg {
    background-repeat: no-repeat;
}
.tpd-dashboard-footer .tp-footer-widget-title {
    color: var(--tp-common-white);
}
.tpd-dashboard-footer .tp-footer-widget ul li a {
    color: hsla(0, 0%, 100%, 0.7);
}
.tpd-dashboard-footer .tp-footer-widget ul li a:hover {
    color: var(--tp-common-white);
}
.tpd-dashboard-footer .tp-footer-newsletter-wrap p,
.tpd-dashboard-footer .tp-footer-widget-content p {
    color: hsla(0, 0%, 100%, 0.7);
}
.tpd-dashboard-footer .tp-footer-newsletter-input input {
    border-radius: 50px;
    font-size: 16px;
    color: var(--tp-common-white);
    border: 2px solid hsla(0, 0%, 100%, 0.1);
}
.tpd-dashboard-footer .tp-footer-newsletter-input input::placeholder {
    font-size: 16px;
    color: var(--tp-common-white);
}
.tpd-dashboard-footer .tp-footer-newsletter-input input:focus {
    border-color: var(--tp-dashboard-primary);
}
.tpd-dashboard-footer .tp-footer-newsletter-submit .tp-btn {
    border-radius: 50px;
    border-color: var(--tp-dashboard-primary);
    background: var(--tp-dashboard-primary);
    box-shadow: 0 0 1px 0 #1438b5, 0 1px 2px 0 rgba(20, 56, 181, 0.25);
}
.tpd-dashboard-footer .tp-footer-newsletter-social a {
    background: hsla(0, 0%, 100%, 0.06);
    border: none;
    color: var(--tp-common-white);
    height: 44px;
    width: 44px;
    line-height: 44px;
}
.tpd-dashboard-footer .tp-footer-contact span {
    color: hsla(0, 0%, 100%, 0.7);
}
.tpd-dashboard-footer .tp-footer-contact a,
.tpd-dashboard-footer .tp-footer-contact-mail a,
.tpd-dashboard-footer .tp-footer-contact-mail a span {
    color: var(--tp-common-white);
}
.tpd-dashboard-footer-bottom {
    background: #142542;
}
.tpd-dashboard-footer-bottom .tp-footer-copyright span {
    color: var(--tp-common-white);
}
.tpd-dashboard-right .main-menu {
    margin-right: 50px;
}
@media only screen and (max-width: 767px) {
    .tpd-dashboard-filter {
        flex-wrap: wrap;
    }
    .tpd-dashboard-search {
        margin-bottom: 20px;
    }
}
.tpd-dashboard-search .tp-header-2-search {
    width: 360px;
    margin-left: 0;
}
.tpd-dashboard-search .tp-header-2-search input {
    color: var(--tp-heading-primary);
    font-size: 15px;
    font-weight: 400;
    width: 100%;
    padding: 0 30px 0 50px;
    border-radius: 100px;
    border: 1px solid #f3f4f9;
    background-color: var(--tp-common-white);
}
.tpd-dashboard-search .tp-header-2-search input::placeholder {
    font-size: 15px;
    font-weight: 400;
}
.tpd-dashboard-search .tp-header-2-search input:focus {
    border-color: var(--tp-theme-secondary);
    background-color: var(--tp-common-white);
}
.tpd-dashboard-search .tp-header-2-search-btn {
    position: absolute;
    right: auto;
    left: 22px;
}
.tpd-dashboard-search .tp-header-2-search-btn span {
    display: inline-block;
    transform: translateY(-1px);
}
.tpd-dashboard-select .tp-course-filter-select .nice-select {
    width: 140px;
    height: 40px;
    line-height: 40px;
    font-weight: 500;
    box-shadow: none;
    border-color: var(--tp-common-white);
    background: var(--tp-common-white);
}
@media only screen and (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
    .tpd-dashboard-select-course {
        margin-bottom: 20px;
    }
}
.tpd-dashboard-select-course .tp-course-filter-select .nice-select {
    float: none;
    width: 300px;
    height: 40px;
    border: inherit;
    box-shadow: none;
    line-height: 40px;
    padding-right: 45px;
    display: inline-table;
    background: var(--tp-common-white);
}
@media only screen and (max-width: 767px) {
    .tpd-dashboard-select-calender {
        flex-wrap: wrap;
    }
    .tpd-dashboard-select-calender .tpd-order-short-list {
        margin-bottom: 20px;
    }
}
.tpd-dashboard-progress-box {
    border-radius: 10px;
    background-color: var(--tp-common-white);
    box-shadow: 0 1px 1px 0 rgba(3, 11, 30, 0.14), 0 1px 2px 1px rgba(3, 11, 30, 0.06);
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
    .tpd-dashboard-progress-box {
        margin-top: 30px;
    }
}
.tpd-dashboard-progress-heading {
    padding-bottom: 45px;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
    .tpd-dashboard-progress-heading {
        flex-wrap: wrap;
    }
}
.tpd-dashboard-progress-item {
    border-bottom: 1px solid #e6e8ec;
    padding: 24px 107px 24px 29px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tpd-dashboard-progress-item {
        padding: 24px 90px 24px 29px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tpd-dashboard-progress-item {
        padding: 24px 57px 24px 28px;
    }
}
.tpd-dashboard-progress-item:not(:last-of-type) {
    border-right: 1px solid #e6e8ec;
}
.tpd-dashboard-progress-item span {
    font-weight: 400;
    font-size: 14px;
    color: #757c8e;
}
.tpd-dashboard-progress-item p {
    font-weight: 600;
    font-size: 20px;
    color: #57595f;
    margin: 0;
}
.tpd-dashboard-progress-body {
    padding: 0 30px 40px;
}
.tpd-dashboard-progress-body .h4,
.tpd-dashboard-progress-body h4 {
    color: #333;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 30px;
}
.tpd-dashboard-progress-graph {
    width: 770px;
    margin-left: 30px;
    border-radius: 4px;
    border: 1px solid #e6e8ec;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tpd-dashboard-progress-graph {
        margin-left: 0;
    }
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .tpd-dashboard-progress-graph {
        width: 100%;
        margin-left: 0;
    }
}
.tpd-dashboard-qa-tab {
    display: inline-block;
}
.tpd-dashboard-qa-tab-bg {
    position: relative;
    border-radius: 50px;
    background: var(--tp-common-white);
}
.tpd-dashboard-qa-tab-bg .nav-link.active {
    border-color: transparent;
    color: var(--tp-common-white);
    background-color: transparent;
}
.tpd-dashboard-qa-tab-bg .nav-link.active:focus,
.tpd-dashboard-qa-tab-bg .nav-link:hover {
    border: none;
}
.tpd-dashboard-qa-tab-bg button {
    position: relative;
    font-weight: 700;
    font-size: 14px;
    line-height: 14px;
    color: #57595f;
    z-index: 999;
    padding: 15px 25px;
    transition: 0.3s;
    border: none !important;
}
.tpd-dashboard-qa-tab-bg button.active {
    color: var(--tp-common-white);
}
.tpd-dashboard-qa-tab-bg button.monthly.active ~ .test {
    transform: translateX(0);
}
.tpd-dashboard-qa-tab-bg .test {
    transition: transform 0.2s ease-in-out;
    will-change: transform;
    width: 100px;
    height: calc(100% - 8px);
    position: absolute;
    left: 5px;
    top: 4px;
    display: block;
    content: "";
    border-radius: 30px;
    transform: translateX(104px);
    background: var(--tp-dashboard-primary);
    box-shadow: 0 0 1px 0 #1438b5, 0 1px 2px 0 rgba(20, 56, 181, 0.25);
}
.tpd-dashboard-qa-select {
    display: flex;
    justify-content: flex-end;
}
@media only screen and (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .tpd-dashboard-qa-select {
        justify-content: flex-start;
    }
}
.tpd-dashboard-qa-select .tp-course-filter-select .nice-select {
    border: none;
    box-shadow: none;
    background: var(--tp-common-white);
}
.tpd-dashboard-calender-box .fc .fc-button-primary {
    line-height: 1;
    text-transform: capitalize;
    color: var(--tp-dashboard-primary);
    border-color: rgba(85, 109, 245, 0.14);
    background-color: rgba(85, 109, 245, 0.14);
}
.tpd-dashboard-calender-box .fc .fc-button-primary:active,
.tpd-dashboard-calender-box .fc .fc-button-primary:focus {
    box-shadow: none !important;
    color: var(--tp-common-white);
    border-color: var(--tp-dashboard-primary);
    background-color: var(--tp-dashboard-primary);
}
.tpd-dashboard-calender-box .fc .fc-button-primary.fc-button-active {
    height: 35px;
    color: var(--tp-common-white);
    border-color: var(--tp-dashboard-primary);
    background-color: var(--tp-dashboard-primary);
}
.tpd-dashboard-calender-box .fc .fc-daygrid-day.fc-day-today {
    background-color: #f5f6ff;
}
.tpd-dashboard-calender-box .fc table {
    font-size: 16px;
}
.tpd-dashboard-calender-box .fc .fc-highlight {
    background-color: rgba(81, 105, 241, 0.06);
}
.tpd-dashboard-calender-box .fc .fc-timegrid-col.fc-day-today {
    background-color: #d9dffa;
}
.tpd-dashboard-calender-box .fc .fc .fc-day-disabled,
.tpd-dashboard-calender-box .fc .fc-cell-shaded {
    background: #ccd1ff;
}
.tpd-dashboard-course-edit-box {
    margin-left: -36px;
}
.tpd-dashboard-course-edit .tp-course-filter-select .nice-select {
    float: none;
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding-left: 24px;
    border: inherit;
    box-shadow: none;
    background: var(--tp-common-white);
}
.tpd-dashboard-course-edit .tp-course-filter-select .nice-select:after {
    right: 24px;
}
.tp-user-wrap {
    display: block;
    border-radius: 10px;
    padding: 28px 22px 12px 18px;
    background-color: var(--tp-common-white);
    box-shadow: 0 1px 1px 0 rgba(3, 11, 30, 0.14), 0 1px 2px 1px rgba(3, 11, 30, 0.06);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-user-wrap {
        padding: 22px 10px;
    }
}
.tp-user-banner {
    border: 1px solid #e6e8f0;
    border-radius: 8px;
    padding: 25px 0 27px 16px;
    position: relative;
    margin-top: 20px;
    z-index: 1;
}
.tp-user-banner-title {
    color: #303651;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 14px;
}
.tp-user-banner-text {
    width: 50%;
}
.tp-user-banner-shape {
    position: absolute;
    bottom: 8px;
    right: 0;
    z-index: -1;
}
.tp-user-menu {
    padding: 0 0 12px;
}
.tp-user-menu-title {
    padding: 6px 16px 4px;
    color: #8f9195;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.24px;
    text-transform: uppercase;
}
.tp-user-menu-title.space-gap {
    margin-top: 10px;
    padding-bottom: 0;
}
.tp-user-menu ul li {
    list-style: none;
}
.tp-user-menu ul li:not(:last-of-type) {
    margin-bottom: 5px;
}
.tp-user-menu ul li a {
    display: flex;
    font-size: 15px;
    font-weight: 500;
    border-radius: 8px;
    color: #4f5158;
    padding: 6px 16px 8px;
    transition: all 0.3s ease-out 0s;
}
.tp-user-menu ul li a span {
    display: inline-block;
    width: 30px;
    transform: translateY(-1px);
}
.tp-user-menu ul li a.active {
    border-radius: 8px;
    background: #556df5;
    color: var(--tp-common-white);
    box-shadow: 0 0 1px 0 #1438b5, 0 1px 2px 0 rgba(20, 56, 181, 0.25);
}
.tp-user-menu ul li a.active:hover {
    box-shadow: none;
    color: var(--tp-common-white);
    background: var(--tp-dashboard-primary);
}
.tp-user-menu ul li a:hover {
    color: var(--tp-dashboard-primary);
    background: rgba(85, 109, 245, 0.14);
}
.tpd-menu {
    padding: 0 85px;
    box-shadow: 0 1px 1px 0 rgba(3, 11, 30, 0.14), 0 1px 2px 1px rgba(3, 11, 30, 0.06);
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
    .tpd-menu {
        padding: 0 60px;
    }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .tpd-menu {
        padding: 0 30px;
    }
}
.tpd-menu .tp-header-2-search {
    width: 320px;
}
.tpd-menu .tp-header-2-search input {
    color: var(--tp-heading-primary);
    font-size: 15px;
    font-weight: 400;
    width: 100%;
    padding: 0 30px 0 50px;
    border-radius: 1000px;
    background-color: #f3f4f9;
    border: 2px solid #f3f4f9;
}
.tpd-menu .tp-header-2-search input:focus {
    border-color: var(--tp-theme-secondary);
    background-color: var(--tp-common-white);
}
.tpd-menu .tp-header-2-search-btn {
    position: absolute;
    right: auto;
    left: 22px;
}
.tpd-menu .tp-header-2-search-btn span {
    display: inline-block;
    transform: translateY(-1px);
}
.tpd-menu .tp-header-2-btn {
    margin-left: 30px;
}
.tpd-menu .tp-header-2-cart {
    position: relative;
}
.tpd-menu .tp-header-2-cart:before {
    position: absolute;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    left: -24px;
    height: 34px;
    width: 1px;
    background: rgba(0, 31, 63, 0.12);
}
.tpd-profile-avatar img {
    height: 40px;
    width: 40px;
    object-fit: cover;
}
.tpd-main {
    position: relative;
    z-index: 1;
}
.tpd-user-sidebar {
    margin-right: 22px;
}
@media only screen and (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .tpd-user-sidebar {
        margin-right: 0;
    }
}
@media only screen and (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
    .tpd-user-sidebar {
        margin-bottom: 30px;
    }
}
.tpd-reviews-student {
    width: 258px;
    flex: 0 0 auto;
}
.tpd-reviews-date {
    margin-left: 12px;
    width: 225px;
    flex: 0 0 auto;
}
.tpd-reviews-date span {
    color: #57595f;
    font-size: 16px;
    line-height: 1;
    margin-bottom: 8px;
    display: inline-block;
}
.tpd-reviews-date p {
    color: #8a8b90;
    font-size: 14px;
    margin-bottom: 0;
    line-height: 1;
}
.tpd-reviews-feedback {
    margin-left: 15px;
    width: calc(100% - 535px);
}
.tpd-reviews-feedback .span {
    font-size: 18px;
    font-weight: 400;
    color: #4f5158;
}
.tpd-reviews-thumb {
    flex: 0 0 auto;
    margin-right: 12px;
}
.tpd-reviews-thumb img {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    object-fit: cover;
}
.tpd-reviews-thumb-title {
    color: #4f5158;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
}
.tpd-reviews-course-info p {
    color: #757c8e;
    margin-bottom: 0;
    font-size: 15px;
}
.tpd-reviews-course-info p span {
    color: #4f5158;
    font-size: 15px;
}
.tpd-reviews-comment {
    color: #4f5158;
    font-size: 18px;
    font-weight: 400;
    margin: 0;
}
.tpd-course-wrap a {
    display: block;
    font-weight: 400;
    font-size: 15px;
    color: #6b7194;
    margin-bottom: 25px;
}
.tpd-course-wrap a span {
    margin-right: 6px;
    display: inline-block;
    transform: translateY(-2px);
}
.tpd-course-wrap a:hover {
    color: var(--tp-dashboard-primary);
}
.tpd-course-name {
    color: #4f5158;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
}
.tpd-course-title {
    color: #8a8b90;
    font-size: 15px;
}
.tpd-reviews-course {
    width: 430px;
    flex: 0 0 auto;
}
.tpd-reviews-feedback-2 {
    margin-left: 15px;
    width: 235px;
    flex: 0 0 auto;
}
.tpd-reviews-edit {
    width: calc(100% - 725px);
    margin-left: 15px;
    flex: 0 0 auto;
}
.tpd-quiz-info {
    width: 270px;
    flex: 0 0 auto;
}
.tpd-quiz-info-sub {
    width: 340px;
    flex: 0 0 auto;
}
.tpd-quiz-ques {
    width: 68px;
}
.tpd-quiz-ques,
.tpd-quiz-tm {
    margin-left: 15px;
    flex: 0 0 auto;
}
.tpd-quiz-tm {
    width: 63px;
}
.tpd-quiz-no {
    width: 65px;
    flex: 0 0 auto;
}
.tpd-quiz-no-2 {
    width: 84px;
    flex: 0 0 auto;
}
.tpd-quiz-result {
    margin-left: 15px;
}
.tpd-quiz-result,
.tpd-quiz-result-2 {
    width: 95px;
    flex: 0 0 auto;
}
.tpd-quiz-result-sub {
    width: 90px;
}
.tpd-quiz-details,
.tpd-quiz-result-sub {
    margin-left: 15px;
    flex: 0 0 auto;
}
.tpd-quiz-title {
    color: #1e1e2f;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 8px;
    line-height: 1;
}
.tpd-quiz-title-2 {
    font-size: 16px;
    font-weight: 400;
    color: #57595f;
    margin-bottom: 0;
}
.tpd-quiz-title-2-color {
    font-size: 16px;
    font-weight: 400;
    color: #6b7194;
}
.tpd-quiz-attempts {
    margin-bottom: 30px;
}
.tpd-quiz-attempts .tp-dashboard-title {
    margin-bottom: 12px;
}
.tpd-quiz-time ul li {
    list-style: none;
    display: inline-block;
}
.tpd-quiz-time ul li:not(:first-of-type) {
    margin-left: 18px;
}
.tpd-quiz-time ul li p {
    color: #333;
    font-size: 15px;
    margin-bottom: 0;
}
.tpd-quiz-time ul li p span {
    color: #7c7f8c;
    font-size: 15px;
}
.tpd-quiz-date {
    width: 180px;
    flex: 0 0 auto;
}
@media only screen and (max-width: 767px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .tpd-quiz-date {
        width: 190px;
    }
}
.tpd-quiz-date-2 {
    width: 148px;
    flex: 0 0 auto;
}
.tpd-quiz-date-3 {
    width: 165px;
    flex: 0 0 auto;
}
.tpd-quiz-ques-2 {
    width: 100px;
    flex: 0 0 auto;
    margin-left: 15px;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
    .tpd-quiz-ques-2 {
        width: 70px;
    }
}
.tpd-quiz-ques-3 {
    width: 100px;
    flex: 0 0 auto;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
    .tpd-quiz-ques-3 {
        width: 70px;
    }
}
.tpd-quiz-tm-2 {
    width: 90px;
    flex: 0 0 auto;
}
.tpd-quiz-tm-3 {
    width: 145px;
    flex: 0 0 auto;
}
.tpd-quiz-tm-4 {
    width: 160px;
    flex: 0 0 auto;
}
.tpd-quiz-pm {
    width: 90px;
    flex: 0 0 auto;
    margin-left: 15px;
}
.tpd-quiz-pm-2 {
    width: 160px;
    flex: 0 0 auto;
}
.tpd-quiz-ca {
    width: 90px;
}
.tpd-quiz-ca,
.tpd-quiz-ca-sub {
    flex: 0 0 auto;
    margin-left: 15px;
}
.tpd-quiz-ca-sub {
    width: 65px;
}
.tpd-quiz-em {
    width: 90px;
    margin-left: 15px;
    flex: 0 0 auto;
}
.tpd-quiz-em-box .tpd-action-approv {
    margin-right: 8px;
}
.tpd-quiz-type {
    width: 80px;
    flex: 0 0 auto;
}
.tpd-quiz-type-2 {
    width: 110px;
    flex: 0 0 auto;
}
.tpd-student-info p {
    color: #757c8e;
    font-size: 15px;
    font-weight: 400;
    margin: 0;
    line-height: 1;
}
.tpd-student-info p span {
    color: #4f5158;
    font-size: 15px;
    font-weight: 400;
}
.tpd-select.w-120 .nice-select {
    height: 40px;
    padding-right: 65px;
    border-radius: 30px;
    color: #757c8e;
    font-size: 15px;
    font-weight: 400;
    border: none;
}
.tpd-select.w-120 .nice-select:focus {
    border: none;
}
.tpd-select.w-120 .nice-select:after {
    right: 18px;
    color: #57595f;
}
.tpd-select.w-120 .nice-select .list {
    width: 100%;
}
.tpd-select.w-120.w-300 .nice-select {
    width: 300px;
}
.tpd-select2-wrap .select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    width: 300px;
}
.tpd-select2-wrap .select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    width: 370px !important;
    display: inline-block;
}
.tpd-select2-wrap .select2-results {
    display: block;
    width: 370px;
}
.tpd-assign-info {
    width: 340px;
    flex: 0 0 auto;
}
.tpd-assign-info.analytic {
    width: 320px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tpd-assign-info.analytic {
        width: 285px;
    }
}
.tpd-assign-info.analytic p {
    display: inline-block;
}
.tpd-assign-info.analytic p:not(:last-of-type) {
    margin-right: 10px;
}
.tpd-assign-info.analytic .tpd-assign-title {
    color: #57595f;
    font-size: 18px;
}
.tpd-assign-mark {
    margin-left: 15px;
    width: 165px;
    flex: 0 0 auto;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
    .tpd-assign-mark {
        width: 135px;
    }
}
.tpd-assign-mark.analytic {
    width: 130px;
}
.tpd-assign-mark.analytic .tpd-common-text {
    color: #57595f;
}
.tpd-assign-submit {
    margin-left: 15px;
    width: 155px;
    flex: 0 0 auto;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tpd-assign-submit {
        width: 130px;
    }
}
.tpd-assign-details {
    margin-left: 15px;
}
.tpd-assign-details.analytic button {
    display: inline-block;
    margin-left: 15px;
}
.tpd-assign-details.analytic button:hover {
    color: #3c66f9;
}
.tpd-assign-title {
    color: #1e1e2f;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 4px;
    line-height: 1;
}
.tpd-order-filter a {
    color: #4a4e68;
    font-size: 15px;
    font-weight: 400;
    display: inline-flex;
    background-color: var(--tp-common-white);
    margin-right: 8px;
    border-radius: 50px;
    padding: 7px 21.5px;
}
@media only screen and (max-width: 767px) {
    .tpd-order-filter a {
        margin-bottom: 20px;
    }
}
.tpd-order-filter a.active span {
    box-shadow: 0 0 1px 0 #1438b5;
    border: 6px solid #556df5;
}
.tpd-order-filter a span {
    display: inline-block;
    height: 20px;
    width: 20px;
    text-align: center;
    border: 1px solid #b8babc;
    border-radius: 50%;
    margin-right: 8px;
    transform: translateY(3px);
}
.tpd-order-id {
    width: 85px;
    flex: 0 0 auto;
}
.tpd-order-name {
    margin-left: 15px;
    width: 240px;
    flex: 0 0 auto;
}
.tpd-order-date {
    margin-left: 15px;
    width: 160px;
    flex: 0 0 auto;
}
.tpd-order-price {
    margin-left: 15px;
    width: 85px;
    flex: 0 0 auto;
}
.tpd-order-status {
    margin-left: 15px;
    width: 103px;
    flex: 0 0 auto;
}
.tpd-order-action {
    margin-left: 15px;
}
.tpd-order-date-input {
    display: flex;
    justify-content: flex-end;
}
@media only screen and (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
    .tpd-order-date-input {
        justify-content: flex-start;
        margin-bottom: 20px;
    }
}
.tpd-order-date-input form {
    width: 270px;
    position: relative;
}
.tpd-order-date-input form input {
    width: 270px;
    height: 40px;
    background-color: var(--tp-common-white);
    border-radius: 50px;
    border: 1px solid transparent;
}
.tpd-order-date-input form input:focus {
    border-color: #556df5;
    box-shadow: 0 1px 2px 0 rgba(85, 109, 245, 0.08), 0 2px 6px 0 rgba(85, 109, 245, 0.04), 0 3px 6px 0 rgba(85, 109, 245, 0.08), 0 0 0 4px rgba(85, 109, 245, 0.1);
}
.tpd-order-date-input form input::placeholder {
    color: #757c8e;
    font-size: 15px;
    line-height: 1.2;
}
.tpd-order-date-input form span {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
}
.tpd-order-short-list .tp-course-filter-select .nice-select {
    width: 120px;
    height: 40px;
    line-height: 40px;
    border: inherit;
    box-shadow: none;
    background: var(--tp-common-white);
}
.tpd-instructor-qa-student {
    width: 246px;
    flex: 0 0 auto;
}
.tpd-instructor-qa-question {
    margin-left: 15px;
    width: 216px;
    flex: 0 0 auto;
}
.tpd-instructor-qa-reply,
.tpd-instructor-qa-status {
    margin-left: 15px;
    width: 68px;
    flex: 0 0 auto;
    text-align: center;
}
.tpd-instructor-qa-btn {
    width: 80px;
    flex: 0 0 auto;
    margin-left: 15px;
}
.tpd-instructor-qa-action {
    margin-left: 15px;
}
.tpd-student-qa-student {
    width: 475px;
    flex: 0 0 auto;
}
.tpd-student-qa-reply {
    margin-left: 15px;
    flex: 0 0 auto;
    width: 150px;
}
.tpd-student-qa-btn {
    width: 80px;
}
.tpd-student-qa-action,
.tpd-student-qa-btn {
    margin-left: 15px;
    flex: 0 0 auto;
}
.tpd-announcement {
    background-color: var(--tp-common-white);
    padding: 20px 24px;
    border-radius: 10px;
}
@media only screen and (max-width: 767px) {
    .tpd-announcement {
        flex-wrap: wrap;
    }
    .tpd-announcement-info {
        margin-bottom: 10px;
    }
}
.tpd-announcement-icon {
    flex: 0 0 auto;
    margin-right: 16px;
}
.tpd-announcement-icon span {
    display: inline-block;
    height: 60px;
    width: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 50%;
    background-color: #eff3fe;
}
.tpd-announcement-notification span {
    color: #757c8e;
    font-size: 16px;
    font-weight: 400;
}
.tpd-announcement-notification-title {
    color: #333;
    font-size: 20px;
    font-weight: 400;
}
.tpd-announcement-table.tpd-table ul li {
    list-style: none;
    padding: 17.5px 0;
}
.tpd-announcement-date {
    flex: 0 0 auto;
    width: 206px;
}
.tpd-announcement-announcement {
    margin-left: 15px;
    width: 420px;
    flex: 0 0 auto;
}
.tpd-announcement-announcement .tpd-course-name {
    color: #757c8e;
    font-size: 15px;
}
.tpd-announcement-btn {
    width: 80px;
}
.tpd-announcement-action,
.tpd-announcement-btn {
    margin-left: 15px;
    flex: 0 0 auto;
}
.tpd-announcement-time {
    color: #8a8b90;
    font-size: 14px;
    font-weight: 400;
}
.tpd-withdraw-notification p {
    color: #757c8e;
    font-size: 15px;
    font-weight: 400;
}
.tpd-withdraw-notification p span {
    display: inline-block;
    margin-right: 5px;
}
.tpd-withdraw-notification p span svg {
    transform: translateY(-2px);
}
.tpd-withdraw-notification p a {
    color: #3c66f9;
    font-size: 15px;
    font-weight: 500;
}
.tpd-withdraw-title {
    color: #4f5158;
    font-size: 20px;
    font-weight: 400;
}
.tpd-withdraw-title span {
    font-weight: 700;
    display: inline-block;
    color: #4f5158;
}
.tpd-withdraw-bg img {
    width: 100%;
    margin-bottom: 22px;
    display: inline-block;
}
.tpd-withdraw-bg p {
    color: #4f5158;
    font-size: 17px;
    font-weight: 400;
}
.tpd-accordion {
    padding-right: 70px;
}
@media only screen and (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .tpd-accordion {
        padding-right: 0;
    }
}
@media only screen and (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
    .tpd-accordion {
        padding-bottom: 40px;
    }
}
.tpd-accordion .accordion-item {
    margin-bottom: 6px;
    border-radius: 10px !important;
}
.tpd-accordion .accordion-button {
    border-radius: 10px !important;
    background: var(--tp-common-white);
    color: var(--tp-grey-6);
    font-size: 20px;
    font-weight: 500;
    box-shadow: none;
    padding: 23px 24px;
}
.tpd-accordion .accordion-button:focus {
    outline: 0;
    box-shadow: none;
}
.tpd-accordion .accordion-button.collapsed {
    box-shadow: 0 1px 1px 0 rgba(3, 11, 30, 0.14), 0 1px 2px 1px rgba(3, 11, 30, 0.06);
}
.tpd-accordion .accordion-body {
    padding: 0 60px 20px 24px;
}
.tpd-accordion .accordion-body.course-edit {
    padding: 0 30px 20px;
}
.tpd-accordion .accordion-body.course-edit .tpd-new-course-box-1 {
    padding: 0;
}
.tpd-course-enroll-list {
    border-radius: 10px;
    padding: 45px 40px;
    background: var(--tp-common-white);
    box-shadow: 0 1px 1px 0 rgba(3, 11, 30, 0.14), 0 1px 2px 1px rgba(3, 11, 30, 0.06);
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .tpd-course-enroll-list {
        padding: 30px;
    }
}
.tpd-course-enroll-list .tp-dashboard-title {
    margin-bottom: 19px;
}
.tpd-course-enroll-list ul li {
    list-style: none;
    color: #57595f;
    font-size: 16px;
    line-height: 21px;
    display: flex;
}
.tpd-course-enroll-list ul li:not(:last-of-type) {
    margin-bottom: 20px;
}
.tpd-course-enroll-list ul li span {
    flex: 0 0 auto;
    margin-right: 5px;
}
.tpd-course-enroll-list.course-edit ul li {
    color: #6b7194;
}
.tpd-course-enroll-list.course-edit ul li span {
    margin-right: 12px;
    display: inline-block;
    transform: translateY(-2px);
}
.tpd-modal .modal-dialog {
    max-width: 620px;
}
.tpd-modal .modal-header {
    display: block;
    border-radius: 8px;
    background: #ebeeff;
    margin: 12px;
    padding: 42px 20px 30px 48px;
    position: relative;
}
.tpd-modal .modal-header p {
    color: #75767c;
    font-size: 16px;
    font-weight: 400;
}
.tpd-modal-icon span {
    display: block;
    height: 80px;
    width: 80px;
    line-height: 80px;
    text-align: center;
    background-color: var(--tp-common-white);
    border-radius: 50%;
    margin-bottom: 26px;
}
.tpd-modal-title {
    color: #333;
    font-size: 26px;
    font-weight: 500;
    margin-bottom: 3px;
}
.tpd-modal-btn-close {
    position: absolute;
    top: 20px;
    right: 20px;
}
.tpd-modal-content {
    padding: 12px 48px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.tpd-modal-course span {
    color: #757c8e;
    font-size: 14px;
    font-weight: 400;
}
.tpd-modal-course-title {
    color: var(--tp-grey-6);
    font-size: 18px;
    font-weight: 500;
}
.tpd-modal-info {
    margin-left: 15px;
}
.tpd-modal-info span {
    color: #757c8e;
    font-size: 14px;
    font-weight: 400;
}
.tpd-modal-date,
.tpd-modal-time {
    color: #4f5158;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 2px;
}
.tpd-modal .modal-footer {
    justify-content: space-between;
    border: none;
    padding: 16px 50px 50px;
}
.tpd-modal-announcement .modal-dialog {
    border-radius: 16px;
    max-width: 620px;
}
.tpd-modal-announcement .modal-header {
    padding: 26px 50px 14px 60px;
    border: none;
}
@media only screen and (max-width: 767px) {
    .tpd-modal-announcement .modal-header {
        padding: 25px 45px 15px 20px;
    }
}
.tpd-modal-announcement .modal-body {
    border-radius: 10px;
    background: #eff2fa;
    margin: 0 12px;
    padding: 30px 36px 48px;
}
@media only screen and (max-width: 767px) {
    .tpd-modal-announcement .modal-body {
        padding: 20px;
    }
}
.tpd-modal-announcement .modal-footer {
    justify-content: space-between;
    border: none;
    padding: 17px 45px 17px 46px;
}
.tpd-setting-box {
    padding: 50px;
    border-radius: 10px;
    background: var(--tp-common-white);
    box-shadow: 0 1px 1px 0 rgba(3, 11, 30, 0.14), 0 1px 2px 1px rgba(3, 11, 30, 0.06);
}
@media only screen and (max-width: 767px) {
    .tpd-setting-box {
        padding: 50px 20px;
    }
}
.tpd-setting-box.profile {
    padding: 12px;
}
.tpd-setting-from {
    padding: 0 40px;
}
.tpd-setting-from .tpd-input {
    margin-bottom: 20px;
}
@media only screen and (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px) {
    .tpd-setting-from {
        padding: 0 20px;
    }
}
.tpd-setting-btn {
    margin-top: 30px;
}
.tpd-setting-btn button {
    display: inline-block;
    font-weight: 600;
    font-size: 16px;
    padding: 12px 45px;
    border-radius: 4px;
    background: var(--tp-dashboard-primary);
    color: var(--tp-common-white);
    box-shadow: 0 0 1px 0 #1438b5, 0 1px 2px 0 rgba(20, 56, 181, 0.25);
}
.tpd-setting-btn button:hover {
    box-shadow: none;
    background: #425eff;
}
.tpd-setting-cartificate {
    padding: 24px 40px 48px;
}
@media only screen and (max-width: 767px) {
    .tpd-setting-cartificate {
        padding: 15px 20px 30px;
    }
}
.tpd-setting-cartificate-upload {
    margin-bottom: 55px;
}
@media only screen and (max-width: 767px) {
    .tpd-setting-cartificate-upload {
        flex-wrap: wrap;
        margin-bottom: 30px;
    }
}
.tpd-setting-cartificate-title {
    font-weight: 600;
    font-size: 16px;
    color: #303651;
    margin-bottom: 20px;
}
.tpd-setting-cartificate-content p {
    font-weight: 400;
    font-size: 14px;
    color: #686a6d;
    margin-bottom: 15px;
}
.tpd-setting-cartificate-content .upload-btn {
    font-size: 14px;
    font-weight: 500;
    color: var(--tp-dashboard-primary);
    cursor: pointer;
    border-radius: 4px;
    background: #e9ecff;
    padding: 8px 16px 9px;
    transition: all 0.3s ease-out 0s;
}
.tpd-setting-cartificate-content .upload-btn:hover {
    color: var(--tp-common-white);
}
.tpd-setting-cartificate-content .upload-btn span {
    display: inline-block;
    transform: translateY(-2px);
    margin-right: 4px;
}
.tpd-setting-cartificate-content .upload-btn label {
    cursor: pointer;
}
.tpd-setting-cartificate-content .upload-btn input {
    display: none;
}
.tpd-setting-cartificate-thumb {
    margin-right: 25px;
}
.tpd-setting-cartificate-btn button {
    font-weight: 600;
    font-size: 16px;
    padding: 12px 60px;
    border-radius: 4px;
    display: inline-block;
    background: var(--tp-dashboard-primary);
    color: var(--tp-common-white);
    box-shadow: 0 0 1px 0 #1438b5, 0 1px 2px 0 rgba(20, 56, 181, 0.25);
}
.tpd-setting-cartificate-btn button:hover {
    box-shadow: none;
    background: #425eff;
}
.tpd-setting-password-content .tpd-input {
    margin-bottom: 20px;
}
.tpd-setting-social-title {
    font-size: 17px;
    font-weight: 600;
    color: #303651;
    margin-bottom: 40px;
}
.tpd-setting-social-icon {
    width: 120px;
    margin-right: 115px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tpd-setting-social-icon {
        margin-right: 85px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tpd-setting-social-icon {
        margin-right: 70px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tpd-setting-social-icon {
        margin-right: 60px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .tpd-setting-social-icon {
        margin-right: 30px;
    }
}
@media only screen and (max-width: 767px) {
    .tpd-setting-social-icon {
        margin-bottom: 10px;
    }
}
.tpd-setting-social-icon img {
    margin-right: 10px;
}
.tpd-setting-social-icon .h4,
.tpd-setting-social-icon h4 {
    font-size: 15px;
    font-weight: 500;
    color: #303651;
    margin: 0;
}
.tpd-setting-social-icon .h4 span,
.tpd-setting-social-icon h4 span {
    display: inline-block;
    transform: translateY(-2px);
    margin-left: 5px;
}
.tpd-setting-social-input .tpd-input input {
    height: 50px;
    width: 510px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tpd-setting-social-input .tpd-input input {
        width: 440px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .tpd-setting-social-input .tpd-input input {
        width: 350px;
    }
}
@media only screen and (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px) {
    .tpd-setting-social-input .tpd-input input {
        width: 300px;
    }
}
.tpd-setting-social-wrap {
    margin-bottom: 25px;
}
@media only screen and (max-width: 767px) {
    .tpd-setting-social-wrap {
        flex-wrap: wrap;
    }
}
.tpd-setting-withdraw-content .tpd-setting-from {
    padding: 40px 0 0;
}
.tpd-setting-withdraw-content-box-title {
    font-weight: 500;
    font-size: 16px;
    color: #303651;
    margin: 0;
    text-align: start;
    display: block;
}
.tpd-setting-withdraw-content-box-sub {
    font-weight: 400;
    font-size: 14px;
    color: #8f9195;
    display: block;
}
.tpd-setting-withdraw-title {
    font-size: 17px;
    font-weight: 600;
    color: #303651;
    margin-bottom: 25px;
}
.tpd-new-course-heading-title {
    font-size: 20px;
    font-weight: 600;
    color: #303651;
}
.tpd-new-course-box {
    margin-right: 30px;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .tpd-new-course-box {
        margin-right: 0;
    }
}
.tpd-new-course-box .accordion-item {
    border: none;
    margin-bottom: 15px;
    border-radius: 10px;
}
.tpd-new-course-box .accordion-item .accordion-button {
    padding: 22px 34px;
    border-radius: 10px;
    border-bottom: 1px solid #e6e8f0;
}
.tpd-new-course-box .accordion-item .accordion-button:not(.collapsed) {
    border-radius: 0;
    box-shadow: none;
    padding: 22px 34px;
    background-color: transparent;
}
.tpd-new-course-box .accordion-item .accordion-button:focus {
    border-color: transparent;
    box-shadow: none;
}
.tpd-new-course-box .accordion-item .accordion-button .collapsed {
    border-radius: 10px !important;
}
.tpd-new-course-box-1 {
    padding: 5px 15px;
}
@media only screen and (max-width: 767px) {
    .tpd-new-course-box-1 {
        padding: 5px 0;
    }
}
.tpd-new-course-box-1 .tpd-input {
    margin-bottom: 20px;
}
.tpd-new-course-box-1 .tpd-input input {
    height: 46px;
}
.tpd-new-course-box-1 .tpd-input textarea {
    height: 90px;
    resize: block;
}
.tpd-new-course-box-1 .tpd-input.height-auto textarea {
    height: 120px;
}
.tpd-new-course-box-1 .tpd-input.about-height textarea {
    height: 160px;
}
.tpd-new-course-box-1 p {
    font-size: 15px;
    font-weight: 400;
    color: #8f9195;
    margin-bottom: 30px;
}
.tpd-new-course-box-1 p a {
    color: var(--tp-dashboard-primary);
}
.tpd-new-course-box-1 .tpd-setting-cartificate-upload {
    margin: 0;
}
.tpd-new-course-box-2 {
    padding: 30px;
    margin: 0 15px;
    border-radius: 6px;
    border: 1px solid #e6e8f0;
    background: var(--tp-common-white);
    box-shadow: inset 0 1px 4px 0 rgba(48, 54, 81, 0.06), 0 1px 1px 0 rgba(48, 54, 81, 0.06);
}
@media only screen and (max-width: 767px) {
    .tpd-new-course-box-2 {
        margin: 0;
        padding: 15px;
    }
}
.tpd-new-course-box-2 .tp-dashboard-tab-list {
    margin-bottom: 30px;
    padding: 0;
}
.tpd-new-course-box-2 .tp-dashboard-tab-list ul {
    border-bottom: 1px solid #e6e8f0;
}
.tpd-new-course-box-2 .tp-dashboard-tab-list ul li span {
    display: inline-block;
    margin-right: 5px;
    transform: translateY(-2px);
}
.tpd-new-course-box-2 .tpd-input label {
    display: block;
}
.tpd-new-course-box-2 .tpd-input input {
    width: 370px;
    height: 46px;
    margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
    .tpd-new-course-box-2 .tpd-input input {
        width: 100%;
    }
}
.tpd-new-course-box-2 p {
    font-size: 14px;
    font-weight: 400;
    color: #85878b;
    margin-bottom: 25px;
}
.tpd-new-course-box-2 p span {
    display: inline-block;
    margin-right: 5px;
    transform: translateY(-2px);
}
@media only screen and (max-width: 767px) {
    .tpd-new-course-box-duration {
        flex-wrap: wrap;
    }
}
.tpd-new-course-box-duration .tpd-input input {
    display: block;
    width: 240px;
    margin-bottom: 10px;
    padding-right: 16px;
    padding-left: 20px;
}
.tpd-new-course-box-duration .tpd-input p {
    line-height: 1;
    margin: 0;
}
.tpd-new-course-setting-title {
    font-size: 18px;
    font-weight: 500;
    color: #303651;
}
.tpd-new-course-categories {
    padding: 30px 15px;
}
@media only screen and (max-width: 767px) {
    .tpd-new-course-categories {
        padding: 30px 0;
    }
}
.tpd-new-course-categories .tpd-select .nice-select {
    width: 100%;
    height: 46px;
    line-height: 40px;
    font-size: 16px;
    color: #8f9195;
    font-weight: 400;
    float: inherit;
    border: 1px solid #e6e8f0;
    box-shadow: inset 0 1px 4px 0 rgba(48, 54, 81, 0.06), 0 1px 1px 0 rgba(48, 54, 81, 0.06);
}
.tpd-new-course-categories .tpd-select .nice-select:after {
    right: 20px;
    color: #65676a;
}
.tpd-new-course-categories .tpd-select .nice-select .list {
    width: 100%;
    padding: 10px 0;
}
@media only screen and (max-width: 767px) {
    .tpd-new-course-categories .tpd-input-box {
        flex-wrap: wrap;
    }
}
.tpd-new-course-categories .tpd-input-box .tpd-input {
    margin-right: 20px;
}
.tpd-new-course-categories .tpd-input-box .tpd-input input {
    width: 240px;
}
.tpd-new-course-categories .tpd-input-box .tpd-input label {
    display: block;
}
.tpd-new-course-categories .tpd-input {
    margin-bottom: 30px;
}
.tpd-new-course-categories .tpd-input.course-file {
    margin-bottom: 10px;
}
.tpd-new-course-categories .tpd-input input {
    height: 46px;
}
.tpd-new-course-categories .tpd-order-filter a {
    padding: 4px 21.5px;
    border-radius: 100px;
    background-color: #fff;
    border: 1px solid #e6e8f0;
    box-shadow: inset 0 1px 4px 0 rgba(48, 54, 81, 0.06);
}
.tpd-new-course-categories #tpd-new-course-file-input {
    display: none;
}
.tpd-new-course-select2 .select2-container--default .select2-selection--single {
    display: none;
    height: 0;
}
.tpd-new-course-select2 .tpd-input {
    margin: 0;
}
.tpd-new-course-file-content {
    border-radius: 6px;
    padding: 48px 10px;
    border: 1.5px dashed #cfd5e5;
    background-size: cover;
    background-repeat: no-repeat;
}
.tpd-new-course-file-content label {
    display: inline-block !important;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    padding: 7px 20px;
    cursor: pointer;
    width: 255px;
    border-radius: 6px;
    background-color: #76b559;
    transition: all 0.3s ease-out 0s;
    margin-bottom: 15px;
    color: var(--tp-common-white);
    box-shadow: 0 10px 20px 0 rgba(20, 55, 3, 0.2);
}
.tpd-new-course-file-content label:hover {
    background-color: var(--tp-dashboard-primary);
}
.tpd-new-course-file-content p {
    font-size: 14px;
    font-weight: 600;
    color: #656872;
    margin: 0;
}
.tpd-new-course-wrapper .tpd-new-course-categories {
    padding: 6px 15px 25px;
}
.tpd-new-course-wrapper .tpd-new-course-categories .tpd-input {
    margin: 0;
}
.tpd-new-course-modal-btn {
    padding: 16px 15px 25px;
}
.tpd-new-course-modal-btn .btn-primary {
    background-color: var(--tp-dashboard-primary);
    box-shadow: 0 0 1px 0 #1438b5, 0 1px 2px 0 rgba(20, 56, 181, 0.25);
}
.tpd-new-course-modal-btn .btn-primary span {
    display: inline-block;
    margin-right: 5px;
    transform: translateY(-2px);
}
.tpd-new-course-modal-btn .btn-primary:hover {
    box-shadow: none;
}
.tpd-new-course-instructor {
    padding: 16px 15px 25px;
}
.tpd-new-course-instructor-user {
    width: 280px;
    padding: 13px 20px;
    border-radius: 6px;
    margin-bottom: 20px;
    border: 1px solid #e6e8f0;
    background: var(--tp-common-white);
    box-shadow: inset 0 1px 4px 0 rgba(48, 54, 81, 0.06), 0 1px 1px 0 rgba(48, 54, 81, 0.06);
}
.tpd-new-course-instructor-user span {
    font-size: 18px;
    font-weight: 400;
    color: #697089;
}
.tpd-new-course-instructor-user img {
    width: 42px;
    margin-right: 14px;
}
.tpd-new-course-instructor .btn-primary {
    color: var(--tp-dashboard-primary);
    padding: 7px 21px;
    background: #e9ecff;
    border-color: #e9ecff;
}
.tpd-new-course-instructor .btn-primary span {
    display: inline-block;
    margin-right: 5px;
    transform: translateY(-2px);
}
.tpd-new-course-instructor .upload-btn {
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    color: var(--tp-dashboard-primary);
    padding: 10px 19px;
    border-radius: 6px;
    background: #e9ecff;
}
.tpd-new-course-instructor .upload-btn label {
    cursor: pointer;
}
.tpd-new-course-instructor .upload-btn span {
    display: inline-block;
    margin-right: 5px;
    transform: translateY(-2px);
}
.tpd-new-course-instructor .upload-btn input {
    display: none;
}
@media only screen and (max-width: 767px) {
    .tpd-new-course-cartificate {
        margin-bottom: 30px;
    }
}
.tpd-new-course-cartificate img {
    width: 100%;
}
.tpd-input .switcher label * {
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    color: #5f6168;
    position: relative;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tpd-input .switcher label * {
        font-size: 13px;
    }
}
.tpd-input .switcher label * svg {
    position: absolute;
    top: 0;
    left: 0;
}
.tpd-input .switcher label input {
    display: none;
}
.tpd-input .switcher label input + span {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 26px;
    background: #c2cae7;
    border-radius: 50px;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    flex: 0 0 auto;
}
.tpd-input .switcher label input + span .small,
.tpd-input .switcher label input + span small {
    position: absolute;
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    transition: all 0.3s ease-in-out;
    left: 4px;
    top: 3px;
    background: linear-gradient(180deg, #fff, #d6dcef);
    box-shadow: -1px 2px 3px 0 rgba(18, 20, 32, 0.3);
}
.tpd-input .switcher label input:checked + span {
    background: var(--tp-dashboard-primary);
}
.tpd-input .switcher label input:checked + span .small,
.tpd-input .switcher label input:checked + span small {
    left: 56%;
}
.tpd-redio-style-span {
    top: 50%;
    width: 20px;
    right: 20px;
    height: 20px;
    border-radius: 50%;
    position: absolute;
    display: inline-block;
    border: 1px solid #b8babc;
    transform: translateY(-50%);
    box-shadow: 0 0 1px 0 #1438b5;
}
.tpd-redio-style-span:after {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    content: "";
    top: 0;
    left: 0;
    background-color: var(--tp-dashboard-primary);
    display: inline-block;
    opacity: 0;
    transition: all 0.1s;
}
.tpd-redio-style-span:before {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    background: #fff;
    border-radius: 50%;
    transition: all 0.2s;
    margin: auto;
    padding: 0;
    outline: 0;
    overflow: hidden;
    box-sizing: border-box;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transform: scale(0);
}
.tpd-redio-style .nav.nav-tabs {
    border: none;
}
.tpd-redio-style .nav.nav-tabs .nav-item {
    position: relative;
}
.tpd-redio-style .nav.nav-tabs .nav-item:not(:last-of-type) {
    margin-right: 20px;
}
.tpd-redio-style .nav.nav-tabs .nav-item .nav-link {
    border-radius: 6px;
    padding: 13px 84px 13px 21px;
    border: 1px solid #e6e8f0;
    background: var(--tp-common-white);
    box-shadow: inset 0 1px 4px 0 rgba(48, 54, 81, 0.06), 0 1px 1px 0 rgba(48, 54, 81, 0.06);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tpd-redio-style .nav.nav-tabs .nav-item .nav-link {
        padding: 13px 65px 13px 21px;
    }
}
.tpd-redio-style .nav.nav-tabs .nav-item .nav-link.active .tpd-redio-style-span {
    border: none;
}
.tpd-redio-style .nav.nav-tabs .nav-item .nav-link.active .tpd-redio-style-span:after {
    opacity: 1;
}
.tpd-redio-style .nav.nav-tabs .nav-item .nav-link.active .tpd-redio-style-span:before {
    transform: scale(1);
    transition: all 0.4s;
}
.tpd-redio-style.tmy-tab .nav.nav-tabs .nav-item .nav-link {
    color: #4a4e68;
    font-size: 15px;
    font-weight: 400;
    box-shadow: none;
    border-radius: 50px;
    padding: 6px 30px 6px 40px;
    border-color: transparent;
}
.tpd-redio-style.tmy-tab .nav.nav-tabs .nav-item:not(:last-of-type) {
    margin-right: 8px;
}
.tpd-redio-style.tmy-tab .tpd-redio-style-span {
    left: 11px;
}
@media only screen and (max-width: 767px) {
    .tpd-redio-style.tmy-tab .tpd-redio-style-span {
        top: 11px;
        transform: translateY(0);
    }
}
.tpd-continue-learning-wrapper {
    position: relative;
    display: flex;
    width: 100%;
}
@media only screen and (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .tpd-continue-learning-wrapper {
        flex-wrap: wrap-reverse;
    }
}
.tpd-continue-learning-sidebar {
    width: 400px;
    flex: 0 0 400px;
    background-color: var(--tp-common-white);
    box-shadow: 0 1px 1px 0 rgba(3, 11, 30, 0.14), 0 1px 2px 1px rgba(3, 11, 30, 0.06);
}
@media only screen and (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .tpd-continue-learning-sidebar {
        width: 100%;
        flex: 0 0 100%;
    }
}
.tpd-continue-learning-main {
    position: relative;
    width: 100%;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}
@media only screen and (max-width: 767px),
    only screen and (min-width: 1200px) and (max-width: 1399px),
    only screen and (min-width: 1400px) and (max-width: 1599px),
    only screen and (min-width: 1600px) and (max-width: 1700px),
    only screen and (min-width: 576px) and (max-width: 767px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 992px) and (max-width: 1199px) {
    .tpd-continue-learning-main {
        min-height: inherit;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tpd-continue-learning-main {
        width: 65%;
    }
}
.tpd-continue-learning-accordion {
    padding: 20px 24px;
}
.tpd-continue-learning-accordion .accordion-item {
    margin-bottom: 15px;
    border-radius: 10px;
    border: 1px solid #e6e8f0;
}
.tpd-continue-learning-accordion .accordion-item .accordion-button {
    padding: 15px 20px;
    border-radius: 10px;
    color: #697089;
    border-bottom: 1px solid #e6e8f0;
    box-shadow: inset 0 1px 4px 0 rgba(48, 54, 81, 0.06), 0 1px 1px 0 rgba(48, 54, 81, 0.06);
}
.tpd-continue-learning-accordion .accordion-item .accordion-button:not(.collapsed) {
    border-radius: 0;
    box-shadow: none;
    padding: 15px 20px;
    color: var(--tp-dashboard-primary);
    background-color: transparent;
}
.tpd-continue-learning-accordion .accordion-item .accordion-button:not(.collapsed):before {
    color: var(--tp-dashboard-primary);
    transform: rotate(-90deg);
}
.tpd-continue-learning-accordion .accordion-item .accordion-button:focus {
    border-color: transparent;
    box-shadow: none;
}
.tpd-continue-learning-accordion .accordion-item .accordion-button .collapsed {
    border-radius: 10px !important;
}
.tpd-continue-learning-accordion .accordion-item .accordion-button:after {
    content: none;
}
.tpd-continue-learning-accordion .accordion-item .accordion-button:before {
    position: absolute;
    right: 20px;
    top: 15px;
    color: #57595f;
    content: "";
    transform: rotate(0deg);
    font-family: fontawesome;
    transition: all 0.3s ease-out 0s;
}
.tpd-continue-learning-accordion .accordion-item .accordion-button span {
    margin-right: 25px;
    margin-left: auto;
    color: #8f9195;
}
.tpd-continue-learning-body {
    padding: 10px 0;
}
.tpd-continue-learning-body-item a {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    width: 100%;
    padding: 14px 18px;
}
.tpd-continue-learning-body-item a.active {
    background: #eff2fa;
}
.tpd-continue-learning-body-item a.active p {
    color: var(--tp-dashboard-primary);
}
.tpd-continue-learning-body-item a:hover {
    background: #eff2fa;
}
.tpd-continue-learning-body-item a:hover p {
    color: var(--tp-dashboard-primary);
}
.tpd-continue-learning-body-item a p {
    margin: 0;
    line-height: 1;
    font-weight: 400;
    font-size: 15px;
    color: #57595f;
}
.tpd-continue-learning-body-item a p span {
    display: inline-block;
    margin-right: 8px;
    transform: translateY(-2px);
}
.tpd-continue-learning-body-item a i {
    font-size: 18px;
    color: var(--tp-dashboard-primary);
    border-radius: 50%;
    box-shadow: 0 1px 1px 0 rgba(20, 56, 181, 0.25);
}
.tpd-continue-learning-body-item a .time p {
    font-weight: 400;
    font-size: 14px;
    margin-right: 5px;
    color: #697089;
    display: inline-block;
}
.tpd-continue-learning-popup {
    padding: 14px 25px;
    background: var(--tp-dashboard-primary);
}
@media only screen and (max-width: 767px),
    only screen and (min-width: 1200px) and (max-width: 1399px),
    only screen and (min-width: 576px) and (max-width: 767px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 992px) and (max-width: 1199px) {
    .tpd-continue-learning-popup {
        display: none !important;
    }
}
.tpd-continue-learning-popup-main span {
    display: inline-block;
    height: 32px;
    width: 32px;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    background-color: #3a52d7;
    color: var(--tp-common-white);
}
.tpd-continue-learning-popup-main span.crose {
    color: var(--tp-dashboard-primary);
    background-color: hsla(0, 0%, 100%, 0.9);
}
.tpd-continue-learning-popup-main span svg {
    transform: translate(-2px, -1px);
    transition: all 0.3s ease-out 0s;
}
.tpd-continue-learning-popup-main span .svg-2 {
    transform: translate(0);
}
.tpd-continue-learning-popup-main span.active .svg-1 {
    transform: scaleX(-1);
}
.tpd-continue-learning-popup-main p {
    font-size: 18px;
    font-weight: 500;
    color: var(--tp-common-white);
    margin: 0 15px;
}
.tpd-continue-learning-about-bg {
    background-color: var(--tp-common-white);
}
.tpd-continue-learning-about-thumb img {
    width: 100%;
}
.tpd-continue-learning-about-wrapper {
    padding-left: 265px;
    margin-bottom: 40px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .tpd-continue-learning-about-wrapper {
        padding-left: 150px;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 768px) and (max-width: 991px) {
    .tpd-continue-learning-about-wrapper {
        padding-left: 100px;
    }
}
@media only screen and (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px) {
    .tpd-continue-learning-about-wrapper {
        padding-left: 20px;
    }
}
.tpd-continue-learning-about-wrapper .h4,
.tpd-continue-learning-about-wrapper h4 {
    font-size: 20px;
    font-weight: 500;
    color: #333;
}
.tpd-continue-learning-about-wrapper p {
    font-weight: 400;
    font-size: 15px;
    color: #6b7194;
}
@media only screen and (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px) {
    .tpd-continue-learning-about-wrapper p br {
        display: none;
    }
}
.tpd-continue-learning-about-btn {
    padding: 18px 0;
    background: #eff2fa;
}
.tpd-continue-learning-about-btn .next {
    display: inline-block;
    margin-left: 8px;
}
.tpd-continue-learning-about-btn a {
    display: inline-block;
    border-radius: 6px;
    padding: 3px 13px;
    font-size: 15px;
    font-weight: 400;
    color: #000;
    border: 1px solid rgba(60, 102, 249, 0.2);
}
.tpd-continue-learning-about-btn a span {
    display: inline-block;
    margin: 0 5px;
    transform: translateY(-1px);
}
.tpd-continue-learning-about-btn a:hover {
    color: var(--tp-common-white);
    background: var(--tp-dashboard-primary);
    box-shadow: 0 0 1px 0 #1438b5, 0 1px 1px 0 rgba(20, 56, 181, 0.25);
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .tpd-continue-learning-quiz {
        padding-top: 100px;
    }
}
.tpd-continue-learning-content span {
    font-weight: 400;
    font-size: 15px;
    color: #6b7194;
    display: inline-block;
}
.tpd-continue-learning-content .h4,
.tpd-continue-learning-content h4 {
    font-weight: 600;
    font-size: 20px;
    color: #333;
    margin-bottom: 45px;
}
.tpd-continue-learning-q {
    padding: 16px 0;
    margin-bottom: 30px;
    border-top: 1px solid #dcdee6;
    border-bottom: 1px solid #dcdee6;
}
@media only screen and (max-width: 767px) {
    .tpd-continue-learning-q {
        flex-wrap: wrap;
    }
}
.tpd-continue-learning-q-item:not(:last-of-type) {
    margin-right: 150px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .tpd-continue-learning-q-item:not(:last-of-type) {
        margin-right: 80px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tpd-continue-learning-q-item:not(:last-of-type) {
        margin-right: 50px;
    }
}
.tpd-continue-learning-q-item p {
    font-weight: 400;
    font-size: 16px;
    color: #6b7194;
    margin: 0;
}
.tpd-continue-learning-q-item p span {
    color: #4a4e68;
}
@media only screen and (max-width: 767px) {
    .tpd-continue-learning-q-item p {
        margin-bottom: 20px;
    }
}
ul.tp-submenu.show {
    display: block !important;
}

.dask-none{
    display: none;
}


.enquire-fixed {
    position: fixed;
    z-index: 99;
    top: 50%;
    right: -67px;
    transform: translateX(0%) translateY(-50%);
    background: var(--standard_color);
    padding: 6px 15px;
    color: #ffffff;
    rotate: -90deg;
    text-transform: uppercase;
    font-size: 15px;
    border-radius: 5px;
}
.enquire-fixed:hover {
    background-color: #880824;
}
.tp-underline-shape-2, .tp-underline-shape-3, .tp-underline-shape-4{
    display: none;
}
.swiper-slide.tp-program-item.mb-50 {
    margin-bottom: 10px;
}
.logos-slider {
        display: flex;
        flex-wrap: nowrap;
        overflow: hidden;
        position: relative;
        -webkit-mask-image: linear-gradient(90deg,rgba(0,0,0,0) 0,#000 15%,#000 85%,rgba(0,0,0,0) 100%);
        mask-image: linear-gradient(90deg,rgba(0,0,0,0) 0,#000 15%,#000 85%,rgba(0,0,0,0) 100%);
    }

    .logos-slider-container {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 3rem;
        animation: slide 30s linear infinite;
    }

    .logos-slider-container img {
      width:150px;
       max-width: 150px;
       height: 80px;
       object-fit: contain;
    }

    @keyframes slide {
      0% {
        transform: translate3d(0,0,0)
      }
      100% {
        transform: translate3d(-100%,0,0)
      }
    }
    .card-main {
      background: white;
      padding: 2rem;
      border-radius: 1rem;
      margin: 0 auto;
      box-shadow: 0px 3px 8px rgb(61 74 84 / 10%), 0px 3px 12px rgb(61 74 84 / 6%)
    }

a.video-link-img img {
    height: 214px;
    object-fit: cover;
}
.video-play-button {
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    box-sizing: content-box;
    display: block;
    width: 32px;
    height: 44px;
    /* background: #eb2055; */
    border-radius: 50%;
    padding: 18px 20px 18px 28px;
}

.video-play-button:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 55px;
    height: 55px;
    background: #eb2055;
    border-radius: 50%;
    animation: pulse-border 1100ms ease-out infinite;
}

.video-play-button:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 60px;
    height: 60px;
    background: #eb2055;
    border-radius: 50%;
    transition: all 200ms;
}

.video-play-button span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 19px solid #fff;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    top: 10px;
    left: 5px;
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }
    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}










@media only screen and (min-width: 430px){ 
    .tp-service-title {
        font-size: 22px !important;
    } 

}

@media only screen and (max-width:767px){
.tp-breadcrumb__area.pt-150 {
    padding-top: 122px;
    padding-bottom: 20px;
}
.tp-breadcrumb__title.color {
    font-size: 24px;
}
a.video-link-img img {
    height: 188px;
}
.pb-50 {
    padding-bottom: 16px;
}
.pt-50 {
    padding-top: 16px;
}
.s-about-content h1 {
    font-size: 22px !important;
} 
section.about-area.about-p .row {
   flex-direction: column-reverse;
}
.pl-15 {
    padding-left: 0;
}   
   
.logos-slider-container {
        gap: 1rem;
}
.logos-slider-container img {
    width: 100px;
    max-width: 100px;
}
.card-main {
    padding: 1rem;
}
.tp-header-mob-space:before {
    width: 60%;
}
section.tp-hero-area {
    margin-top: 101px;
}
.tp-btn-sm {
    padding: 5px 27px;
}
.tp-header-contact.d-flex.align-items-center.justify-content-center {
    justify-content: end !important;
}
.tp-header-logo-1 img {
    height: 57px;
}
.tp-hero-area .tp-testimonial-arrow {
    text-align: center;
}
.tp-about-bg {
    padding-bottom: 50px;
}
.pt-105 {
    padding-top: 50px;
}
.tp-counter-wrap {
    margin-top: 0;
}
.swiper-slide.tp-program-item.grey-bg.mb-50.swiper-slide-active {
    margin-bottom: 20px;
}
.program-area .swiper-slide {
    width: 100% !important;
}
.tp-testimonial-arrow.text-md-center {
    text-align: center;
}
.tp-admission-cta-thumb img, .tp-admission-apply-thumb img {
    height: auto !important;
}
.rts__section--wrapper.v__6 {
    display: block;
}
.rts__section--wrapper.v__6 .rts__section--wrapper--description {
    max-width: 100% !important;
    margin-top: 0 !important;
}
.rts__section--wrapper.v__6 .rts__section--wrapper--title {
    font-size: 40px !important;
    text-align: left !important;
}
.rts__section--wrapper {
    margin-bottom: 30px;
}
.rts__section--wrapper.v__6 .rts__section--wrapper--title span {
    display: inline !important;
}
.rts__section--wrapper.v__6 .rts__section--wrapper--title::before{
    right: 0;
}
.swiper-slide {
    margin-right: 0 !important;
}
.campus .rts__shape {
    display: none;
}
.rts__section--wrapper.v__6 {
    width: 86%;
}
.row.g-5 {
    --bs-gutter-x: 0 !important;
}
.p-footer-widget {
    text-align: left;
}
.tp-application-from-box {
    padding: 8px !important;
}
.pb-120 {
    padding-bottom: 50px;
}
.pt-150 {
    padding-top: 50px;
}
.tp-breadcrumb__title.color {
    font-size: 33px;
}
.btn-close {
    right: 0 !important;
    top: -35px;
}
/*.tp-slider-active .swiper-wrapper {
    transform: translate3d(-357px, 0px, 0px) !important;
}*/
.dask-none{
    display: inline-block;
}
.enquire-fixed {
    top: auto;
    right: 0;
    transform: none;
    background: var(--standard_color);
    padding: 6px 15px;
    color: #ffffff;
    rotate: none;
    text-transform: uppercase;
    font-size: 15px;
    border-radius: 5px;
    bottom: 0;
    width: 100%;
    text-align: center;
    border-radius: 0;
    border-top: 1px solid white;
}
.tp-blog-thumb img {
    height: auto;
}
.tp-slider-active .swiper-slide {
    transform: none !important;  /* Remove any unintended transforms */
    width: 100% !important;  /* Force slides to take full width */
}
.carousel-indicators [data-bs-target] {
    width: 8px;
    height: 8px;
}
.carousel-control-next, .carousel-control-prev{
    width: 35px;
    height: 35px;
}
.carousel-control-next {
    right: 1.5%;
    bottom: 18%;
}
.carousel-control-prev {
    right: 13%;
    bottom: 18%;
}
.carousel-indicators {
    margin-bottom: 21%;
}
.carousel-caption {
    display: block !important;
    width: 78%;
    transform: translateX(0%) translateY(-43%);
}
tp-btn {
    font-size: 13px;
    padding: 1px 12px;
}
.carousel-caption h5 {
    font-size: 17px;
}
.service-area .col-lg-3 {
    width: 50%;
    padding: 4px;
}
.tp-service-wrap {
    padding: 19px 8px 5px;
}
.tp-service-title {
    font-size: 20px;
}
.tp-section h1, .tp-about-wrapper .h2 {
    font-size: 26px;
    margin-bottom: 10px;
}
.tp-about-shape-1 {
    display: none;
}
.row-r {
    flex-direction: column-reverse;
    display: flex;
}
.tp-service-bg {
    padding-bottom: 42px;
}
.tp-service-shape-1 {
    bottom: 53px;
    left: 138px;
}
.campus__single--item--title {
    font-size: 17px !important;
    margin-top: 22px !important;
}
.tp-event-section.mb-60 {
    margin-bottom: 24px;
}
.tp-event-btn.mb-70 {
    margin-bottom: 22px;
}
.tp-program-thumb img {
    height: auto;
}
.tp-counter-bg .col-lg-3 {
    width: 50%;
}
.tp-admission-cta-heading h3 {
    font-size: 20px;
}
.tp-admission-cta-heading p {
    font-size: 13px;
    line-height: 1.5;
}
.rts__section--wrapper {
    margin-bottom: 20px !important;
}
.tp-event-title {
    font-size: 15px;
}
.tp-event-list-count {
    font-size: 37px;
}
.tp-event-item {
    padding: 14px 0 16px;
}
.tp-testimonial-wrapper .tp-section-title {
    font-size: 27px;
}
.tp-testimonial-content p {
    font-size: 14px;
}
.tp-testimonial-item {
    padding: 0 0;
}
.tp-cta-logo img {
    width: 64px;
}
.tp-cta-content span {
    font-size: 18px;
}
.tp-hero-area .carousel-item img {
    height: auto;
}
.tp-service-item {
    margin-top: 0;
    margin-bottom: 0;
}
.carousel-indicators {
    display: none;
}
.carousel-control-next, .carousel-control-prev{
    display: none;
}
.tp-service-shape-1{
    display: none;
}




}